tyzhu commited on
Commit
2925246
·
verified ·
1 Parent(s): 4bb336b

Model save

Browse files
Files changed (2) hide show
  1. README.md +79 -0
  2. generation_config.json +8 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: gpt2-xl
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: lmind_hotpot_train5000_eval5000_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
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # lmind_hotpot_train5000_eval5000_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.4522
21
+ - Accuracy: 0.7661
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 3e-05
41
+ - train_batch_size: 16
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: 20.0
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Accuracy | Validation Loss |
51
+ |:-------------:|:-----:|:-----:|:--------:|:---------------:|
52
+ | 1.9686 | 1.0 | 1452 | 0.6681 | 1.5662 |
53
+ | 1.4604 | 2.0 | 2904 | 0.6915 | 1.2069 |
54
+ | 1.0522 | 3.0 | 4356 | 0.7149 | 0.9046 |
55
+ | 0.7455 | 4.0 | 5808 | 0.7341 | 0.6844 |
56
+ | 0.5307 | 5.0 | 7260 | 0.7475 | 0.5420 |
57
+ | 0.3796 | 6.0 | 8712 | 0.7560 | 0.4609 |
58
+ | 0.2912 | 7.0 | 10164 | 0.7604 | 0.4311 |
59
+ | 0.2282 | 8.0 | 11616 | 0.7627 | 0.4184 |
60
+ | 0.1905 | 9.0 | 13068 | 0.7640 | 0.4136 |
61
+ | 0.1687 | 10.0 | 14520 | 0.7648 | 0.4175 |
62
+ | 0.1553 | 11.0 | 15972 | 0.7651 | 0.4212 |
63
+ | 0.1447 | 12.0 | 17424 | 0.7653 | 0.4283 |
64
+ | 0.1388 | 13.0 | 18876 | 0.7656 | 0.4287 |
65
+ | 0.1329 | 14.0 | 20328 | 0.7657 | 0.4349 |
66
+ | 0.1292 | 15.0 | 21780 | 0.7657 | 0.4353 |
67
+ | 0.1267 | 16.0 | 23232 | 0.7659 | 0.4383 |
68
+ | 0.1251 | 17.0 | 24684 | 0.4416 | 0.7661 |
69
+ | 0.1201 | 18.0 | 26136 | 0.4467 | 0.7659 |
70
+ | 0.1186 | 19.0 | 27588 | 0.4508 | 0.7660 |
71
+ | 0.1176 | 20.0 | 29040 | 0.4522 | 0.7661 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.34.0
77
+ - Pytorch 2.1.0+cu121
78
+ - Datasets 2.14.5
79
+ - Tokenizers 0.14.1
generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "do_sample": true,
5
+ "eos_token_id": 50256,
6
+ "max_length": 50,
7
+ "transformers_version": "4.34.0"
8
+ }