ethanyt commited on
Commit
591273f
1 Parent(s): e1e1d5f
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -19,4 +19,17 @@ widget:
19
 
20
  A Classical Chinese Named Entity Recognizer.
21
 
22
- See also: [https://github.com/ethan-yt/guwenbert/](https://github.com/ethan-yt/guwenbert/)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
 
20
  A Classical Chinese Named Entity Recognizer.
21
 
22
+ Note: There are some problems with decoding using the default sequence classification model. Use the CRF model to achieve the best results. CRF related code please refer to
23
+ [Guwen Models](https://github.com/ethan-yt/guwen-models).
24
+
25
+ See also:
26
+
27
+ <a href="https://github.com/ethan-yt/guwen-models">
28
+ <img align="center" width="400" src="https://github-readme-stats.vercel.app/api/pin/?username=ethan-yt&repo=guwen-models&bg_color=30,e96443,904e95&title_color=fff&text_color=fff&icon_color=fff&show_owner=true" />
29
+ </a>
30
+ <a href="https://github.com/ethan-yt/cclue/">
31
+ <img align="center" width="400" src="https://github-readme-stats.vercel.app/api/pin/?username=ethan-yt&repo=cclue&bg_color=30,e96443,904e95&title_color=fff&text_color=fff&icon_color=fff&show_owner=true" />
32
+ </a>
33
+ <a href="https://github.com/ethan-yt/guwenbert/">
34
+ <img align="center" width="400" src="https://github-readme-stats.vercel.app/api/pin/?username=ethan-yt&repo=guwenbert&bg_color=30,e96443,904e95&title_color=fff&text_color=fff&icon_color=fff&show_owner=true" />
35
+ </a>