KoichiYasuoka commited on
Commit
364c7ad
·
1 Parent(s): 9d28636

tokenizer refined

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ mask_token: "[MASK]"
14
 
15
  ## Model Description
16
 
17
- This is a BERT model pre-trained on Tibetan texts, derived from [Tibetan-BERT-wwm](https://huggingface.co/Pagewood/Tibetan-BERT-wwm). You can fine-tune `bert-base-tibetan` for downstream tasks, such as [POS-tagging](https://huggingface.co/KoichiYasuoka/bert-base-tibetan-upos), dependency-parsing, and so on.
18
 
19
  ## How to Use
20
 
 
14
 
15
  ## Model Description
16
 
17
+ This is a BERT model pre-trained on Tibetan texts, derived from [Tibetan-BERT-wwm](https://huggingface.co/Pagewood/Tibetan-BERT-wwm) with the tokenizer refined for PyTorch. You can fine-tune `bert-base-tibetan` for downstream tasks, such as [POS-tagging](https://huggingface.co/KoichiYasuoka/bert-base-tibetan-upos), dependency-parsing, and so on.
18
 
19
  ## How to Use
20