tyzhu commited on
Commit
143a46d
·
verified ·
1 Parent(s): 30f7a7b

Model save

Browse files
Files changed (1) hide show
  1. README.md +15 -28
README.md CHANGED
@@ -3,23 +3,11 @@ license: mit
3
  base_model: gpt2-xl
4
  tags:
5
  - generated_from_trainer
6
- datasets:
7
- - tyzhu/lmind_hotpot_train300_eval100_v1_recite_qa
8
  metrics:
9
  - accuracy
10
  model-index:
11
  - name: lmind_hotpot_train300_eval100_v1_recite_qa_gpt2-xl
12
- results:
13
- - task:
14
- name: Causal Language Modeling
15
- type: text-generation
16
- dataset:
17
- name: tyzhu/lmind_hotpot_train300_eval100_v1_recite_qa
18
- type: tyzhu/lmind_hotpot_train300_eval100_v1_recite_qa
19
- metrics:
20
- - name: Accuracy
21
- type: accuracy
22
- value: 0.6908442503639011
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -27,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
27
 
28
  # lmind_hotpot_train300_eval100_v1_recite_qa_gpt2-xl
29
 
30
- This model is a fine-tuned version of [gpt2-xl](https://huggingface.co/gpt2-xl) on the tyzhu/lmind_hotpot_train300_eval100_v1_recite_qa dataset.
31
  It achieves the following results on the evaluation set:
32
- - Loss: 0.4199
33
- - Accuracy: 0.6908
34
 
35
  ## Model description
36
 
@@ -54,24 +42,23 @@ The following hyperparameters were used during training:
54
  - eval_batch_size: 16
55
  - seed: 42
56
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
- - lr_scheduler_type: linear
58
- - lr_scheduler_warmup_ratio: 0.05
59
  - num_epochs: 10.0
60
 
61
  ### Training results
62
 
63
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
64
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
65
- | 1.9548 | 1.0 | 69 | 1.7231 | 0.5813 |
66
- | 1.3306 | 2.0 | 138 | 1.2326 | 0.6136 |
67
- | 0.8853 | 3.0 | 207 | 0.8816 | 0.6421 |
68
- | 0.5181 | 4.0 | 276 | 0.6444 | 0.6638 |
69
- | 0.3236 | 5.0 | 345 | 0.5305 | 0.6771 |
70
- | 0.2371 | 6.0 | 414 | 0.4593 | 0.6848 |
71
- | 0.1839 | 7.0 | 483 | 0.4385 | 0.6881 |
72
- | 0.1287 | 8.0 | 552 | 0.4243 | 0.6899 |
73
- | 0.1241 | 9.0 | 621 | 0.4207 | 0.6905 |
74
- | 0.1198 | 10.0 | 690 | 0.4199 | 0.6908 |
75
 
76
 
77
  ### Framework versions
 
3
  base_model: gpt2-xl
4
  tags:
5
  - generated_from_trainer
 
 
6
  metrics:
7
  - accuracy
8
  model-index:
9
  - name: lmind_hotpot_train300_eval100_v1_recite_qa_gpt2-xl
10
+ results: []
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
15
 
16
  # lmind_hotpot_train300_eval100_v1_recite_qa_gpt2-xl
17
 
18
+ This model is a fine-tuned version of [gpt2-xl](https://huggingface.co/gpt2-xl) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.4179
21
+ - Accuracy: 0.6924
22
 
23
  ## Model description
24
 
 
42
  - eval_batch_size: 16
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: constant
 
46
  - num_epochs: 10.0
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 1.873 | 1.0 | 69 | 1.6160 | 0.5881 |
53
+ | 1.1909 | 2.0 | 138 | 1.1437 | 0.6217 |
54
+ | 0.7606 | 3.0 | 207 | 0.7853 | 0.6513 |
55
+ | 0.4752 | 4.0 | 276 | 0.6152 | 0.6702 |
56
+ | 0.2714 | 5.0 | 345 | 0.5010 | 0.6808 |
57
+ | 0.2079 | 6.0 | 414 | 0.4512 | 0.6866 |
58
+ | 0.1588 | 7.0 | 483 | 0.4343 | 0.6894 |
59
+ | 0.1097 | 8.0 | 552 | 0.4257 | 0.6910 |
60
+ | 0.1026 | 9.0 | 621 | 0.4243 | 0.6916 |
61
+ | 0.096 | 10.0 | 690 | 0.4179 | 0.6924 |
62
 
63
 
64
  ### Framework versions