besimray commited on
Commit
da8059f
·
verified ·
1 Parent(s): 5d28a66

End of training

Browse files
Files changed (3) hide show
  1. README.md +164 -0
  2. adapter_model.bin +3 -0
  3. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: llama3.2
4
+ base_model: unsloth/Llama-3.2-1B-Instruct
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: miner_id_3_ad9b0fa2-323a-4d04-be5e-1304b49c48da_1729735004
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-1B-Instruct
23
+ bf16: auto
24
+ chat_template: llama3
25
+ dataset_prepared_path: null
26
+ datasets:
27
+ - data_files:
28
+ - MATH-Hard_train_data.json
29
+ ds_type: json
30
+ path: /workspace/input_data/MATH-Hard_train_data.json
31
+ type:
32
+ field_input: problem
33
+ field_instruction: type
34
+ field_output: solution
35
+ system_format: '{system}'
36
+ system_prompt: ''
37
+ debug: null
38
+ deepspeed: null
39
+ early_stopping_patience: 3
40
+ eval_max_new_tokens: 128
41
+ eval_steps: 10
42
+ eval_table_size: null
43
+ flash_attention: true
44
+ fp16: null
45
+ fsdp: null
46
+ fsdp_config: null
47
+ gradient_accumulation_steps: 4
48
+ gradient_checkpointing: true
49
+ group_by_length: false
50
+ hub_model_id: besimray/miner_id_3_ad9b0fa2-323a-4d04-be5e-1304b49c48da_1729735004
51
+ hub_strategy: checkpoint
52
+ hub_token: null
53
+ learning_rate: 0.0002
54
+ load_in_4bit: false
55
+ load_in_8bit: true
56
+ local_rank: null
57
+ logging_steps: 1
58
+ lora_alpha: 32
59
+ lora_dropout: 0.05
60
+ lora_fan_in_fan_out: null
61
+ lora_model_dir: null
62
+ lora_r: 32
63
+ lora_target_linear: true
64
+ lr_scheduler: cosine
65
+ max_steps: 1000
66
+ micro_batch_size: 5
67
+ mlflow_experiment_name: /tmp/MATH-Hard_train_data.json
68
+ model_type: LlamaForCausalLM
69
+ num_epochs: 5
70
+ optimizer: adamw_bnb_8bit
71
+ output_dir: miner_id_24
72
+ pad_to_sequence_len: true
73
+ resume_from_checkpoint: null
74
+ s2_attention: null
75
+ sample_packing: false
76
+ save_steps: 10
77
+ save_strategy: steps
78
+ sequence_len: 4096
79
+ strict: false
80
+ tf32: false
81
+ tokenizer_type: AutoTokenizer
82
+ train_on_inputs: false
83
+ val_set_size: 0.05
84
+ wandb_entity: besimray24-rayon
85
+ wandb_mode: online
86
+ wandb_project: Public_TuningSN
87
+ wandb_run: miner_id_24
88
+ wandb_runid: ad9b0fa2-323a-4d04-be5e-1304b49c48da
89
+ warmup_steps: 10
90
+ weight_decay: 0.0
91
+ xformers_attention: null
92
+
93
+ ```
94
+
95
+ </details><br>
96
+
97
+ # miner_id_3_ad9b0fa2-323a-4d04-be5e-1304b49c48da_1729735004
98
+
99
+ This model is a fine-tuned version of [unsloth/Llama-3.2-1B-Instruct](https://huggingface.co/unsloth/Llama-3.2-1B-Instruct) on the None dataset.
100
+ It achieves the following results on the evaluation set:
101
+ - Loss: 0.7745
102
+
103
+ ## Model description
104
+
105
+ More information needed
106
+
107
+ ## Intended uses & limitations
108
+
109
+ More information needed
110
+
111
+ ## Training and evaluation data
112
+
113
+ More information needed
114
+
115
+ ## Training procedure
116
+
117
+ ### Training hyperparameters
118
+
119
+ The following hyperparameters were used during training:
120
+ - learning_rate: 0.0002
121
+ - train_batch_size: 5
122
+ - eval_batch_size: 5
123
+ - seed: 42
124
+ - gradient_accumulation_steps: 4
125
+ - total_train_batch_size: 20
126
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
127
+ - lr_scheduler_type: cosine
128
+ - lr_scheduler_warmup_steps: 10
129
+ - training_steps: 838
130
+
131
+ ### Training results
132
+
133
+ | Training Loss | Epoch | Step | Validation Loss |
134
+ |:-------------:|:------:|:----:|:---------------:|
135
+ | 0.9487 | 0.0060 | 1 | 0.9856 |
136
+ | 0.8734 | 0.0596 | 10 | 0.8821 |
137
+ | 0.8004 | 0.1192 | 20 | 0.8355 |
138
+ | 0.8897 | 0.1788 | 30 | 0.8209 |
139
+ | 0.8886 | 0.2385 | 40 | 0.8113 |
140
+ | 0.8671 | 0.2981 | 50 | 0.8041 |
141
+ | 0.6372 | 0.3577 | 60 | 0.7990 |
142
+ | 0.7248 | 0.4173 | 70 | 0.7949 |
143
+ | 0.7752 | 0.4769 | 80 | 0.7907 |
144
+ | 0.7171 | 0.5365 | 90 | 0.7890 |
145
+ | 0.7231 | 0.5961 | 100 | 0.7857 |
146
+ | 0.8939 | 0.6557 | 110 | 0.7840 |
147
+ | 0.7672 | 0.7154 | 120 | 0.7806 |
148
+ | 0.7517 | 0.7750 | 130 | 0.7780 |
149
+ | 0.7914 | 0.8346 | 140 | 0.7770 |
150
+ | 0.8214 | 0.8942 | 150 | 0.7758 |
151
+ | 0.7121 | 0.9538 | 160 | 0.7735 |
152
+ | 0.7407 | 1.0134 | 170 | 0.7732 |
153
+ | 0.7109 | 1.0730 | 180 | 0.7753 |
154
+ | 0.6754 | 1.1326 | 190 | 0.7735 |
155
+ | 0.6476 | 1.1923 | 200 | 0.7745 |
156
+
157
+
158
+ ### Framework versions
159
+
160
+ - PEFT 0.13.2
161
+ - Transformers 4.45.2
162
+ - Pytorch 2.4.1+cu124
163
+ - Datasets 3.0.1
164
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17154c9297b8ab9dff9345780a03445e79815bc8f8bd1d3a969e1dad9f9fdead
3
+ size 90258378
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1d787544b08ab0d4cade0305dad7f50350a2c24c6c0ee0b603d14c35c509da9f
3
  size 90207248
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:029f8af11ec5152eadab4cd478be66c4acf935765ab27a8cbb34f3050d694f92
3
  size 90207248