Updated README
Browse files
README.md
CHANGED
@@ -19,8 +19,8 @@ The model can be used directly with the pipeline for masked language modeling as
|
|
19 |
from transformers import pipeline
|
20 |
the_mask_pipe = pipeline(
|
21 |
"fill-mask",
|
22 |
-
model='jean-paul/KinyaBERT-large,
|
23 |
-
tokenizer='jean-paul/KinyaBERT-large,
|
24 |
)
|
25 |
the_mask_pipe("Ejo ndikwiga nagize [MASK] baje kunsura.")
|
26 |
|
|
|
19 |
from transformers import pipeline
|
20 |
the_mask_pipe = pipeline(
|
21 |
"fill-mask",
|
22 |
+
model='jean-paul/KinyaBERT-large',
|
23 |
+
tokenizer='jean-paul/KinyaBERT-large',
|
24 |
)
|
25 |
the_mask_pipe("Ejo ndikwiga nagize [MASK] baje kunsura.")
|
26 |
|