Update README.md
Browse files
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 |
|