Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ It works for all languages the xlm-roberta model is pretrained on ([overview](ht
|
|
26 |
```python
|
27 |
from transformers import AutoModelForSequenceClassification, AutoTokenizer
|
28 |
|
29 |
-
model = AutoModelForSequenceClassification.from_pretrained("manifesto-project/xlm-roberta-
|
30 |
tokenizer = AutoTokenizer.from_pretrained("xlm-roberta-large")
|
31 |
|
32 |
sentence = "We will restore funding to the Global Environment Facility and the Intergovernmental Panel on Climate Change, to support critical climate science research around the world"
|
|
|
26 |
```python
|
27 |
from transformers import AutoModelForSequenceClassification, AutoTokenizer
|
28 |
|
29 |
+
model = AutoModelForSequenceClassification.from_pretrained("manifesto-project/manifestoberta-xlm-roberta-56policy-topics-sentence-2023-1")
|
30 |
tokenizer = AutoTokenizer.from_pretrained("xlm-roberta-large")
|
31 |
|
32 |
sentence = "We will restore funding to the Global Environment Facility and the Intergovernmental Panel on Climate Change, to support critical climate science research around the world"
|