Commit
·
fdb646e
1
Parent(s):
9986541
Update README.md
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ You can test the model using the HuggingFace model widget on the side:
|
|
| 23 |
- The model returns the probabilities of 3 labels: entailment(LABEL:0), neutral(LABEL:1) and contradiction(LABEL:2) respectively.
|
| 24 |
|
| 25 |
To use the model locally on your machine:
|
| 26 |
-
```
|
| 27 |
# import torch
|
| 28 |
# device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
| 29 |
|
|
|
|
| 23 |
- The model returns the probabilities of 3 labels: entailment(LABEL:0), neutral(LABEL:1) and contradiction(LABEL:2) respectively.
|
| 24 |
|
| 25 |
To use the model locally on your machine:
|
| 26 |
+
```python
|
| 27 |
# import torch
|
| 28 |
# device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
| 29 |
|