KoichiYasuoka
commited on
Commit
β’
caa97ec
1
Parent(s):
5f1d37e
use roberta_chinese_base
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ pipeline_tag: "token-classification"
|
|
16 |
|
17 |
## Model Description
|
18 |
|
19 |
-
This is a RoBERTa model pre-trained on Chinese
|
20 |
|
21 |
## How to Use
|
22 |
|
|
|
16 |
|
17 |
## Model Description
|
18 |
|
19 |
+
This is a RoBERTa model pre-trained on Chinese texts (both simplified and traditional) for POS-tagging and dependency-parsing (using `goeswith` for subwords), derived from [roberta_chinese_base](https://huggingface.co/clue/roberta_chinese_base).
|
20 |
|
21 |
## How to Use
|
22 |
|