update model card README.md
Browse files
README.md
CHANGED
@@ -22,10 +22,10 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
-
value: 0.
|
26 |
- name: F1
|
27 |
type: f1
|
28 |
-
value: 0.
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -35,9 +35,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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.
|
39 |
-
- Accuracy: 0.
|
40 |
-
- F1: 0.
|
41 |
|
42 |
## Model description
|
43 |
|
@@ -57,8 +57,8 @@ More information needed
|
|
57 |
|
58 |
The following hyperparameters were used during training:
|
59 |
- learning_rate: 2e-05
|
60 |
-
- train_batch_size:
|
61 |
-
- eval_batch_size:
|
62 |
- seed: 42
|
63 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
64 |
- lr_scheduler_type: linear
|
@@ -66,15 +66,15 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
-
| Training Loss | Epoch | Step
|
70 |
-
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
|
74 |
|
75 |
### Framework versions
|
76 |
|
77 |
- Transformers 4.21.1
|
78 |
- Pytorch 1.11.0
|
79 |
-
- Datasets 2.
|
80 |
- Tokenizers 0.12.1
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.9385
|
26 |
- name: F1
|
27 |
type: f1
|
28 |
+
value: 0.9382234767195092
|
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.2716
|
39 |
+
- Accuracy: 0.9385
|
40 |
+
- F1: 0.9382
|
41 |
|
42 |
## Model description
|
43 |
|
|
|
57 |
|
58 |
The following hyperparameters were used during training:
|
59 |
- learning_rate: 2e-05
|
60 |
+
- train_batch_size: 1
|
61 |
+
- eval_batch_size: 1
|
62 |
- seed: 42
|
63 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
64 |
- lr_scheduler_type: linear
|
|
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
70 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|
|
71 |
+
| 0.5485 | 1.0 | 16000 | 0.3088 | 0.933 | 0.9322 |
|
72 |
+
| 0.2384 | 2.0 | 32000 | 0.2716 | 0.9385 | 0.9382 |
|
73 |
|
74 |
|
75 |
### Framework versions
|
76 |
|
77 |
- Transformers 4.21.1
|
78 |
- Pytorch 1.11.0
|
79 |
+
- Datasets 2.4.0
|
80 |
- Tokenizers 0.12.1
|