KoichiYasuoka commited on
Commit
2445246
1 Parent(s): 397ce9f

POS-tagging

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ datasets:
15
 
16
  ## Model Description
17
 
18
- This is a RoBERTa model pre-trained on Tibetan texts. NVIDIA A100-SXM4-40GB took 40 hours 44 minutes for training. You can fine-tune `roberta-base-tibetan` for downstream tasks, such as POS-tagging, dependency-parsing, and so on.
19
 
20
  ## How to Use
21
 
 
15
 
16
  ## Model Description
17
 
18
+ This is a RoBERTa model pre-trained on Tibetan texts. NVIDIA A100-SXM4-40GB took 40 hours 44 minutes for training. You can fine-tune `roberta-base-tibetan` for downstream tasks, such as [POS-tagging](https://huggingface.co/KoichiYasuoka/roberta-base-tibetan-upos), dependency-parsing, and so on.
19
 
20
  ## How to Use
21