gxy commited on
Commit
9500cc2
1 Parent(s): 8171644

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -45,10 +45,13 @@ To get a Chinese DeBERTa-v2-Base (97M), we use WuDao Corpora (180 GB version) fo
45
 
46
  We present the results (dev set) on the following tasks:
47
 
48
- | Model | OCNLI | CMNLI |
49
- | ---------------------------------- | ----- | ------ |
50
- | RoBERTa-base | 0.743 | 0.7973 |
51
- | Erlangshen-Deberta-97M-Chinese | 0.752 | 0.807 |
 
 
 
52
 
53
 
54
  ## 使用 Usage
 
45
 
46
  We present the results (dev set) on the following tasks:
47
 
48
+ | Model | AFQMC | TNEWS1.1 | IFLYTEK | OCNLI | CMNLI |
49
+ | -------------------------------------------------------------------------------------------------------------------------------- | ------ | -------- | ------- | ------ | ------ |
50
+ | RoBERTa-base | 0.7406 | 0.575 | 0.6036 | 0.743 | 0.7973 |
51
+ | RoBERTa-large | 0.7488 | 0.5879 | 0.6152 | 0.777 | 0.814 |
52
+ | **[IDEA-CCNL/Erlangshen-DeBERTa-v2-97M-Chinese](https://huggingface.co/IDEA-CCNL/Erlangshen-DeBERTa-v2-97M-Chinese)** | 0.7405 | 0.571 | 0.5977 | 0.7568 | 0.807 |
53
+ | [IDEA-CCNL/Erlangshen-DeBERTa-v2-320M-Chinese](https://huggingface.co/IDEA-CCNL/Erlangshen-DeBERTa-v2-320M-Chinese) | 0.7498 | 0.5817 | 0.6042 | 0.8022 | 0.8301 |
54
+ | [IDEA-CCNL/Erlangshen-DeBERTa-v2-710M-Chinese](https://huggingface.co/IDEA-CCNL/Erlangshen-DeBERTa-v2-710M-Chinese) | 0.7549 | 0.5873 | 0.6177 | 0.8012 | 0.8389 |
55
 
56
 
57
  ## 使用 Usage