Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ The original Twitter-based RoBERTa model can be found [here](https://huggingface
|
|
15 |
```python
|
16 |
from transformers import AutoModelForSequenceClassification, AutoTokenizer
|
17 |
|
18 |
-
model_name = "cardiffnlp/twitter-roberta-large-latest
|
19 |
model = AutoModelForSequenceClassification.from_pretrained(model_name)
|
20 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
21 |
|
|
|
15 |
```python
|
16 |
from transformers import AutoModelForSequenceClassification, AutoTokenizer
|
17 |
|
18 |
+
model_name = "cardiffnlp/twitter-roberta-large-similarity-latest"
|
19 |
model = AutoModelForSequenceClassification.from_pretrained(model_name)
|
20 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
21 |
|