Update README.md
Browse files
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='
|
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,
|