Transformers
PyTorch
Chinese
ZEN
chinese
roygan commited on
Commit
8b1a59c
·
1 Parent(s): d4a2ddc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -39,10 +39,11 @@ ngram_dict = ZenNgramDict.from_pretrained(pretrain_path, tokenizer=tokenizer)
39
 
40
  You can get classification and extraction examples below.
41
 
42
- [classification example on fengshen]()
43
 
44
 
45
- [extraction example on fengshen]()
 
46
 
47
  ## Evaluation
48
 
 
39
 
40
  You can get classification and extraction examples below.
41
 
42
+ [classification example on fengshen](https://github.com/IDEA-CCNL/Fengshenbang-LM/blob/main/fengshen/examples/zen2_finetune/fs_zen2_large_tnews.sh)
43
 
44
 
45
+ [extraction example on fengshen](https://github.com/IDEA-CCNL/Fengshenbang-LM/blob/main/fengshen/examples/zen2_finetune/ner_zen2_large_ontonotes4.sh)
46
+
47
 
48
  ## Evaluation
49