KoichiYasuoka
commited on
Commit
β’
8af7ea4
1
Parent(s):
5c2a0dc
See Also
Browse files
README.md
CHANGED
@@ -24,3 +24,7 @@ tokenizer=AutoTokenizer.from_pretrained("KoichiYasuoka/chinese-bert-wwm-ext-upos
|
|
24 |
model=AutoModelForTokenClassification.from_pretrained("KoichiYasuoka/chinese-bert-wwm-ext-upos")
|
25 |
```
|
26 |
|
|
|
|
|
|
|
|
|
|
24 |
model=AutoModelForTokenClassification.from_pretrained("KoichiYasuoka/chinese-bert-wwm-ext-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 |
+
|