Alphatao commited on
Commit
66b0726
·
verified ·
1 Parent(s): 5d02d2f

End of training

Browse files
Files changed (3) hide show
  1. README.md +179 -0
  2. adapter_model.bin +3 -0
  3. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,179 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: llama3.2
4
+ base_model: unsloth/Llama-3.2-3B
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: e7a8531a-f667-43d7-96f2-07ed1b116e7e
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
+ base_model: unsloth/Llama-3.2-3B
23
+ bf16: true
24
+ chat_template: llama3
25
+ dataset_prepared_path: null
26
+ datasets:
27
+ - data_files:
28
+ - b10b004d99069455_train_data.json
29
+ ds_type: json
30
+ format: custom
31
+ path: /workspace/input_data/b10b004d99069455_train_data.json
32
+ type:
33
+ field_instruction: startphrase
34
+ field_output: gold-ending
35
+ format: '{instruction}'
36
+ no_input_format: '{instruction}'
37
+ system_format: '{system}'
38
+ system_prompt: ''
39
+ debug: null
40
+ device_map:
41
+ ? ''
42
+ : 0,1,2,3,4,5,6,7
43
+ early_stopping_patience: 2
44
+ eval_max_new_tokens: 128
45
+ eval_steps: 100
46
+ eval_table_size: null
47
+ flash_attention: true
48
+ gradient_accumulation_steps: 8
49
+ gradient_checkpointing: true
50
+ group_by_length: false
51
+ hub_model_id: Alphatao/e7a8531a-f667-43d7-96f2-07ed1b116e7e
52
+ hub_repo: null
53
+ hub_strategy: null
54
+ hub_token: null
55
+ learning_rate: 0.0002
56
+ load_best_model_at_end: true
57
+ load_in_4bit: false
58
+ load_in_8bit: false
59
+ local_rank: null
60
+ logging_steps: 1
61
+ lora_alpha: 32
62
+ lora_dropout: 0.05
63
+ lora_fan_in_fan_out: null
64
+ lora_model_dir: null
65
+ lora_r: 16
66
+ lora_target_linear: true
67
+ lora_target_modules:
68
+ - q_proj
69
+ - k_proj
70
+ - v_proj
71
+ - o_proj
72
+ - down_proj
73
+ - up_proj
74
+ lr_scheduler: cosine
75
+ max_grad_norm: 1.0
76
+ max_steps: 2346
77
+ micro_batch_size: 4
78
+ mlflow_experiment_name: /tmp/b10b004d99069455_train_data.json
79
+ model_type: AutoModelForCausalLM
80
+ num_epochs: 2
81
+ optimizer: adamw_bnb_8bit
82
+ output_dir: miner_id_24
83
+ pad_to_sequence_len: true
84
+ resume_from_checkpoint: null
85
+ s2_attention: null
86
+ sample_packing: false
87
+ save_steps: 100
88
+ sequence_len: 2048
89
+ strict: false
90
+ tf32: true
91
+ tokenizer_type: AutoTokenizer
92
+ train_on_inputs: false
93
+ trust_remote_code: true
94
+ val_set_size: 0.05
95
+ wandb_entity: null
96
+ wandb_mode: online
97
+ wandb_name: 2d26c05a-cd41-4443-90b8-af6e34d0351b
98
+ wandb_project: Gradients-On-Demand
99
+ wandb_run: your_name
100
+ wandb_runid: 2d26c05a-cd41-4443-90b8-af6e34d0351b
101
+ warmup_steps: 10
102
+ weight_decay: 0.0
103
+ xformers_attention: null
104
+
105
+ ```
106
+
107
+ </details><br>
108
+
109
+ # e7a8531a-f667-43d7-96f2-07ed1b116e7e
110
+
111
+ This model is a fine-tuned version of [unsloth/Llama-3.2-3B](https://huggingface.co/unsloth/Llama-3.2-3B) on the None dataset.
112
+ It achieves the following results on the evaluation set:
113
+ - Loss: 2.2395
114
+
115
+ ## Model description
116
+
117
+ More information needed
118
+
119
+ ## Intended uses & limitations
120
+
121
+ More information needed
122
+
123
+ ## Training and evaluation data
124
+
125
+ More information needed
126
+
127
+ ## Training procedure
128
+
129
+ ### Training hyperparameters
130
+
131
+ The following hyperparameters were used during training:
132
+ - learning_rate: 0.0002
133
+ - train_batch_size: 4
134
+ - eval_batch_size: 4
135
+ - seed: 42
136
+ - gradient_accumulation_steps: 8
137
+ - total_train_batch_size: 32
138
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
139
+ - lr_scheduler_type: cosine
140
+ - lr_scheduler_warmup_steps: 10
141
+ - training_steps: 2346
142
+
143
+ ### Training results
144
+
145
+ | Training Loss | Epoch | Step | Validation Loss |
146
+ |:-------------:|:------:|:----:|:---------------:|
147
+ | 4.4298 | 0.0004 | 1 | 4.2132 |
148
+ | 2.6515 | 0.0364 | 100 | 2.4191 |
149
+ | 2.224 | 0.0729 | 200 | 2.3802 |
150
+ | 2.7286 | 0.1093 | 300 | 2.3568 |
151
+ | 2.4288 | 0.1457 | 400 | 2.3433 |
152
+ | 2.2517 | 0.1822 | 500 | 2.3338 |
153
+ | 2.3638 | 0.2186 | 600 | 2.3226 |
154
+ | 2.4078 | 0.2550 | 700 | 2.3116 |
155
+ | 2.4365 | 0.2915 | 800 | 2.3066 |
156
+ | 2.3669 | 0.3279 | 900 | 2.3001 |
157
+ | 2.363 | 0.3643 | 1000 | 2.2917 |
158
+ | 2.2615 | 0.4008 | 1100 | 2.2847 |
159
+ | 2.3083 | 0.4372 | 1200 | 2.2774 |
160
+ | 2.1599 | 0.4736 | 1300 | 2.2743 |
161
+ | 2.1445 | 0.5101 | 1400 | 2.2687 |
162
+ | 2.3314 | 0.5465 | 1500 | 2.2618 |
163
+ | 2.2573 | 0.5829 | 1600 | 2.2566 |
164
+ | 2.4727 | 0.6194 | 1700 | 2.2512 |
165
+ | 2.1696 | 0.6558 | 1800 | 2.2482 |
166
+ | 2.3054 | 0.6922 | 1900 | 2.2447 |
167
+ | 2.312 | 0.7287 | 2000 | 2.2424 |
168
+ | 2.2064 | 0.7651 | 2100 | 2.2407 |
169
+ | 2.4036 | 0.8015 | 2200 | 2.2398 |
170
+ | 2.2385 | 0.8380 | 2300 | 2.2395 |
171
+
172
+
173
+ ### Framework versions
174
+
175
+ - PEFT 0.13.2
176
+ - Transformers 4.46.0
177
+ - Pytorch 2.5.0+cu124
178
+ - Datasets 3.0.1
179
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2e4a82800e54e564106dd89a89321bb17958dd70fe81aac8243c8bc36e096be
3
+ size 97396522
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b6c75a82e1a25ac106ce7c1977bc95ea9aea922e65690854663a431191429a3c
3
  size 97307544
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4609ae6f93011509fbe9899644478a1f341b0886772c66a6c385a4df34842227
3
  size 97307544