suolyer commited on
Commit
80418da
1 Parent(s): 1c28e55

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ output=model(torch.tensor([tokenizer.encode(text)]))
29
  print(torch.nn.functional.softmax(output.logits,dim=-1))
30
 
31
  ```
32
- ## Scores on downstream chinese tasks(The dev datasets of BUSTM and AFQMC may exist in the train set)
33
  | Model | ASAP-SENT | ASAP-ASPECT | ChnSentiCorp |
34
  | :--------: | :-----: | :----: | :-----: |
35
  | Erlangshen-Roberta-110M-Sentiment | 97.77 | 97.31 | 96.61 |
 
29
  print(torch.nn.functional.softmax(output.logits,dim=-1))
30
 
31
  ```
32
+ ## Scores on downstream chinese tasks
33
  | Model | ASAP-SENT | ASAP-ASPECT | ChnSentiCorp |
34
  | :--------: | :-----: | :----: | :-----: |
35
  | Erlangshen-Roberta-110M-Sentiment | 97.77 | 97.31 | 96.61 |