error577 commited on
Commit
73371a6
·
verified ·
1 Parent(s): aacfd93

End of training

Browse files
Files changed (3) hide show
  1. README.md +184 -0
  2. adapter_model.bin +3 -0
  3. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: other
4
+ base_model: facebook/opt-125m
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 18092189-46f9-4027-aa36-175d1e605e4a
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/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
17
+ <details><summary>See axolotl config</summary>
18
+
19
+ axolotl version: `0.4.1`
20
+ ```yaml
21
+ adapter: lora
22
+ auto_resume_from_checkpoints: true
23
+ base_model: facebook/opt-125m
24
+ bf16: auto
25
+ chat_template: llama3
26
+ dataset_prepared_path: null
27
+ dataset_processes: 6
28
+ datasets:
29
+ - data_files:
30
+ - 818f8460304dc8f3_train_data.json
31
+ ds_type: json
32
+ format: custom
33
+ path: /workspace/input_data/818f8460304dc8f3_train_data.json
34
+ type:
35
+ field_input: hypothesis
36
+ field_instruction: premise
37
+ field_output: augmented_hypothesis
38
+ format: '{instruction} {input}'
39
+ no_input_format: '{instruction}'
40
+ system_format: '{system}'
41
+ system_prompt: ''
42
+ debug: null
43
+ deepspeed: null
44
+ early_stopping_patience: 3
45
+ eval_max_new_tokens: 128
46
+ eval_steps: 200
47
+ eval_table_size: null
48
+ evals_per_epoch: null
49
+ flash_attention: true
50
+ fp16: false
51
+ fsdp: null
52
+ fsdp_config: null
53
+ gradient_accumulation_steps: 4
54
+ gradient_checkpointing: true
55
+ group_by_length: false
56
+ hub_model_id: error577/18092189-46f9-4027-aa36-175d1e605e4a
57
+ hub_repo: null
58
+ hub_strategy: checkpoint
59
+ hub_token: null
60
+ learning_rate: 0.0002
61
+ load_in_4bit: false
62
+ load_in_8bit: false
63
+ local_rank: null
64
+ logging_steps: 1
65
+ lora_alpha: 64
66
+ lora_dropout: 0.1
67
+ lora_fan_in_fan_out: null
68
+ lora_model_dir: null
69
+ lora_r: 32
70
+ lora_target_linear: true
71
+ lr_scheduler: cosine
72
+ max_grad_norm: 1.0
73
+ max_steps: null
74
+ micro_batch_size: 24
75
+ mlflow_experiment_name: /tmp/818f8460304dc8f3_train_data.json
76
+ model_type: AutoModelForCausalLM
77
+ num_epochs: 3
78
+ optimizer: adamw_bnb_8bit
79
+ output_dir: miner_id_24
80
+ pad_to_sequence_len: true
81
+ resume_from_checkpoint: null
82
+ s2_attention: null
83
+ sample_packing: false
84
+ save_steps: 200
85
+ sequence_len: 256
86
+ strict: false
87
+ tf32: false
88
+ tokenizer_type: AutoTokenizer
89
+ train_on_inputs: false
90
+ trust_remote_code: true
91
+ val_set_size: 0.005
92
+ wandb_entity: null
93
+ wandb_mode: online
94
+ wandb_name: af50a6d4-247f-4e76-817b-1cfd6dd7131d
95
+ wandb_project: Gradients-On-Demand
96
+ wandb_run: your_name
97
+ wandb_runid: af50a6d4-247f-4e76-817b-1cfd6dd7131d
98
+ warmup_steps: 30
99
+ weight_decay: 0.0
100
+ xformers_attention: null
101
+
102
+ ```
103
+
104
+ </details><br>
105
+
106
+ # 18092189-46f9-4027-aa36-175d1e605e4a
107
+
108
+ This model is a fine-tuned version of [facebook/opt-125m](https://huggingface.co/facebook/opt-125m) on the None dataset.
109
+ It achieves the following results on the evaluation set:
110
+ - Loss: 0.1241
111
+
112
+ ## Model description
113
+
114
+ More information needed
115
+
116
+ ## Intended uses & limitations
117
+
118
+ More information needed
119
+
120
+ ## Training and evaluation data
121
+
122
+ More information needed
123
+
124
+ ## Training procedure
125
+
126
+ ### Training hyperparameters
127
+
128
+ The following hyperparameters were used during training:
129
+ - learning_rate: 0.0002
130
+ - train_batch_size: 24
131
+ - eval_batch_size: 24
132
+ - seed: 42
133
+ - gradient_accumulation_steps: 4
134
+ - total_train_batch_size: 96
135
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
136
+ - lr_scheduler_type: cosine
137
+ - lr_scheduler_warmup_steps: 30
138
+ - num_epochs: 3
139
+
140
+ ### Training results
141
+
142
+ | Training Loss | Epoch | Step | Validation Loss |
143
+ |:-------------:|:------:|:----:|:---------------:|
144
+ | 12.7141 | 0.0005 | 1 | 3.1690 |
145
+ | 1.3992 | 0.0960 | 200 | 0.3349 |
146
+ | 1.0472 | 0.1921 | 400 | 0.2430 |
147
+ | 0.883 | 0.2881 | 600 | 0.2006 |
148
+ | 0.7357 | 0.3842 | 800 | 0.1706 |
149
+ | 0.7221 | 0.4802 | 1000 | 0.1574 |
150
+ | 0.7825 | 0.5763 | 1200 | 0.1546 |
151
+ | 0.5444 | 0.6723 | 1400 | 0.1439 |
152
+ | 0.6198 | 0.7684 | 1600 | 0.1449 |
153
+ | 0.5838 | 0.8644 | 1800 | 0.1378 |
154
+ | 0.5814 | 0.9605 | 2000 | 0.1363 |
155
+ | 0.552 | 1.0565 | 2200 | 0.1346 |
156
+ | 0.5699 | 1.1526 | 2400 | 0.1337 |
157
+ | 0.5114 | 1.2486 | 2600 | 0.1359 |
158
+ | 0.5164 | 1.3447 | 2800 | 0.1310 |
159
+ | 0.4851 | 1.4407 | 3000 | 0.1314 |
160
+ | 0.4927 | 1.5368 | 3200 | 0.1320 |
161
+ | 0.485 | 1.6328 | 3400 | 0.1287 |
162
+ | 0.5204 | 1.7289 | 3600 | 0.1270 |
163
+ | 0.5643 | 1.8249 | 3800 | 0.1277 |
164
+ | 0.525 | 1.9210 | 4000 | 0.1275 |
165
+ | 0.4682 | 2.0170 | 4200 | 0.1264 |
166
+ | 0.5078 | 2.1131 | 4400 | 0.1259 |
167
+ | 0.5088 | 2.2091 | 4600 | 0.1257 |
168
+ | 0.5096 | 2.3052 | 4800 | 0.1250 |
169
+ | 0.5158 | 2.4012 | 5000 | 0.1252 |
170
+ | 0.5353 | 2.4973 | 5200 | 0.1241 |
171
+ | 0.5068 | 2.5933 | 5400 | 0.1242 |
172
+ | 0.5512 | 2.6894 | 5600 | 0.1241 |
173
+ | 0.472 | 2.7854 | 5800 | 0.1242 |
174
+ | 0.4644 | 2.8815 | 6000 | 0.1242 |
175
+ | 0.47 | 2.9775 | 6200 | 0.1241 |
176
+
177
+
178
+ ### Framework versions
179
+
180
+ - PEFT 0.13.2
181
+ - Transformers 4.46.0
182
+ - Pytorch 2.5.0+cu124
183
+ - Datasets 3.0.1
184
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc8962dcf250fb0743a66eeeaa9e6bc608ae95dacd902ddbe097ea73ef39a00f
3
+ size 21286218
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:83a7c07e51238afaa7c40d988f34e3738452e0f7d0951dbdfd2d1a2ee920e6f4
3
  size 21253336
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5950d382b23426dbf6840e428108a83e5db8e60ea3d7dc70ee54280f44ed8e3d
3
  size 21253336