update readme
Browse files
README.md
CHANGED
@@ -14,8 +14,8 @@ Specifically, this model is a *xlm-roberta-base* model that was fine-tuned on Ki
|
|
14 |
You can use this model with Transformers *pipeline* for masked token prediction.
|
15 |
```python
|
16 |
>>> from transformers import pipeline
|
17 |
-
>>> unmasker = pipeline('fill-mask', model='Davlan/xlm-roberta-base-finetuned-
|
18 |
-
>>> unmasker("
|
19 |
|
20 |
|
21 |
|
|
|
14 |
You can use this model with Transformers *pipeline* for masked token prediction.
|
15 |
```python
|
16 |
>>> from transformers import pipeline
|
17 |
+
>>> unmasker = pipeline('fill-mask', model='Davlan/xlm-roberta-base-finetuned-naija')
|
18 |
+
>>> >>> unmasker("Another attack on ambulance happen for Koforidua in March <mask> year where robbers kill Ambulance driver")
|
19 |
|
20 |
|
21 |
|