bhadresh-savani
commited on
Commit
•
ee7ad2b
1
Parent(s):
af55c1f
Update README.md
Browse files
README.md
CHANGED
@@ -22,6 +22,14 @@ metrics:
|
|
22 |
num_train_epochs=8,
|
23 |
```
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
## How to Use the model:
|
26 |
```python
|
27 |
from transformers import pipeline
|
|
|
22 |
num_train_epochs=8,
|
23 |
```
|
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
|
35 |
from transformers import pipeline
|