abdouaziiz
commited on
Commit
•
931394d
1
Parent(s):
6e0f1bf
Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ tags:
|
|
26 |
```python
|
27 |
>>> from transformers import pipeline
|
28 |
>>> unmasker = pipeline('fill-mask', model='abdouaziiz/bert-base-wolof')
|
29 |
-
>>> unmasker("kuy yoot du
|
30 |
|
31 |
[{'sequence': '[CLS] kuy yoot du seqet. [SEP]',
|
32 |
'score': 0.09505125880241394,
|
|
|
26 |
```python
|
27 |
>>> from transformers import pipeline
|
28 |
>>> unmasker = pipeline('fill-mask', model='abdouaziiz/bert-base-wolof')
|
29 |
+
>>> unmasker("kuy yoot du [MASK].")
|
30 |
|
31 |
[{'sequence': '[CLS] kuy yoot du seqet. [SEP]',
|
32 |
'score': 0.09505125880241394,
|