rifkat commited on
Commit
17e0a0e
·
1 Parent(s): ba6b834

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -27,6 +27,7 @@ Pre-prepared model in Uzbek (Cyrillic and latin script) to model the masked lang
27
 
28
  You can use this model directly with a pipeline for masked language modeling:
29
 
 
30
  from transformers import pipeline
31
 
32
  unmasker = pipeline('fill-mask', model='rifkat/uztext-3Gb-BPE-Roberta')
@@ -77,7 +78,7 @@ unmasker("Алишер Навоий – улуғ ўзбек ва бошқа ту
77
  'sequence': 'Kuchli yomg‘irlar tufayli bir qator joylarda kuchli sel oqishi kuzatildi.',
78
  'token': 5853,
79
  'token_str': ' joylarda'}]
80
-
81
 
82
  <p><b>Training data.</b>
83
 
 
27
 
28
  You can use this model directly with a pipeline for masked language modeling:
29
 
30
+ <a href="https://hf.space" rel="noopener" target="_blank">
31
  from transformers import pipeline
32
 
33
  unmasker = pipeline('fill-mask', model='rifkat/uztext-3Gb-BPE-Roberta')
 
78
  'sequence': 'Kuchli yomg‘irlar tufayli bir qator joylarda kuchli sel oqishi kuzatildi.',
79
  'token': 5853,
80
  'token_str': ' joylarda'}]
81
+ </a>
82
 
83
  <p><b>Training data.</b>
84