eeeebbb2 commited on
Commit
174d7b4
1 Parent(s): 0330b11

End of training

Browse files
Files changed (2) hide show
  1. README.md +188 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,188 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: TinyLlama/TinyLlama_v1.1
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 2b2f0951-7bf1-4be5-b132-0c933188e455
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: TinyLlama/TinyLlama_v1.1
23
+ bf16: auto
24
+ chat_template: llama3
25
+ cosine_min_lr_ratio: 0.1
26
+ data_processes: 4
27
+ dataset_prepared_path: null
28
+ datasets:
29
+ - data_files:
30
+ - 8a3eefb7357ebba8_train_data.json
31
+ ds_type: json
32
+ field: tokenized
33
+ num_proc: 4
34
+ path: /workspace/input_data/8a3eefb7357ebba8_train_data.json
35
+ streaming: true
36
+ type: completion
37
+ debug: null
38
+ deepspeed: null
39
+ device_map:
40
+ lm_head: 3
41
+ model.embed_tokens: 0
42
+ model.layers.0: 0
43
+ model.layers.1: 0
44
+ model.layers.10: 3
45
+ model.layers.11: 3
46
+ model.layers.2: 0
47
+ model.layers.3: 1
48
+ model.layers.4: 1
49
+ model.layers.5: 1
50
+ model.layers.6: 2
51
+ model.layers.7: 2
52
+ model.layers.8: 2
53
+ model.layers.9: 3
54
+ model.norm: 3
55
+ do_eval: true
56
+ early_stopping_patience: 1
57
+ eval_batch_size: 1
58
+ eval_sample_packing: false
59
+ eval_steps: 25
60
+ evaluation_strategy: steps
61
+ flash_attention: false
62
+ fp16: null
63
+ fsdp: null
64
+ fsdp_config: null
65
+ gradient_accumulation_steps: 32
66
+ gradient_checkpointing: true
67
+ group_by_length: true
68
+ hub_model_id: eeeebbb2/2b2f0951-7bf1-4be5-b132-0c933188e455
69
+ hub_strategy: checkpoint
70
+ hub_token: null
71
+ learning_rate: 0.0001
72
+ load_in_4bit: false
73
+ load_in_8bit: false
74
+ local_rank: null
75
+ logging_steps: 1
76
+ lora_alpha: 64
77
+ lora_dropout: 0.05
78
+ lora_fan_in_fan_out: null
79
+ lora_model_dir: null
80
+ lora_r: 32
81
+ lora_target_linear: true
82
+ lora_target_modules:
83
+ - q_proj
84
+ - v_proj
85
+ lr_scheduler: cosine
86
+ max_grad_norm: 0.3
87
+ max_memory:
88
+ 0: 60GB
89
+ 1: 70GB
90
+ 2: 70GB
91
+ 3: 70GB
92
+ cpu: 96GB
93
+ max_steps: 50
94
+ micro_batch_size: 1
95
+ mixed_precision: bf16
96
+ mlflow_experiment_name: /tmp/8a3eefb7357ebba8_train_data.json
97
+ model_type: AutoModelForCausalLM
98
+ num_epochs: 3
99
+ optim_args:
100
+ adam_beta1: 0.9
101
+ adam_beta2: 0.95
102
+ adam_epsilon: 1e-5
103
+ optimizer: adamw_torch
104
+ output_dir: miner_id_24
105
+ pad_to_sequence_len: true
106
+ resume_from_checkpoint: null
107
+ s2_attention: null
108
+ sample_packing: false
109
+ save_steps: 25
110
+ save_strategy: steps
111
+ sequence_len: 2048
112
+ special_tokens:
113
+ pad_token: </s>
114
+ strict: false
115
+ tf32: false
116
+ tokenizer_type: AutoTokenizer
117
+ torch_compile: false
118
+ torch_dtype: bfloat16
119
+ train_on_inputs: false
120
+ trust_remote_code: true
121
+ use_cache: false
122
+ val_set_size: 50
123
+ wandb_entity: null
124
+ wandb_mode: online
125
+ wandb_name: 2b2f0951-7bf1-4be5-b132-0c933188e455
126
+ wandb_project: Public_TuningSN
127
+ wandb_runid: 2b2f0951-7bf1-4be5-b132-0c933188e455
128
+ warmup_ratio: 0.05
129
+ weight_decay: 0.01
130
+ xformers_attention: null
131
+
132
+ ```
133
+
134
+ </details><br>
135
+
136
+ # 2b2f0951-7bf1-4be5-b132-0c933188e455
137
+
138
+ This model is a fine-tuned version of [TinyLlama/TinyLlama_v1.1](https://huggingface.co/TinyLlama/TinyLlama_v1.1) on the None dataset.
139
+ It achieves the following results on the evaluation set:
140
+ - Loss: 3.0633
141
+
142
+ ## Model description
143
+
144
+ More information needed
145
+
146
+ ## Intended uses & limitations
147
+
148
+ More information needed
149
+
150
+ ## Training and evaluation data
151
+
152
+ More information needed
153
+
154
+ ## Training procedure
155
+
156
+ ### Training hyperparameters
157
+
158
+ The following hyperparameters were used during training:
159
+ - learning_rate: 0.0001
160
+ - train_batch_size: 1
161
+ - eval_batch_size: 1
162
+ - seed: 42
163
+ - distributed_type: multi-GPU
164
+ - num_devices: 4
165
+ - gradient_accumulation_steps: 32
166
+ - total_train_batch_size: 128
167
+ - total_eval_batch_size: 4
168
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=adam_beta1=0.9,adam_beta2=0.95,adam_epsilon=1e-5
169
+ - lr_scheduler_type: cosine
170
+ - lr_scheduler_warmup_steps: 2
171
+ - training_steps: 50
172
+
173
+ ### Training results
174
+
175
+ | Training Loss | Epoch | Step | Validation Loss |
176
+ |:-------------:|:------:|:----:|:---------------:|
177
+ | 7.1087 | 0.0205 | 1 | 8.9212 |
178
+ | 4.6978 | 0.5118 | 25 | 3.5844 |
179
+ | 3.513 | 1.0339 | 50 | 3.0633 |
180
+
181
+
182
+ ### Framework versions
183
+
184
+ - PEFT 0.13.2
185
+ - Transformers 4.46.0
186
+ - Pytorch 2.5.0+cu124
187
+ - Datasets 3.0.1
188
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c46ee0fd37d67ac2c1864a9d8c77222096eb63216e78924b634540c4bcf1ffb
3
+ size 101036698