RoyJoy commited on
Commit
a026a63
1 Parent(s): 1df97e5

End of training

Browse files
Files changed (2) hide show
  1. README.md +183 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: oopsung/llama2-7b-koNqa-test-v1
4
+ tags:
5
+ - axolotl
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: 9b21cf64-fc30-4c3d-8702-45e030485aac
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ [<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)
16
+ <details><summary>See axolotl config</summary>
17
+
18
+ axolotl version: `0.4.1`
19
+ ```yaml
20
+ adapter: lora
21
+ base_model: oopsung/llama2-7b-koNqa-test-v1
22
+ bf16: auto
23
+ chat_template: llama3
24
+ cosine_min_lr_ratio: 0.1
25
+ data_processes: 4
26
+ dataset_prepared_path: null
27
+ datasets:
28
+ - data_files:
29
+ - f9a8ddc26b363a81_train_data.json
30
+ ds_type: json
31
+ field: catalyst
32
+ path: /workspace/input_data/f9a8ddc26b363a81_train_data.json
33
+ type: completion
34
+ debug: null
35
+ deepspeed: null
36
+ device_map:
37
+ lm_head: 3
38
+ model.embed_tokens: 0
39
+ model.layers.0: 0
40
+ model.layers.1: 0
41
+ model.layers.10: 3
42
+ model.layers.11: 3
43
+ model.layers.2: 0
44
+ model.layers.3: 1
45
+ model.layers.4: 1
46
+ model.layers.5: 1
47
+ model.layers.6: 2
48
+ model.layers.7: 2
49
+ model.layers.8: 2
50
+ model.layers.9: 3
51
+ model.norm: 3
52
+ do_eval: true
53
+ early_stopping_patience: 1
54
+ eval_batch_size: 1
55
+ eval_sample_packing: false
56
+ eval_steps: 25
57
+ evaluation_strategy: steps
58
+ flash_attention: false
59
+ fp16: null
60
+ fsdp: null
61
+ fsdp_config: null
62
+ gradient_accumulation_steps: 32
63
+ gradient_checkpointing: true
64
+ group_by_length: true
65
+ hub_model_id: sn56/9b21cf64-fc30-4c3d-8702-45e030485aac
66
+ hub_strategy: checkpoint
67
+ hub_token: null
68
+ learning_rate: 0.0001
69
+ load_in_4bit: false
70
+ load_in_8bit: false
71
+ local_rank: null
72
+ logging_steps: 1
73
+ lora_alpha: 64
74
+ lora_dropout: 0.05
75
+ lora_fan_in_fan_out: null
76
+ lora_model_dir: null
77
+ lora_r: 32
78
+ lora_target_linear: true
79
+ lora_target_modules:
80
+ - q_proj
81
+ - v_proj
82
+ lr_scheduler: cosine
83
+ max_grad_norm: 0.3
84
+ max_memory:
85
+ 0: 60GB
86
+ 1: 70GB
87
+ 2: 70GB
88
+ 3: 70GB
89
+ cpu: 96GB
90
+ max_steps: 100
91
+ micro_batch_size: 1
92
+ mixed_precision: bf16
93
+ mlflow_experiment_name: /tmp/f9a8ddc26b363a81_train_data.json
94
+ model_type: AutoModelForCausalLM
95
+ num_epochs: 3
96
+ optim_args:
97
+ adam_beta1: 0.9
98
+ adam_beta2: 0.95
99
+ adam_epsilon: 1e-5
100
+ optimizer: adamw_torch
101
+ output_dir: miner_id_24
102
+ pad_to_sequence_len: true
103
+ resume_from_checkpoint: null
104
+ s2_attention: null
105
+ sample_packing: false
106
+ save_steps: 25
107
+ save_strategy: steps
108
+ sequence_len: 2048
109
+ strict: false
110
+ tf32: false
111
+ tokenizer_type: AutoTokenizer
112
+ torch_compile: false
113
+ torch_dtype: bfloat16
114
+ train_on_inputs: false
115
+ trust_remote_code: true
116
+ use_cache: false
117
+ val_set_size: 50
118
+ wandb_entity: null
119
+ wandb_mode: online
120
+ wandb_name: 9b21cf64-fc30-4c3d-8702-45e030485aac
121
+ wandb_project: Public_TuningSN
122
+ wandb_runid: 9b21cf64-fc30-4c3d-8702-45e030485aac
123
+ warmup_ratio: 0.05
124
+ weight_decay: 0.01
125
+ xformers_attention: null
126
+
127
+ ```
128
+
129
+ </details><br>
130
+
131
+ # 9b21cf64-fc30-4c3d-8702-45e030485aac
132
+
133
+ This model is a fine-tuned version of [oopsung/llama2-7b-koNqa-test-v1](https://huggingface.co/oopsung/llama2-7b-koNqa-test-v1) on the None dataset.
134
+ It achieves the following results on the evaluation set:
135
+ - Loss: nan
136
+
137
+ ## Model description
138
+
139
+ More information needed
140
+
141
+ ## Intended uses & limitations
142
+
143
+ More information needed
144
+
145
+ ## Training and evaluation data
146
+
147
+ More information needed
148
+
149
+ ## Training procedure
150
+
151
+ ### Training hyperparameters
152
+
153
+ The following hyperparameters were used during training:
154
+ - learning_rate: 0.0001
155
+ - train_batch_size: 1
156
+ - eval_batch_size: 1
157
+ - seed: 42
158
+ - distributed_type: multi-GPU
159
+ - num_devices: 4
160
+ - gradient_accumulation_steps: 32
161
+ - total_train_batch_size: 128
162
+ - total_eval_batch_size: 4
163
+ - 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
164
+ - lr_scheduler_type: cosine
165
+ - lr_scheduler_warmup_steps: 4
166
+ - training_steps: 87
167
+
168
+ ### Training results
169
+
170
+ | Training Loss | Epoch | Step | Validation Loss |
171
+ |:-------------:|:------:|:----:|:---------------:|
172
+ | 0.0 | 0.0348 | 1 | nan |
173
+ | 0.0 | 0.8705 | 25 | nan |
174
+ | 0.0 | 1.7410 | 50 | nan |
175
+
176
+
177
+ ### Framework versions
178
+
179
+ - PEFT 0.13.2
180
+ - Transformers 4.46.0
181
+ - Pytorch 2.5.0+cu124
182
+ - Datasets 3.0.1
183
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b08c9a645ec8dd5088bebbffe1b48788d916acdd9b294181da7060ca86c2c3a
3
+ size 319977674