Litzy619 commited on
Commit
c155396
1 Parent(s): 812c2cd

End of training

Browse files
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: EleutherAI/gpt-neo-1.3B
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: V0410MP2_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
+ # V0410MP2_neo
15
+
16
+ This model is a fine-tuned version of [EleutherAI/gpt-neo-1.3B](https://huggingface.co/EleutherAI/gpt-neo-1.3B) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.4671
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
+ | 15.3484 | 0.18 | 20 | 15.2532 |
54
+ | 15.5815 | 0.36 | 40 | 15.4093 |
55
+ | 9.1742 | 0.54 | 60 | 6.3561 |
56
+ | 8.7042 | 0.73 | 80 | 12.5224 |
57
+ | 2.0922 | 0.91 | 100 | 1.4943 |
58
+ | 0.9479 | 1.09 | 120 | 0.7978 |
59
+ | 0.5805 | 1.27 | 140 | 0.5833 |
60
+ | 0.491 | 1.45 | 160 | 0.4959 |
61
+ | 0.451 | 1.63 | 180 | 0.4655 |
62
+ | 0.5629 | 1.81 | 200 | 0.9156 |
63
+ | 0.4747 | 1.99 | 220 | 0.4671 |
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-1.3B",
5
+ "curr_learning": false,
6
+ "detached_training": false,
7
+ "encoder_hidden_size": 2048,
8
+ "hypernetwork": true,
9
+ "inference_mode": true,
10
+ "num_attention_heads": 16,
11
+ "num_layers": 24,
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": 2048
20
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2b4e0d0c2df8a7fe318c9951df688be328af568fb6e0e7c058b10641957962d
3
+ size 935993262
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:85c40333a9ab6ab0e4de94f03b120a559ebc1715e0e709e1f39dbbc9c7dc7363
3
+ size 6198320576
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:47016cb6ca6ed892e45887af9181ce4448085dbb6c02c66fddc1180c6408c90e
3
+ size 5176
vocab.json ADDED
The diff for this file is too large to render. See raw diff