Update README.md
Browse files
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
|