nielsr HF staff commited on
Commit
68c75dd
1 Parent(s): 75ac7bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -126,7 +126,7 @@ You can use this model directly with a pipeline for masked language modeling:
126
 
127
  ```python
128
  >>> from transformers import pipeline
129
- >>> unmasker = pipeline('fill-mask', model='stefan-it/xlm-v-base')
130
  >>> unmasker("Paris is the <mask> of France.")
131
 
132
  [{'score': 0.9286897778511047,
126
 
127
  ```python
128
  >>> from transformers import pipeline
129
+ >>> unmasker = pipeline('fill-mask', model='facebook/xlm-v-base')
130
  >>> unmasker("Paris is the <mask> of France.")
131
 
132
  [{'score': 0.9286897778511047,