leonvanbokhorst commited on
Commit
03c9e5d
·
verified ·
1 Parent(s): 34cc53d

Model save

Browse files
Files changed (1) hide show
  1. README.md +32 -25
README.md CHANGED
@@ -1,32 +1,39 @@
1
- ---
2
- language:
3
- - en
4
- license: mit
5
- library_name: peft
6
- tags:
7
- - generated_from_trainer
8
- base_model: openai-community/gpt2
9
- datasets:
10
- - dair-ai/emotion
11
- metrics:
12
- - accuracy
13
- widget:
14
- - text: I liked this movie
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 fantastic Dair AI emotion dataset.
27
  It achieves the following results on the evaluation set:
28
- - Loss: 0.1494
29
- - Accuracy: 0.939
 
 
 
 
 
 
 
 
 
 
 
 
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.7467 | 1.0 | 500 | 0.2384 | 0.914 |
49
- | 0.2357 | 2.0 | 1000 | 0.1689 | 0.9365 |
50
- | 0.1786 | 3.0 | 1500 | 0.1494 | 0.939 |
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