xuandin commited on
Commit
14a897e
·
verified ·
1 Parent(s): 456e406

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -29,6 +29,10 @@ SemViQA-TC serves as the **first step in the two-step classification process** o
29
 
30
  Direct Model Usage
31
  ```Python
 
 
 
 
32
  import torch
33
  import torch.nn.functional as F
34
  from transformers import AutoTokenizer
 
29
 
30
  Direct Model Usage
31
  ```Python
32
+ # Install semviqa
33
+ !pip install semviqa
34
+
35
+ # Initalize a pipeline
36
  import torch
37
  import torch.nn.functional as F
38
  from transformers import AutoTokenizer