Update README.md
Browse files
README.md
CHANGED
@@ -29,11 +29,11 @@ Here are scores on the devlopment set of six Chinese tasks:
|
|
29 |
|
30 |
|Model|Score|douban|chnsenticorp|lcqmc|tnews(CLUE)|iflytek(CLUE)|ocnli(CLUE)|
|
31 |
|---|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
|
32 |
-
|BERT-Tiny|0.0|
|
33 |
-
|BERT-Mini|0.0|
|
34 |
-
|BERT-Small|0.0|
|
35 |
-
|BERT-Medium|0.0|
|
36 |
-
|BERT-Base|0.0|
|
37 |
|
38 |
For each task, we selected the best fine-tuning hyperparameters from the lists below:
|
39 |
- epochs: 3, 5, 8
|
|
|
29 |
|
30 |
|Model|Score|douban|chnsenticorp|lcqmc|tnews(CLUE)|iflytek(CLUE)|ocnli(CLUE)|
|
31 |
|---|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
|
32 |
+
|BERT-Tiny|0.0|83.0|91.4|81.8|62.0|55.0|60.3|
|
33 |
+
|BERT-Mini|0.0|84.8|93.7|86.1|63.9|58.3|67.4|
|
34 |
+
|BERT-Small|0.0|86.5|93.4||65.1|59.4|69.7|
|
35 |
+
|BERT-Medium|0.0|87.6|94.8|88.1|65.6|59.5|71.2|
|
36 |
+
|BERT-Base|0.0|89.1|95.2|89.2|67.0|60.9|75.0|
|
37 |
|
38 |
For each task, we selected the best fine-tuning hyperparameters from the lists below:
|
39 |
- epochs: 3, 5, 8
|