htdung167 commited on
Commit
02d3351
·
verified ·
1 Parent(s): 061a68a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -159,7 +159,6 @@ Then you can use this model for fill-mask task like this:
159
  from transformers import pipeline
160
 
161
  model_path = "5CD-AI/viso-twhin-bert-large"
162
-
163
  mask_filler = pipeline("fill-mask", model_path)
164
 
165
  mask_filler("đúng nhận sai <mask>", top_k=10)
 
159
  from transformers import pipeline
160
 
161
  model_path = "5CD-AI/viso-twhin-bert-large"
 
162
  mask_filler = pipeline("fill-mask", model_path)
163
 
164
  mask_filler("đúng nhận sai <mask>", top_k=10)