Joelito commited on
Commit
fab103b
1 Parent(s): 2d433bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -124,7 +124,7 @@ It is a RoBERTa-based model. Run the following code to view the architecture:
124
 
125
  ```
126
  from transformers import AutoModel
127
- model = AutoModel.from_pretrained('model_identifier')
128
  print(model)
129
 
130
  RobertaModel(
 
124
 
125
  ```
126
  from transformers import AutoModel
127
+ model = AutoModel.from_pretrained('joelito/legal-xlm-roberta-large')
128
  print(model)
129
 
130
  RobertaModel(