santis2 commited on
Commit
016b688
1 Parent(s): 517b871

End of training

Browse files
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: gpt2-large
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - scitldr
8
+ model-index:
9
+ - name: uplimit-project-3-gpt2-large
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
+ # uplimit-project-3-gpt2-large
17
+
18
+ This model is a fine-tuned version of [gpt2-large](https://huggingface.co/gpt2-large) on the scitldr dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 3.5296
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 0.001
40
+ - train_batch_size: 1
41
+ - eval_batch_size: 1
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 10
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-----:|:-----:|:---------------:|
51
+ | 1.8474 | 0.4 | 800 | 2.7175 |
52
+ | 1.8784 | 0.8 | 1600 | 2.6618 |
53
+ | 1.6307 | 1.2 | 2400 | 2.7737 |
54
+ | 2.0121 | 1.61 | 3200 | 2.6673 |
55
+ | 2.033 | 2.01 | 4000 | 2.7799 |
56
+ | 1.8416 | 2.41 | 4800 | 2.8229 |
57
+ | 1.7133 | 2.81 | 5600 | 2.7827 |
58
+ | 1.681 | 3.21 | 6400 | 2.9556 |
59
+ | 1.5638 | 3.61 | 7200 | 2.9581 |
60
+ | 1.3838 | 4.02 | 8000 | 2.9749 |
61
+ | 1.2711 | 4.42 | 8800 | 2.9982 |
62
+ | 1.2488 | 4.82 | 9600 | 2.9858 |
63
+ | 0.9192 | 5.22 | 10400 | 3.1093 |
64
+ | 0.914 | 5.62 | 11200 | 3.1497 |
65
+ | 0.6613 | 6.02 | 12000 | 3.1170 |
66
+ | 0.6696 | 6.43 | 12800 | 3.1780 |
67
+ | 0.8281 | 6.83 | 13600 | 3.1630 |
68
+ | 0.3944 | 7.23 | 14400 | 3.3688 |
69
+ | 0.4512 | 7.63 | 15200 | 3.3493 |
70
+ | 0.313 | 8.03 | 16000 | 3.4182 |
71
+ | 0.3008 | 8.43 | 16800 | 3.4404 |
72
+ | 0.3054 | 8.84 | 17600 | 3.4577 |
73
+ | 0.2112 | 9.24 | 18400 | 3.5108 |
74
+ | 0.2435 | 9.64 | 19200 | 3.5296 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.34.1
80
+ - Pytorch 2.1.0+cu118
81
+ - Datasets 2.14.6
82
+ - Tokenizers 0.14.1
adapter_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "gpt2-large",
4
+ "bias": "none",
5
+ "fan_in_fan_out": true,
6
+ "inference_mode": true,
7
+ "init_lora_weights": true,
8
+ "layers_pattern": null,
9
+ "layers_to_transform": null,
10
+ "lora_alpha": 16,
11
+ "lora_dropout": 0.05,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 8,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "c_attn",
18
+ "c_proj"
19
+ ],
20
+ "task_type": "CAUSAL_LM"
21
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97072ff817f17f2d95472756beb4e5385ba69e5ba71af8fc6d72d94c5265bb82
3
+ size 16297258
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
+ "unk_token": "<|endoftext|>"
6
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ }
12
+ },
13
+ "bos_token": "<|endoftext|>",
14
+ "clean_up_tokenization_spaces": true,
15
+ "eos_token": "<|endoftext|>",
16
+ "model_max_length": 1024,
17
+ "pad_token": "<|endoftext|>",
18
+ "tokenizer_class": "GPT2Tokenizer",
19
+ "unk_token": "<|endoftext|>"
20
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdfbf779a38c5aca31e5976a23aafe662d867f5fc7333081ac13912f101f4edb
3
+ size 4536
vocab.json ADDED
The diff for this file is too large to render. See raw diff