lesso01 commited on
Commit
7dfc5be
·
verified ·
1 Parent(s): 35ca7f8

End of training

Browse files
Files changed (3) hide show
  1. README.md +159 -0
  2. adapter_model.bin +3 -0
  3. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: Qwen/Qwen2.5-7B-Instruct
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 99684001-fed9-4c76-b948-11030f04133f
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
+ auto_find_batch_size: true
23
+ base_model: Qwen/Qwen2.5-7B-Instruct
24
+ bf16: auto
25
+ chat_template: llama3
26
+ dataset_prepared_path: null
27
+ datasets:
28
+ - data_files:
29
+ - 47f47288c3bcf0de_train_data.json
30
+ ds_type: json
31
+ format: custom
32
+ path: /workspace/input_data/47f47288c3bcf0de_train_data.json
33
+ type:
34
+ field_input: chosen_model
35
+ field_instruction: language
36
+ field_output: rejected
37
+ field_system: rejected_model
38
+ format: '{instruction} {input}'
39
+ no_input_format: '{instruction}'
40
+ system_format: '{system}'
41
+ system_prompt: ''
42
+ debug: null
43
+ deepspeed: null
44
+ do_eval: true
45
+ early_stopping_patience: 3
46
+ eval_max_new_tokens: 128
47
+ eval_steps: 50
48
+ evals_per_epoch: null
49
+ flash_attention: true
50
+ fp16: false
51
+ fsdp: null
52
+ fsdp_config: null
53
+ gradient_accumulation_steps: 2
54
+ gradient_checkpointing: false
55
+ group_by_length: true
56
+ hub_model_id: lesso01/99684001-fed9-4c76-b948-11030f04133f
57
+ hub_repo: null
58
+ hub_strategy: checkpoint
59
+ hub_token: null
60
+ learning_rate: 0.000201
61
+ load_in_4bit: false
62
+ load_in_8bit: false
63
+ local_rank: null
64
+ logging_steps: 10
65
+ lora_alpha: 128
66
+ lora_dropout: 0.05
67
+ lora_fan_in_fan_out: null
68
+ lora_model_dir: null
69
+ lora_r: 64
70
+ lora_target_linear: true
71
+ lr_scheduler: cosine
72
+ max_grad_norm: 1.0
73
+ max_steps: 500
74
+ micro_batch_size: 4
75
+ mlflow_experiment_name: /tmp/G.O.D/47f47288c3bcf0de_train_data.json
76
+ model_type: AutoModelForCausalLM
77
+ num_epochs: 1
78
+ optimizer: adamw_bnb_8bit
79
+ output_dir: miner_id_24
80
+ pad_to_sequence_len: true
81
+ resume_from_checkpoint: null
82
+ s2_attention: null
83
+ sample_packing: false
84
+ save_steps: 50
85
+ saves_per_epoch: null
86
+ seed: 10
87
+ sequence_len: 512
88
+ strict: false
89
+ tf32: true
90
+ tokenizer_type: AutoTokenizer
91
+ train_on_inputs: false
92
+ trust_remote_code: true
93
+ val_set_size: 0.05
94
+ wandb_entity: null
95
+ wandb_mode: online
96
+ wandb_name: cb8829bf-0e4c-4904-995a-3e14b40486a4
97
+ wandb_project: 01a
98
+ wandb_run: your_name
99
+ wandb_runid: cb8829bf-0e4c-4904-995a-3e14b40486a4
100
+ warmup_steps: 50
101
+ weight_decay: 0.0
102
+ xformers_attention: null
103
+
104
+ ```
105
+
106
+ </details><br>
107
+
108
+ # 99684001-fed9-4c76-b948-11030f04133f
109
+
110
+ This model is a fine-tuned version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) on the None dataset.
111
+ It achieves the following results on the evaluation set:
112
+ - Loss: 1.1392
113
+
114
+ ## Model description
115
+
116
+ More information needed
117
+
118
+ ## Intended uses & limitations
119
+
120
+ More information needed
121
+
122
+ ## Training and evaluation data
123
+
124
+ More information needed
125
+
126
+ ## Training procedure
127
+
128
+ ### Training hyperparameters
129
+
130
+ The following hyperparameters were used during training:
131
+ - learning_rate: 0.000201
132
+ - train_batch_size: 4
133
+ - eval_batch_size: 4
134
+ - seed: 10
135
+ - gradient_accumulation_steps: 2
136
+ - total_train_batch_size: 8
137
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
138
+ - lr_scheduler_type: cosine
139
+ - lr_scheduler_warmup_steps: 50
140
+ - training_steps: 248
141
+
142
+ ### Training results
143
+
144
+ | Training Loss | Epoch | Step | Validation Loss |
145
+ |:-------------:|:------:|:----:|:---------------:|
146
+ | No log | 0.0040 | 1 | 1.8450 |
147
+ | 1.6088 | 0.2020 | 50 | 1.4174 |
148
+ | 1.3277 | 0.4040 | 100 | 1.5023 |
149
+ | 1.4604 | 0.6061 | 150 | 1.2100 |
150
+ | 1.2613 | 0.8081 | 200 | 1.1392 |
151
+
152
+
153
+ ### Framework versions
154
+
155
+ - PEFT 0.13.2
156
+ - Transformers 4.46.0
157
+ - Pytorch 2.5.0+cu124
158
+ - Datasets 3.0.1
159
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8b1ef1d9084f1ee2b9f02c2f13e0b58cf3c4a8950d72834c3c63702bec89533
3
+ size 646064426
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:48cc61ae89dc20d20a2f61b56530d0dfc15b94dff733d379e910add4706a746b
3
  size 645975704
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3de8853dbe2df5638c27ff1621f209da764c1624bc146a20a297ed8c140d9e5
3
  size 645975704