eeeebbb2 commited on
Commit
aa60103
1 Parent(s): e072d45

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
+ base_model: katuni4ka/tiny-random-falcon-40b
4
+ tags:
5
+ - axolotl
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: f90426c4-9feb-46bd-9d44-6f44764f060d
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: katuni4ka/tiny-random-falcon-40b
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
+ - 33eb588516be126a_train_data.json
30
+ ds_type: json
31
+ field: content
32
+ num_proc: 4
33
+ path: /workspace/input_data/33eb588516be126a_train_data.json
34
+ streaming: true
35
+ type: completion
36
+ debug: null
37
+ deepspeed: null
38
+ device_map: balanced
39
+ do_eval: true
40
+ early_stopping_patience: 1
41
+ eval_batch_size: 1
42
+ eval_sample_packing: false
43
+ eval_steps: 25
44
+ evaluation_strategy: steps
45
+ flash_attention: false
46
+ fp16: null
47
+ fsdp: null
48
+ fsdp_config: null
49
+ gradient_accumulation_steps: 16
50
+ gradient_checkpointing: true
51
+ group_by_length: true
52
+ hub_model_id: eeeebbb2/f90426c4-9feb-46bd-9d44-6f44764f060d
53
+ hub_strategy: checkpoint
54
+ hub_token: null
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: 75GB
73
+ 1: 75GB
74
+ 2: 75GB
75
+ 3: 75GB
76
+ max_steps: 50
77
+ micro_batch_size: 2
78
+ mixed_precision: bf16
79
+ mlflow_experiment_name: /tmp/33eb588516be126a_train_data.json
80
+ model_type: AutoModelForCausalLM
81
+ num_epochs: 3
82
+ optim_args:
83
+ adam_beta1: 0.9
84
+ adam_beta2: 0.95
85
+ adam_epsilon: 1e-5
86
+ optimizer: adamw_torch
87
+ output_dir: miner_id_24
88
+ pad_to_sequence_len: true
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
+ special_tokens:
96
+ pad_token: <|endoftext|>
97
+ strict: false
98
+ tf32: false
99
+ tokenizer_type: AutoTokenizer
100
+ torch_compile: false
101
+ train_on_inputs: false
102
+ trust_remote_code: true
103
+ val_set_size: 50
104
+ wandb_entity: null
105
+ wandb_mode: online
106
+ wandb_name: f90426c4-9feb-46bd-9d44-6f44764f060d
107
+ wandb_project: Public_TuningSN
108
+ wandb_runid: f90426c4-9feb-46bd-9d44-6f44764f060d
109
+ warmup_ratio: 0.04
110
+ weight_decay: 0.01
111
+ xformers_attention: null
112
+
113
+ ```
114
+
115
+ </details><br>
116
+
117
+ # f90426c4-9feb-46bd-9d44-6f44764f060d
118
+
119
+ This model is a fine-tuned version of [katuni4ka/tiny-random-falcon-40b](https://huggingface.co/katuni4ka/tiny-random-falcon-40b) on the None dataset.
120
+ It achieves the following results on the evaluation set:
121
+ - Loss: 10.8235
122
+
123
+ ## Model description
124
+
125
+ More information needed
126
+
127
+ ## Intended uses & limitations
128
+
129
+ More information needed
130
+
131
+ ## Training and evaluation data
132
+
133
+ More information needed
134
+
135
+ ## Training procedure
136
+
137
+ ### Training hyperparameters
138
+
139
+ The following hyperparameters were used during training:
140
+ - learning_rate: 0.0001
141
+ - train_batch_size: 2
142
+ - eval_batch_size: 1
143
+ - seed: 42
144
+ - distributed_type: multi-GPU
145
+ - num_devices: 4
146
+ - gradient_accumulation_steps: 16
147
+ - total_train_batch_size: 128
148
+ - total_eval_batch_size: 4
149
+ - 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
150
+ - lr_scheduler_type: cosine
151
+ - lr_scheduler_warmup_steps: 2
152
+ - training_steps: 45
153
+
154
+ ### Training results
155
+
156
+ | Training Loss | Epoch | Step | Validation Loss |
157
+ |:-------------:|:------:|:----:|:---------------:|
158
+ | 177.6179 | 0.0675 | 1 | 11.0895 |
159
+ | 173.2192 | 1.7342 | 25 | 10.8235 |
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:d5643c907fefb8d45318e5b05a32cf94c112b841950519c5cf18b93907415f3c
3
+ size 497822
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:269e57ed8bb717336b1b94c6127320c63ef4406a0cd07dc09c234c950fb9213b
3
  size 493712
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e891d7f472c05578b1e11cb9a8f155ba81deba816fd82fed601222d321ee8b55
3
  size 493712