Model save
Browse files
README.md
CHANGED
@@ -8,6 +8,9 @@ datasets:
|
|
8 |
- emotion
|
9 |
metrics:
|
10 |
- accuracy
|
|
|
|
|
|
|
11 |
model-index:
|
12 |
- name: emotion-gpt2-lora
|
13 |
results: []
|
@@ -20,8 +23,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [openai-community/gpt2](https://huggingface.co/openai-community/gpt2) on the emotion dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Accuracy: 0.
|
|
|
|
|
|
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -50,12 +56,12 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
-
|
55 |
-
| No log | 1.0 | 250 | 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
8 |
- emotion
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
+
- f1
|
12 |
+
- precision
|
13 |
+
- recall
|
14 |
model-index:
|
15 |
- name: emotion-gpt2-lora
|
16 |
results: []
|
|
|
23 |
|
24 |
This model is a fine-tuned version of [openai-community/gpt2](https://huggingface.co/openai-community/gpt2) on the emotion dataset.
|
25 |
It achieves the following results on the evaluation set:
|
26 |
+
- Loss: 0.1521
|
27 |
+
- Accuracy: 0.933
|
28 |
+
- F1: 0.9334
|
29 |
+
- Precision: 0.9347
|
30 |
+
- Recall: 0.933
|
31 |
|
32 |
## Model description
|
33 |
|
|
|
56 |
|
57 |
### Training results
|
58 |
|
59 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
60 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
61 |
+
| No log | 1.0 | 250 | 0.3191 | 0.8895 | 0.8902 | 0.8933 | 0.8895 |
|
62 |
+
| 0.6939 | 2.0 | 500 | 0.1939 | 0.935 | 0.9349 | 0.9352 | 0.935 |
|
63 |
+
| 0.6939 | 3.0 | 750 | 0.1689 | 0.931 | 0.9315 | 0.9329 | 0.931 |
|
64 |
+
| 0.1897 | 4.0 | 1000 | 0.1521 | 0.933 | 0.9334 | 0.9347 | 0.933 |
|
65 |
|
66 |
|
67 |
### Framework versions
|