khang119966
commited on
Commit
•
fd31936
1
Parent(s):
a49a4a5
Update README.md
Browse files
README.md
CHANGED
@@ -154,7 +154,7 @@ from transformers import pipeline
|
|
154 |
model_path = "5CD-AI/visobert-14gb-corpus"
|
155 |
mask_filler = pipeline("fill-mask", model_path)
|
156 |
|
157 |
-
mask_filler("ăn
|
158 |
```
|
159 |
|
160 |
## Fine-tune Configuration
|
|
|
154 |
model_path = "5CD-AI/visobert-14gb-corpus"
|
155 |
mask_filler = pipeline("fill-mask", model_path)
|
156 |
|
157 |
+
mask_filler("shop làm ăn như cái <mask>", top_k=10)
|
158 |
```
|
159 |
|
160 |
## Fine-tune Configuration
|