suolyer commited on
Commit
4b4e40b
1 Parent(s): 8aaf39d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ output=model(torch.tensor([tokenizer.encode(texta,textb)]))
30
  print(torch.nn.functional.softmax(output.logits,dim=-1))
31
 
32
  ```
33
- ## Scores on downstream chinese tasks
34
  | Model | BQ | BUSTM | AFQMC |
35
  | :--------: | :-----: | :----: | :-----: |
36
  | Erlangshen-Roberta-110M-Similarity | 85.41 | 95.18 | 81.72 |
 
30
  print(torch.nn.functional.softmax(output.logits,dim=-1))
31
 
32
  ```
33
+ ## Scores on downstream chinese tasks(The dev datasets of BUSTM and AFQMC may exist in the train set)
34
  | Model | BQ | BUSTM | AFQMC |
35
  | :--------: | :-----: | :----: | :-----: |
36
  | Erlangshen-Roberta-110M-Similarity | 85.41 | 95.18 | 81.72 |