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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -26,9 +26,9 @@ metrics:
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
 
26
 
27
  | Model | Accuracy | F1 Score | Test Sample per Second |
28
  | --- | --- | --- | --- |
29
+ | [Distilbert-base-uncased-emotion](https://huggingface.co/bhadresh-savani/distilbert-base-uncased-emotion) | 93.8 | 93.79 | 398.69 |
30
+ | [Bert-base-uncased-emotion](https://huggingface.co/bhadresh-savani/bert-base-uncased-emotion) | 94.05 | 94.06 | 190.152 |
31
+ | [Roberta-base](https://huggingface.co/bhadresh-savani/roberta-base-emotion) | 93.95 | 93.97| 195.639 |
32
 
33
  ## How to Use the model:
34
  ```python