bhadresh-savani commited on
Commit
74d3d72
1 Parent(s): ee7ad2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -24,11 +24,11 @@ metrics:
24
 
25
  ## Model Performance Comparision on Emotion Dataset from Twitter:
26
 
27
- | Model | Accuracy | F1 Score | Test Loss | Test Sample per Second |
28
- | --- | --- | --- | --- | --- |
29
- | Distilbert-base-uncased | 93.8 | 93.79 | 0.1472 | 398.69 |
30
- | Bert-base-uncased | 94.05 | 94.06 | 0.1577 | 190.152 |
31
- | Roberta-base | 93.95 | 93.97 | 0.1437 | 195.639 |
32
 
33
  ## How to Use the model:
34
  ```python
 
24
 
25
  ## Model Performance Comparision on Emotion Dataset from Twitter:
26
 
27
+ | Model | Accuracy | F1 Score | Test Sample per Second |
28
+ | --- | --- | --- | --- |
29
+ | Distilbert-base-uncased | 93.8 | 93.79 | 398.69 |
30
+ | Bert-base-uncased | 94.05 | 94.06 | 190.152 |
31
+ | Roberta-base | 93.95 | 93.97| 195.639 |
32
 
33
  ## How to Use the model:
34
  ```python