KoichiYasuoka
commited on
Commit
•
92a4aef
1
Parent(s):
b966683
link to dependency-parsing
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ mask_token: "[MASK]"
|
|
14 |
|
15 |
## Model Description
|
16 |
|
17 |
-
This is a RoBERTa model pre-trained on Thai Wikipedia texts with character-wise embeddings to use BertTokenizerFast. You can fine-tune `roberta-base-thai-char` for downstream tasks, such as [POS-tagging](https://huggingface.co/KoichiYasuoka/roberta-base-thai-char-upos), dependency-parsing, and so on.
|
18 |
|
19 |
## How to Use
|
20 |
|
|
|
14 |
|
15 |
## Model Description
|
16 |
|
17 |
+
This is a RoBERTa model pre-trained on Thai Wikipedia texts with character-wise embeddings to use BertTokenizerFast. You can fine-tune `roberta-base-thai-char` for downstream tasks, such as [POS-tagging](https://huggingface.co/KoichiYasuoka/roberta-base-thai-char-upos), [dependency-parsing](https://huggingface.co/KoichiYasuoka/roberta-base-thai-char-ud-goeswith), and so on.
|
18 |
|
19 |
## How to Use
|
20 |
|