bhadresh-savani
commited on
Commit
·
74d3d72
1
Parent(s):
ee7ad2b
Update README.md
Browse files
README.md
CHANGED
@@ -24,11 +24,11 @@ metrics:
|
|
24 |
|
25 |
## Model Performance Comparision on Emotion Dataset from Twitter:
|
26 |
|
27 |
-
| Model | Accuracy | F1 Score |
|
28 |
-
| --- | --- | --- | --- |
|
29 |
-
| Distilbert-base-uncased | 93.8 | 93.79 |
|
30 |
-
| Bert-base-uncased | 94.05 | 94.06 |
|
31 |
-
| Roberta-base | 93.95 | 93.97
|
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
|