FatCat87 commited on
Commit
eeef1f5
·
verified ·
1 Parent(s): c0d8033

End of training

Browse files
Files changed (2) hide show
  1. README.md +133 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - axolotl
6
+ - generated_from_trainer
7
+ base_model: OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5
8
+ model-index:
9
+ - name: 17ba6118-af07-459a-959a-678a189f44a4
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
+ [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
17
+ <details><summary>See axolotl config</summary>
18
+
19
+ axolotl version: `0.4.1`
20
+ ```yaml
21
+ adapter: lora
22
+ base_model: OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5
23
+ bf16: auto
24
+ dataset_prepared_path: null
25
+ datasets:
26
+ - data_files:
27
+ - 296cd3b6a996ecf6_train_data.json
28
+ ds_type: json
29
+ format: custom
30
+ path: 296cd3b6a996ecf6_train_data.json
31
+ type:
32
+ field: null
33
+ field_input: null
34
+ field_instruction: user
35
+ field_output: chip2
36
+ field_system: null
37
+ format: null
38
+ no_input_format: null
39
+ system_format: '{system}'
40
+ system_prompt: ''
41
+ early_stopping_patience: null
42
+ evals_per_epoch: 2
43
+ gradient_accumulation_steps: 1
44
+ group_by_length: false
45
+ hub_model_id: taopanda-1/17ba6118-af07-459a-959a-678a189f44a4
46
+ learning_rate: 1.0e-05
47
+ load_in_8bit: true
48
+ local_rank: null
49
+ logging_steps: 1
50
+ lora_alpha: 32
51
+ lora_dropout: 0.05
52
+ lora_fan_in_fan_out: true
53
+ lora_model_dir: null
54
+ lora_r: 16
55
+ lora_target_linear: null
56
+ lora_target_modules:
57
+ - query_key_value
58
+ micro_batch_size: 4
59
+ num_epochs: 1
60
+ output_dir: ./outputs/lora-alpaca-pythia/taopanda-1_03508cf1-5aff-47a6-b375-7a4ea203b6a0
61
+ resume_from_checkpoint: null
62
+ seed: 13400
63
+ sequence_len: 512
64
+ tf32: true
65
+ train_on_inputs: false
66
+ trust_remote_code: true
67
+ val_set_size: 0.05
68
+ wandb_entity: fatcat87-taopanda
69
+ wandb_log_model: null
70
+ wandb_mode: online
71
+ wandb_name: taopanda-1_03508cf1-5aff-47a6-b375-7a4ea203b6a0
72
+ wandb_project: subnet56
73
+ wandb_runid: taopanda-1_03508cf1-5aff-47a6-b375-7a4ea203b6a0
74
+ wandb_watch: null
75
+ weight_decay: 0.1
76
+
77
+ ```
78
+
79
+ </details><br>
80
+
81
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/fatcat87-taopanda/subnet56/runs/9fekcfsn)
82
+ # 17ba6118-af07-459a-959a-678a189f44a4
83
+
84
+ This model is a fine-tuned version of [OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5](https://huggingface.co/OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5) on the None dataset.
85
+ It achieves the following results on the evaluation set:
86
+ - Loss: 1.2511
87
+
88
+ ## Model description
89
+
90
+ More information needed
91
+
92
+ ## Intended uses & limitations
93
+
94
+ More information needed
95
+
96
+ ## Training and evaluation data
97
+
98
+ More information needed
99
+
100
+ ## Training procedure
101
+
102
+ ### Training hyperparameters
103
+
104
+ The following hyperparameters were used during training:
105
+ - learning_rate: 1e-05
106
+ - train_batch_size: 4
107
+ - eval_batch_size: 4
108
+ - seed: 13400
109
+ - distributed_type: multi-GPU
110
+ - num_devices: 4
111
+ - total_train_batch_size: 16
112
+ - total_eval_batch_size: 16
113
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
114
+ - lr_scheduler_type: cosine
115
+ - lr_scheduler_warmup_steps: 100
116
+ - num_epochs: 1
117
+
118
+ ### Training results
119
+
120
+ | Training Loss | Epoch | Step | Validation Loss |
121
+ |:-------------:|:------:|:-----:|:---------------:|
122
+ | 2.1448 | 0.0001 | 1 | 1.8297 |
123
+ | 1.1969 | 0.5 | 6237 | 1.2616 |
124
+ | 0.922 | 1.0 | 12474 | 1.2511 |
125
+
126
+
127
+ ### Framework versions
128
+
129
+ - PEFT 0.11.1
130
+ - Transformers 4.42.3
131
+ - Pytorch 2.3.0+cu121
132
+ - Datasets 2.19.1
133
+ - Tokenizers 0.19.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f826ae35d5484c0cce2d10cb6187c082d1cb3a3c59607573ac282548d9d5609
3
+ size 47212998