Davlan commited on
Commit
8212c63
1 Parent(s): a70dd9b

update readme

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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-kinyarwanda')
18
- >>> unmasker("Twabonye ko igihe mu <mask> hazaba hari ikirango abantu bakunze")
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