Update README.md
Browse files
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
|
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 |
|