tburst commited on
Commit
6ae10de
1 Parent(s): 948fae3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ To correctly load the full model, include the `trust_remote_code=True` argument
31
  ```python
32
  from transformers import AutoModelForSequenceClassification, AutoTokenizer
33
 
34
- model = AutoModelForSequenceClassification.from_pretrained("manifesto-project/xlm-roberta-political-56topics-context-2023a", trust_remote_code=True)
35
  tokenizer = AutoTokenizer.from_pretrained("xlm-roberta-large")
36
 
37
  sentence = "These principles are under threat."
 
31
  ```python
32
  from transformers import AutoModelForSequenceClassification, AutoTokenizer
33
 
34
+ model = AutoModelForSequenceClassification.from_pretrained("manifesto-project/manifestoberta-xlm-roberta-56policy-topics-context-2023-1", trust_remote_code=True)
35
  tokenizer = AutoTokenizer.from_pretrained("xlm-roberta-large")
36
 
37
  sentence = "These principles are under threat."