update model card README.md
Browse files
README.md
CHANGED
@@ -16,14 +16,16 @@ model-index:
|
|
16 |
dataset:
|
17 |
name: emotion
|
18 |
type: emotion
|
19 |
-
|
|
|
|
|
20 |
metrics:
|
21 |
- name: Accuracy
|
22 |
type: accuracy
|
23 |
-
value: 0.
|
24 |
- name: F1
|
25 |
type: f1
|
26 |
-
value: 0.
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,9 +35,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 0.
|
37 |
-
- Accuracy: 0.
|
38 |
-
- F1: 0.
|
39 |
|
40 |
## Model description
|
41 |
|
@@ -66,13 +68,13 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
|
72 |
|
73 |
### Framework versions
|
74 |
|
75 |
-
- Transformers 4.
|
76 |
-
- Pytorch
|
77 |
-
- Datasets
|
78 |
-
- Tokenizers 0.
|
|
|
16 |
dataset:
|
17 |
name: emotion
|
18 |
type: emotion
|
19 |
+
config: split
|
20 |
+
split: validation
|
21 |
+
args: split
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.9215
|
26 |
- name: F1
|
27 |
type: f1
|
28 |
+
value: 0.9215386837894378
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
35 |
|
36 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
+
- Loss: 0.2227
|
39 |
+
- Accuracy: 0.9215
|
40 |
+
- F1: 0.9215
|
41 |
|
42 |
## Model description
|
43 |
|
|
|
68 |
|
69 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
70 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
71 |
+
| 0.8265 | 1.0 | 250 | 0.3204 | 0.9 | 0.8963 |
|
72 |
+
| 0.2534 | 2.0 | 500 | 0.2227 | 0.9215 | 0.9215 |
|
73 |
|
74 |
|
75 |
### Framework versions
|
76 |
|
77 |
+
- Transformers 4.30.2
|
78 |
+
- Pytorch 2.0.1+cu118
|
79 |
+
- Datasets 2.13.1
|
80 |
+
- Tokenizers 0.13.3
|