uer commited on
Commit
a208a51
1 Parent(s): 1cde664

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ You can download the 5 Chinese RoBERTa miniatures either from the [UER-py Modelz
30
 
31
  Compared with [char-based models](https://huggingface.co/uer/chinese_roberta_L-2_H-128), word-based models achieve better results in most cases. Here are scores on the devlopment set of six Chinese tasks:
32
 
33
- | Model | Score | douban | chnsenticorp | lcqmc | tnews(CLUE) | iflytek(CLUE) | ocnli(CLUE) |
34
  | -------------- | :---: | :----: | :----------: | :---: | :---------: | :-----------: | :---------: |
35
  | RoBERTa-Tiny(char) | 72.3 | 83.4 | 91.4 | 81.8 | 62.0 | 55.0 | 60.3 |
36
  | **RoBERTa-Tiny(word)** | **74.4(+2.1)** | **86.7** | **93.2** | **82.0** | **66.4** | **58.2** | **59.6** |
 
30
 
31
  Compared with [char-based models](https://huggingface.co/uer/chinese_roberta_L-2_H-128), word-based models achieve better results in most cases. Here are scores on the devlopment set of six Chinese tasks:
32
 
33
+ | Model | Score | book_review | chnsenticorp | lcqmc | tnews(CLUE) | iflytek(CLUE) | ocnli(CLUE) |
34
  | -------------- | :---: | :----: | :----------: | :---: | :---------: | :-----------: | :---------: |
35
  | RoBERTa-Tiny(char) | 72.3 | 83.4 | 91.4 | 81.8 | 62.0 | 55.0 | 60.3 |
36
  | **RoBERTa-Tiny(word)** | **74.4(+2.1)** | **86.7** | **93.2** | **82.0** | **66.4** | **58.2** | **59.6** |