Joelito commited on
Commit
9bc2fba
1 Parent(s): 9961267

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -120,7 +120,7 @@ It is a RoBERTa-based model. Run the following code to view the architecture:
120
 
121
  ```
122
  from transformers import AutoModel
123
- model = AutoModel.from_pretrained('joelito/legal-swiss-longformer-base')
124
  print(model)
125
 
126
  LongformerModel(
 
120
 
121
  ```
122
  from transformers import AutoModel
123
+ model = AutoModel.from_pretrained('joelito/legal-xlm-longformer-base')
124
  print(model)
125
 
126
  LongformerModel(