Marwolaeth
commited on
Commit
•
29dff30
1
Parent(s):
db4f38a
A typo in README
Browse files
README.md
CHANGED
@@ -54,7 +54,7 @@ How to run the model for NLI:
|
|
54 |
import torch
|
55 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
56 |
|
57 |
-
model_id = 'Marwolaeth/rubert-tiny-nli-terra-
|
58 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
59 |
model = AutoModelForSequenceClassification.from_pretrained(model_id)
|
60 |
if torch.cuda.is_available():
|
|
|
54 |
import torch
|
55 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
56 |
|
57 |
+
model_id = 'Marwolaeth/rubert-tiny-nli-terra-v1'
|
58 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
59 |
model = AutoModelForSequenceClassification.from_pretrained(model_id)
|
60 |
if torch.cuda.is_available():
|