romainnn commited on
Commit
62068db
·
verified ·
1 Parent(s): c53cf18

End of training

Browse files
Files changed (3) hide show
  1. README.md +164 -0
  2. adapter_model.bin +3 -0
  3. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: unsloth/Qwen2-7B-Instruct
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 256eafb5-227d-406e-ae3e-c7debdef495e
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/Qwen2-7B-Instruct
23
+ bf16: true
24
+ chat_template: llama3
25
+ dataset_prepared_path: null
26
+ datasets:
27
+ - data_files:
28
+ - 3012d551295a068c_train_data.json
29
+ ds_type: json
30
+ format: custom
31
+ path: /workspace/input_data/3012d551295a068c_train_data.json
32
+ type:
33
+ field_instruction: lang
34
+ field_output: text
35
+ format: '{instruction}'
36
+ no_input_format: '{instruction}'
37
+ system_format: '{system}'
38
+ system_prompt: ''
39
+ debug: null
40
+ deepspeed: null
41
+ early_stopping_patience: 2
42
+ early_stopping_threshold: 0.0001
43
+ eval_max_new_tokens: 128
44
+ eval_steps: 100
45
+ eval_table_size: null
46
+ flash_attention: true
47
+ fp16: null
48
+ fsdp: null
49
+ fsdp_config: null
50
+ gradient_accumulation_steps: 8
51
+ gradient_checkpointing: true
52
+ group_by_length: false
53
+ hub_model_card: false
54
+ hub_model_id: romainnn/256eafb5-227d-406e-ae3e-c7debdef495e
55
+ hub_repo: null
56
+ hub_strategy: checkpoint
57
+ hub_token: null
58
+ learning_rate: 0.0002
59
+ load_best_model_at_end: true
60
+ load_in_4bit: false
61
+ load_in_8bit: false
62
+ local_rank: null
63
+ logging_steps: 1
64
+ lora_alpha: 128
65
+ lora_dropout: 0.3
66
+ lora_fan_in_fan_out: null
67
+ lora_model_dir: null
68
+ lora_r: 64
69
+ lora_target_linear: true
70
+ lora_target_modules:
71
+ - q_proj
72
+ - k_proj
73
+ - v_proj
74
+ lr_scheduler: cosine
75
+ max_grad_norm: 1.0
76
+ max_steps: 855
77
+ micro_batch_size: 4
78
+ mlflow_experiment_name: /tmp/3012d551295a068c_train_data.json
79
+ model_type: AutoModelForCausalLM
80
+ num_epochs: 2
81
+ optimizer: adamw_bnb_8bit
82
+ output_dir: miner_id_24
83
+ pad_to_sequence_len: true
84
+ resume_from_checkpoint: null
85
+ s2_attention: null
86
+ sample_packing: false
87
+ save_steps: 100
88
+ sequence_len: 1024
89
+ strict: false
90
+ tf32: true
91
+ tokenizer_type: AutoTokenizer
92
+ train_on_inputs: false
93
+ trust_remote_code: true
94
+ val_set_size: 0.049554013875123884
95
+ wandb_entity: null
96
+ wandb_mode: online
97
+ wandb_name: 84eee8d4-d157-4da2-b452-6b4f2b01bf35
98
+ wandb_project: Gradients-On-Demand
99
+ wandb_run: your_name
100
+ wandb_runid: 84eee8d4-d157-4da2-b452-6b4f2b01bf35
101
+ warmup_steps: 10
102
+ weight_decay: 0.0
103
+ xformers_attention: null
104
+
105
+ ```
106
+
107
+ </details><br>
108
+
109
+ # 256eafb5-227d-406e-ae3e-c7debdef495e
110
+
111
+ This model is a fine-tuned version of [unsloth/Qwen2-7B-Instruct](https://huggingface.co/unsloth/Qwen2-7B-Instruct) on the None dataset.
112
+ It achieves the following results on the evaluation set:
113
+ - Loss: 1.3722
114
+
115
+ ## Model description
116
+
117
+ More information needed
118
+
119
+ ## Intended uses & limitations
120
+
121
+ More information needed
122
+
123
+ ## Training and evaluation data
124
+
125
+ More information needed
126
+
127
+ ## Training procedure
128
+
129
+ ### Training hyperparameters
130
+
131
+ The following hyperparameters were used during training:
132
+ - learning_rate: 0.0002
133
+ - train_batch_size: 4
134
+ - eval_batch_size: 4
135
+ - seed: 42
136
+ - gradient_accumulation_steps: 8
137
+ - total_train_batch_size: 32
138
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
139
+ - lr_scheduler_type: cosine
140
+ - lr_scheduler_warmup_steps: 10
141
+ - training_steps: 855
142
+
143
+ ### Training results
144
+
145
+ | Training Loss | Epoch | Step | Validation Loss |
146
+ |:-------------:|:------:|:----:|:---------------:|
147
+ | 1.8739 | 0.0003 | 1 | 1.9389 |
148
+ | 1.3517 | 0.0334 | 100 | 1.4945 |
149
+ | 1.2701 | 0.0667 | 200 | 1.4541 |
150
+ | 1.4141 | 0.1001 | 300 | 1.4341 |
151
+ | 1.2862 | 0.1335 | 400 | 1.4108 |
152
+ | 1.3074 | 0.1668 | 500 | 1.3957 |
153
+ | 1.2096 | 0.2002 | 600 | 1.3833 |
154
+ | 1.6205 | 0.2336 | 700 | 1.3754 |
155
+ | 1.1544 | 0.2669 | 800 | 1.3722 |
156
+
157
+
158
+ ### Framework versions
159
+
160
+ - PEFT 0.13.2
161
+ - Transformers 4.46.0
162
+ - Pytorch 2.5.0+cu124
163
+ - Datasets 3.0.1
164
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bceeded0e0cc12e36219f7fc0170dfc2c54c7209d3914cc049a74410d2c4b6a
3
+ size 646064426
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5377c7e394f4a07b9eae7c1eeefe8b564fc37570bd5a4b154f4ca84d0f74c516
3
  size 645975704
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9424ac8397f6eed7b4cb469f9046980e23930764ded8b95ca25c4c9fa72afeb
3
  size 645975704