Litzy619 commited on
Commit
f57d5f6
·
verified ·
1 Parent(s): 481de38

End of training

Browse files
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: EleutherAI/gpt-neo-2.7B
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: V0410MP3_neo
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # V0410MP3_neo
15
+
16
+ This model is a fine-tuned version of [EleutherAI/gpt-neo-2.7B](https://huggingface.co/EleutherAI/gpt-neo-2.7B) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 11.4224
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 0.0003
38
+ - train_batch_size: 8
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - gradient_accumulation_steps: 16
42
+ - total_train_batch_size: 128
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: cosine_with_restarts
45
+ - lr_scheduler_warmup_steps: 20
46
+ - num_epochs: 2
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:-----:|:----:|:---------------:|
53
+ | 12.6501 | 0.18 | 20 | 12.6430 |
54
+ | 12.5965 | 0.36 | 40 | 12.6773 |
55
+ | 12.883 | 0.54 | 60 | 12.8912 |
56
+ | 12.443 | 0.73 | 80 | 13.2937 |
57
+ | 11.8789 | 0.91 | 100 | 11.5682 |
58
+ | 11.8368 | 1.09 | 120 | 12.7259 |
59
+ | 11.6823 | 1.27 | 140 | 11.6140 |
60
+ | 11.3923 | 1.45 | 160 | 11.4045 |
61
+ | 11.4354 | 1.63 | 180 | 11.5279 |
62
+ | 11.4733 | 1.81 | 200 | 11.4428 |
63
+ | 11.3741 | 1.99 | 220 | 11.4224 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.36.0.dev0
69
+ - Pytorch 2.1.2+cu121
70
+ - Datasets 2.14.6
71
+ - Tokenizers 0.14.1
adapter_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additive_modeling": false,
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "EleutherAI/gpt-neo-2.7B",
5
+ "curr_learning": false,
6
+ "detached_training": false,
7
+ "encoder_hidden_size": 2560,
8
+ "hypernetwork": true,
9
+ "inference_mode": true,
10
+ "num_attention_heads": 20,
11
+ "num_layers": 32,
12
+ "num_prefix_set": 3,
13
+ "num_transformer_submodules": 1,
14
+ "num_virtual_tokens": 30,
15
+ "ot_diversified_prefix": false,
16
+ "peft_type": "M_PREFIX",
17
+ "prefix_projection": true,
18
+ "task_type": "CAUSAL_LM",
19
+ "token_dim": 2560
20
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7f55c1d13d3a5350ecabb8d064585a65a2a0c4c465602725cada96426e8f396
3
+ size 105188660
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0be2db9aae4ddf8254e6ee2acdb28fd62660e02f6019c89a15f9efdd0c71f4a4
3
+ size 10710455480
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "!",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "50256": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ }
13
+ },
14
+ "bos_token": "<|endoftext|>",
15
+ "clean_up_tokenization_spaces": true,
16
+ "eos_token": "<|endoftext|>",
17
+ "errors": "replace",
18
+ "model_max_length": 2048,
19
+ "pad_token": "!",
20
+ "tokenizer_class": "GPT2Tokenizer",
21
+ "unk_token": "<|endoftext|>"
22
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffcbf60795e8a4ef764b9cad2668a7f8fdd11786659a833902ec247008724a0f
3
+ size 5176
vocab.json ADDED
The diff for this file is too large to render. See raw diff