Model save
Browse files
README.md
CHANGED
@@ -1,32 +1,39 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
-
|
11 |
-
|
12 |
-
-
|
13 |
-
|
14 |
-
|
15 |
-
pipeline_tag: text-classification
|
16 |
-
model-index:
|
17 |
-
- name: emotion-gpt2-lora
|
18 |
-
results: []
|
19 |
-
---
|
20 |
|
21 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
22 |
should probably proofread and complete it, then remove this comment. -->
|
23 |
|
24 |
# emotion-gpt2-lora
|
25 |
|
26 |
-
This model is a fine-tuned version of [openai-community/gpt2](https://huggingface.co/openai-community/gpt2) on the
|
27 |
It achieves the following results on the evaluation set:
|
28 |
-
- Loss: 0.
|
29 |
-
- Accuracy: 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
|
31 |
## Training procedure
|
32 |
|
@@ -45,9 +52,9 @@ The following hyperparameters were used during training:
|
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
47 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
48 |
-
| 0.
|
49 |
-
| 0.
|
50 |
-
| 0.
|
51 |
|
52 |
|
53 |
### Framework versions
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
base_model: openai-community/gpt2
|
7 |
+
datasets:
|
8 |
+
- emotion
|
9 |
+
metrics:
|
10 |
+
- accuracy
|
11 |
+
model-index:
|
12 |
+
- name: emotion-gpt2-lora
|
13 |
+
results: []
|
14 |
+
---
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
should probably proofread and complete it, then remove this comment. -->
|
18 |
|
19 |
# emotion-gpt2-lora
|
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.1395
|
24 |
+
- Accuracy: 0.9345
|
25 |
+
|
26 |
+
## Model description
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Intended uses & limitations
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training and evaluation data
|
35 |
+
|
36 |
+
More information needed
|
37 |
|
38 |
## Training procedure
|
39 |
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
+
| 0.7977 | 1.0 | 500 | 0.2264 | 0.9195 |
|
56 |
+
| 0.234 | 2.0 | 1000 | 0.1599 | 0.932 |
|
57 |
+
| 0.1773 | 3.0 | 1500 | 0.1395 | 0.9345 |
|
58 |
|
59 |
|
60 |
### Framework versions
|