Model save
Browse files
README.md
CHANGED
@@ -20,8 +20,8 @@ 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 |
|
@@ -41,8 +41,8 @@ More information needed
|
|
41 |
|
42 |
The following hyperparameters were used during training:
|
43 |
- learning_rate: 0.0005
|
44 |
-
- train_batch_size:
|
45 |
-
- eval_batch_size:
|
46 |
- seed: 42
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
@@ -52,16 +52,16 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
-
|
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
|
60 |
|
61 |
### Framework versions
|
62 |
|
63 |
- PEFT 0.10.0
|
64 |
-
- Transformers 4.40.
|
65 |
-
- Pytorch 2.3.0
|
66 |
-
- Datasets 2.19.
|
67 |
- Tokenizers 0.19.1
|
|
|
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.1445
|
24 |
+
- Accuracy: 0.9315
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
41 |
|
42 |
The following hyperparameters were used during training:
|
43 |
- learning_rate: 0.0005
|
44 |
+
- train_batch_size: 64
|
45 |
+
- eval_batch_size: 64
|
46 |
- seed: 42
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
+
| No log | 1.0 | 250 | 0.3155 | 0.8815 |
|
56 |
+
| 0.6098 | 2.0 | 500 | 0.1879 | 0.926 |
|
57 |
+
| 0.6098 | 3.0 | 750 | 0.1576 | 0.934 |
|
58 |
+
| 0.1844 | 4.0 | 1000 | 0.1445 | 0.9315 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
62 |
|
63 |
- PEFT 0.10.0
|
64 |
+
- Transformers 4.40.2
|
65 |
+
- Pytorch 2.3.0+cu121
|
66 |
+
- Datasets 2.19.1
|
67 |
- Tokenizers 0.19.1
|