tburst commited on
Commit
0b85278
1 Parent(s): 39d5c00

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-political-56topics-sentence-2023a")
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"