KoichiYasuoka commited on
Commit
8af7ea4
β€’
1 Parent(s): 5c2a0dc
Files changed (1) hide show
  1. README.md +4 -0
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
+