dsakerkwq commited on
Commit
181b599
1 Parent(s): d56d3dc

End of training

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