cwaud commited on
Commit
e92988a
1 Parent(s): 3c800d2

End of training

Browse files
Files changed (3) hide show
  1. README.md +176 -0
  2. adapter_model.bin +3 -0
  3. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: llama3.1
4
+ base_model: unsloth/Meta-Llama-3.1-8B
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: cc2561ca-8a57-4a52-a1ae-6aa020e37c55
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/Meta-Llama-3.1-8B
23
+ bf16: auto
24
+ bnb_config_kwargs:
25
+ bnb_4bit_quant_type: nf4
26
+ bnb_4bit_use_double_quant: true
27
+ chat_template: llama3
28
+ cosine_min_lr_ratio: 0.1
29
+ data_processes: 16
30
+ dataset_prepared_path: null
31
+ datasets:
32
+ - data_files:
33
+ - f9972c9034fade77_train_data.json
34
+ ds_type: json
35
+ path: /workspace/input_data/f9972c9034fade77_train_data.json
36
+ type:
37
+ field_input: level
38
+ field_instruction: problem
39
+ field_output: solution
40
+ system_format: '{system}'
41
+ system_prompt: ''
42
+ debug: null
43
+ deepspeed: null
44
+ device_map: '{'''':torch.cuda.current_device()}'
45
+ do_eval: true
46
+ early_stopping_patience: 1
47
+ eval_batch_size: 1
48
+ eval_sample_packing: false
49
+ eval_steps: 25
50
+ evaluation_strategy: steps
51
+ flash_attention: false
52
+ fp16: null
53
+ fsdp: null
54
+ fsdp_config: null
55
+ gradient_accumulation_steps: 32
56
+ gradient_checkpointing: true
57
+ group_by_length: true
58
+ hub_model_id: cwaud/cc2561ca-8a57-4a52-a1ae-6aa020e37c55
59
+ hub_repo: cwaud
60
+ hub_strategy: checkpoint
61
+ hub_token: null
62
+ learning_rate: 0.0001
63
+ load_in_4bit: false
64
+ load_in_8bit: false
65
+ local_rank: null
66
+ logging_steps: 1
67
+ lora_alpha: 64
68
+ lora_dropout: 0.05
69
+ lora_fan_in_fan_out: null
70
+ lora_model_dir: null
71
+ lora_r: 32
72
+ lora_target_linear: true
73
+ lora_target_modules:
74
+ - q_proj
75
+ - v_proj
76
+ lr_scheduler: cosine
77
+ max_grad_norm: 1.0
78
+ max_memory:
79
+ 0: 70GiB
80
+ 1: 70GiB
81
+ 2: 70GiB
82
+ 3: 70GiB
83
+ max_steps: 83
84
+ micro_batch_size: 1
85
+ mlflow_experiment_name: /tmp/f9972c9034fade77_train_data.json
86
+ model_type: AutoModelForCausalLM
87
+ num_epochs: 3
88
+ optim_args:
89
+ adam_beta1: 0.9
90
+ adam_beta2: 0.95
91
+ adam_epsilon: 1e-5
92
+ optimizer: adamw_torch
93
+ output_dir: miner_id_24
94
+ pad_to_sequence_len: true
95
+ resume_from_checkpoint: null
96
+ s2_attention: null
97
+ sample_packing: false
98
+ save_steps: 50
99
+ save_strategy: steps
100
+ sequence_len: 2048
101
+ strict: false
102
+ tf32: false
103
+ tokenizer_type: AutoTokenizer
104
+ torch_compile: false
105
+ train_on_inputs: false
106
+ trust_remote_code: true
107
+ val_set_size: 50
108
+ wandb_entity: rayonlabs-rayon-labs
109
+ wandb_mode: online
110
+ wandb_name: cc2561ca-8a57-4a52-a1ae-6aa020e37c55
111
+ wandb_project: Public_TuningSN
112
+ wandb_run: miner_id_24
113
+ wandb_runid: cc2561ca-8a57-4a52-a1ae-6aa020e37c55
114
+ warmup_raio: 0.03
115
+ warmup_ratio: 0.04
116
+ weight_decay: 0.01
117
+ xformers_attention: null
118
+
119
+ ```
120
+
121
+ </details><br>
122
+
123
+ # cc2561ca-8a57-4a52-a1ae-6aa020e37c55
124
+
125
+ This model is a fine-tuned version of [unsloth/Meta-Llama-3.1-8B](https://huggingface.co/unsloth/Meta-Llama-3.1-8B) on the None dataset.
126
+ It achieves the following results on the evaluation set:
127
+ - Loss: 0.6261
128
+
129
+ ## Model description
130
+
131
+ More information needed
132
+
133
+ ## Intended uses & limitations
134
+
135
+ More information needed
136
+
137
+ ## Training and evaluation data
138
+
139
+ More information needed
140
+
141
+ ## Training procedure
142
+
143
+ ### Training hyperparameters
144
+
145
+ The following hyperparameters were used during training:
146
+ - learning_rate: 0.0001
147
+ - train_batch_size: 1
148
+ - eval_batch_size: 1
149
+ - seed: 42
150
+ - distributed_type: multi-GPU
151
+ - num_devices: 4
152
+ - gradient_accumulation_steps: 32
153
+ - total_train_batch_size: 128
154
+ - total_eval_batch_size: 4
155
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
156
+ - lr_scheduler_type: cosine
157
+ - lr_scheduler_warmup_steps: 3
158
+ - training_steps: 83
159
+
160
+ ### Training results
161
+
162
+ | Training Loss | Epoch | Step | Validation Loss |
163
+ |:-------------:|:------:|:----:|:---------------:|
164
+ | 0.6787 | 0.0002 | 1 | 0.9340 |
165
+ | 0.6192 | 0.0043 | 25 | 0.6883 |
166
+ | 0.6398 | 0.0085 | 50 | 0.6395 |
167
+ | 0.5756 | 0.0128 | 75 | 0.6261 |
168
+
169
+
170
+ ### Framework versions
171
+
172
+ - PEFT 0.13.2
173
+ - Transformers 4.45.2
174
+ - Pytorch 2.4.1+cu124
175
+ - Datasets 3.0.1
176
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d7490b762f3c84aaed7207ab13aadf75a0ab4f6aea1ba4caa29e99d3aa30b3d
3
+ size 335706186
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:efca5ac27a0c8656909a7422ee16335311a7f780e8c61b6d317d60ac53edc071
3
  size 335604696
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71c2d294e85b0ae32deab70c3aa5243cb11c08e1d82d08535ae2e035f16391e0
3
  size 335604696