KoichiYasuoka
commited on
Commit
•
7795ed2
1
Parent(s):
d8af42b
tokenizer refined
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ mask_token: "<mask>"
|
|
14 |
|
15 |
## Model Description
|
16 |
|
17 |
-
This is a CamemBERT model pre-trained on Thai texts, derived from [PhayaThaiBERT](https://huggingface.co/clicknext/phayathaibert) with the tokenizer
|
18 |
|
19 |
## How to Use
|
20 |
|
|
|
14 |
|
15 |
## Model Description
|
16 |
|
17 |
+
This is a CamemBERT model pre-trained on Thai texts, derived from [PhayaThaiBERT](https://huggingface.co/clicknext/phayathaibert) with the tokenizer refined. You can fine-tune `camembert-thai-base` for downstream tasks, such as [POS-tagging](https://huggingface.co/KoichiYasuoka/camembert-thai-base-upos), [dependency-parsing](https://huggingface.co/KoichiYasuoka/camembert-thai-base-ud-goeswith), and so on.
|
18 |
|
19 |
## How to Use
|
20 |
|