dada22231 commited on
Commit
1474e06
1 Parent(s): ef6f7f2

End of training

Browse files
Files changed (3) hide show
  1. README.md +168 -0
  2. adapter_model.bin +3 -0
  3. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: gemma
4
+ base_model: unsloth/gemma-2-2b
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 77e48942-b57e-4604-8217-9aa66ec0268f
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/gemma-2-2b
23
+ bf16: auto
24
+ chat_template: llama3
25
+ cosine_min_lr_ratio: 0.1
26
+ data_processes: 16
27
+ dataset_prepared_path: null
28
+ datasets:
29
+ - data_files:
30
+ - 6f5dbbbe3fac82c1_train_data.json
31
+ ds_type: json
32
+ field: subset
33
+ path: /workspace/input_data/6f5dbbbe3fac82c1_train_data.json
34
+ type: completion
35
+ debug: null
36
+ deepspeed: null
37
+ device_map: auto
38
+ do_eval: true
39
+ early_stopping_patience: 1
40
+ eval_batch_size: 1
41
+ eval_sample_packing: false
42
+ eval_steps: 25
43
+ evaluation_strategy: steps
44
+ flash_attention: false
45
+ fp16: null
46
+ fsdp: null
47
+ fsdp_config: null
48
+ gradient_accumulation_steps: 32
49
+ gradient_checkpointing: true
50
+ group_by_length: true
51
+ hub_model_id: dada22231/77e48942-b57e-4604-8217-9aa66ec0268f
52
+ hub_strategy: checkpoint
53
+ hub_token: null
54
+ hub_username: dada22231
55
+ learning_rate: 0.0001
56
+ load_in_4bit: false
57
+ load_in_8bit: false
58
+ local_rank: null
59
+ logging_steps: 1
60
+ lora_alpha: 64
61
+ lora_dropout: 0.05
62
+ lora_fan_in_fan_out: null
63
+ lora_model_dir: null
64
+ lora_r: 32
65
+ lora_target_linear: true
66
+ lora_target_modules:
67
+ - q_proj
68
+ - v_proj
69
+ lr_scheduler: cosine
70
+ max_grad_norm: 1.0
71
+ max_memory:
72
+ 0: 70GiB
73
+ 1: 70GiB
74
+ 2: 70GiB
75
+ 3: 70GiB
76
+ max_steps: 95
77
+ micro_batch_size: 1
78
+ mlflow_experiment_name: /tmp/6f5dbbbe3fac82c1_train_data.json
79
+ model_type: AutoModelForCausalLM
80
+ num_epochs: 3
81
+ optim_args:
82
+ adam_beta1: 0.9
83
+ adam_beta2: 0.95
84
+ adam_epsilon: 1e-5
85
+ optimizer: adamw_torch
86
+ output_dir: miner_id_24
87
+ pad_to_sequence_len: true
88
+ repository_id: dada22231/77e48942-b57e-4604-8217-9aa66ec0268f
89
+ resume_from_checkpoint: null
90
+ s2_attention: null
91
+ sample_packing: false
92
+ save_steps: 25
93
+ save_strategy: steps
94
+ sequence_len: 2048
95
+ strict: false
96
+ tf32: false
97
+ tokenizer_type: AutoTokenizer
98
+ torch_compile: false
99
+ train_on_inputs: false
100
+ trust_remote_code: true
101
+ val_set_size: 50
102
+ wandb_entity: null
103
+ wandb_mode: online
104
+ wandb_name: 77e48942-b57e-4604-8217-9aa66ec0268f
105
+ wandb_project: Public_TuningSN
106
+ wandb_runid: 77e48942-b57e-4604-8217-9aa66ec0268f
107
+ warmup_ratio: 0.04
108
+ weight_decay: 0.01
109
+ xformers_attention: null
110
+
111
+ ```
112
+
113
+ </details><br>
114
+
115
+ # 77e48942-b57e-4604-8217-9aa66ec0268f
116
+
117
+ This model is a fine-tuned version of [unsloth/gemma-2-2b](https://huggingface.co/unsloth/gemma-2-2b) on the None dataset.
118
+ It achieves the following results on the evaluation set:
119
+ - Loss: 0.2879
120
+
121
+ ## Model description
122
+
123
+ More information needed
124
+
125
+ ## Intended uses & limitations
126
+
127
+ More information needed
128
+
129
+ ## Training and evaluation data
130
+
131
+ More information needed
132
+
133
+ ## Training procedure
134
+
135
+ ### Training hyperparameters
136
+
137
+ The following hyperparameters were used during training:
138
+ - learning_rate: 0.0001
139
+ - train_batch_size: 1
140
+ - eval_batch_size: 1
141
+ - seed: 42
142
+ - distributed_type: multi-GPU
143
+ - num_devices: 4
144
+ - gradient_accumulation_steps: 32
145
+ - total_train_batch_size: 128
146
+ - total_eval_batch_size: 4
147
+ - 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
148
+ - lr_scheduler_type: cosine
149
+ - lr_scheduler_warmup_steps: 3
150
+ - training_steps: 95
151
+
152
+ ### Training results
153
+
154
+ | Training Loss | Epoch | Step | Validation Loss |
155
+ |:-------------:|:------:|:----:|:---------------:|
156
+ | 14.1418 | 0.0055 | 1 | 18.9865 |
157
+ | 0.025 | 0.1379 | 25 | 0.4711 |
158
+ | 0.0248 | 0.2758 | 50 | 0.3174 |
159
+ | 0.0207 | 0.4137 | 75 | 0.2879 |
160
+
161
+
162
+ ### Framework versions
163
+
164
+ - PEFT 0.13.2
165
+ - Transformers 4.46.0
166
+ - Pytorch 2.5.0+cu124
167
+ - Datasets 3.0.1
168
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43683cf4901e097f7b230ee4dc66eb1717d322e5e9e421e00ab6c7689acd46b4
3
+ size 166265274
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b999115b6df7a381fab7604f66e4d51a0cf1f976b0e2b684bed9a8f41d6fa1f7
3
  size 166182480
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be992a161695a4dac5a9f77be39443ed60c63ddae05bc57d8053443e345f9506
3
  size 166182480