KoichiYasuoka
commited on
Commit
Β·
817e6d0
1
Parent(s):
0511508
See Also
Browse files
README.md
CHANGED
@@ -24,3 +24,7 @@ tokenizer=AutoTokenizer.from_pretrained("KoichiYasuoka/chinese-roberta-base-upos
|
|
24 |
model=AutoModelForTokenClassification.from_pretrained("KoichiYasuoka/chinese-roberta-base-upos")
|
25 |
```
|
26 |
|
|
|
|
|
|
|
|
|
|
24 |
model=AutoModelForTokenClassification.from_pretrained("KoichiYasuoka/chinese-roberta-base-upos")
|
25 |
```
|
26 |
|
27 |
+
## See Also
|
28 |
+
|
29 |
+
[esupar](https://github.com/KoichiYasuoka/esupar): Tokenizer POS-tagger and Dependency-parser with BERT/RoBERTa models
|
30 |
+
|