nttx commited on
Commit
4d747c5
·
verified ·
1 Parent(s): 53aa481

End of training

Browse files
Files changed (3) hide show
  1. README.md +180 -0
  2. adapter_model.bin +3 -0
  3. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,180 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: unsloth/SmolLM-135M
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 7f8bab48-3ea0-4b73-b5ea-dfe9183daaf2
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/SmolLM-135M
23
+ bf16: true
24
+ chat_template: llama3
25
+ dataloader_num_workers: 24
26
+ dataset_prepared_path: null
27
+ datasets:
28
+ - data_files:
29
+ - 5b80cb3e3f6cb6d6_train_data.json
30
+ ds_type: json
31
+ format: custom
32
+ path: /workspace/input_data/5b80cb3e3f6cb6d6_train_data.json
33
+ type:
34
+ field_input: outline
35
+ field_instruction: topic
36
+ field_output: markdown
37
+ format: '{instruction} {input}'
38
+ no_input_format: '{instruction}'
39
+ system_format: '{system}'
40
+ system_prompt: ''
41
+ debug: null
42
+ deepspeed: null
43
+ device_map: auto
44
+ do_eval: true
45
+ early_stopping_patience: 3
46
+ eval_batch_size: 2
47
+ eval_max_new_tokens: 128
48
+ eval_steps: 150
49
+ eval_table_size: null
50
+ evals_per_epoch: null
51
+ flash_attention: true
52
+ fp16: false
53
+ fsdp: null
54
+ fsdp_config: null
55
+ gradient_accumulation_steps: 8
56
+ gradient_checkpointing: false
57
+ group_by_length: true
58
+ hub_model_id: nttx/7f8bab48-3ea0-4b73-b5ea-dfe9183daaf2
59
+ hub_repo: null
60
+ hub_strategy: checkpoint
61
+ hub_token: null
62
+ learning_rate: 0.0002
63
+ load_in_4bit: false
64
+ load_in_8bit: false
65
+ local_rank: null
66
+ logging_steps: 50
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
+ lr_scheduler: cosine
74
+ max_grad_norm: 1.0
75
+ max_steps: 3000
76
+ micro_batch_size: 2
77
+ mlflow_experiment_name: /tmp/5b80cb3e3f6cb6d6_train_data.json
78
+ model_type: AutoModelForCausalLM
79
+ num_epochs: 10
80
+ optim_args:
81
+ adam_beta1: 0.9
82
+ adam_beta2: 0.999
83
+ adam_epsilon: 1e-8
84
+ optimizer: adamw_torch_fused
85
+ output_dir: miner_id_24
86
+ pad_to_sequence_len: true
87
+ resume_from_checkpoint: null
88
+ s2_attention: null
89
+ sample_packing: false
90
+ save_steps: 150
91
+ saves_per_epoch: null
92
+ sequence_len: 512
93
+ strict: false
94
+ tf32: true
95
+ tokenizer_type: AutoTokenizer
96
+ train_on_inputs: false
97
+ trust_remote_code: true
98
+ val_set_size: 0.05
99
+ wandb_entity: null
100
+ wandb_mode: online
101
+ wandb_name: f8675f5c-3a6e-463d-b56c-c54c0872a08f
102
+ wandb_project: Gradients-On-Demand
103
+ wandb_run: your_name
104
+ wandb_runid: f8675f5c-3a6e-463d-b56c-c54c0872a08f
105
+ warmup_steps: 50
106
+ weight_decay: 0.0
107
+ xformers_attention: null
108
+
109
+ ```
110
+
111
+ </details><br>
112
+
113
+ # 7f8bab48-3ea0-4b73-b5ea-dfe9183daaf2
114
+
115
+ This model is a fine-tuned version of [unsloth/SmolLM-135M](https://huggingface.co/unsloth/SmolLM-135M) on the None dataset.
116
+ It achieves the following results on the evaluation set:
117
+ - Loss: 0.7823
118
+
119
+ ## Model description
120
+
121
+ More information needed
122
+
123
+ ## Intended uses & limitations
124
+
125
+ More information needed
126
+
127
+ ## Training and evaluation data
128
+
129
+ More information needed
130
+
131
+ ## Training procedure
132
+
133
+ ### Training hyperparameters
134
+
135
+ The following hyperparameters were used during training:
136
+ - learning_rate: 0.0002
137
+ - train_batch_size: 2
138
+ - eval_batch_size: 2
139
+ - seed: 42
140
+ - gradient_accumulation_steps: 8
141
+ - total_train_batch_size: 16
142
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=adam_beta1=0.9,adam_beta2=0.999,adam_epsilon=1e-8
143
+ - lr_scheduler_type: cosine
144
+ - lr_scheduler_warmup_steps: 50
145
+ - training_steps: 3000
146
+
147
+ ### Training results
148
+
149
+ | Training Loss | Epoch | Step | Validation Loss |
150
+ |:-------------:|:------:|:----:|:---------------:|
151
+ | No log | 0.0015 | 1 | 1.1010 |
152
+ | 0.9411 | 0.2226 | 150 | 0.9269 |
153
+ | 0.9052 | 0.4452 | 300 | 0.8922 |
154
+ | 0.8705 | 0.6678 | 450 | 0.8678 |
155
+ | 0.8544 | 0.8904 | 600 | 0.8514 |
156
+ | 0.8167 | 1.1132 | 750 | 0.8398 |
157
+ | 0.7961 | 1.3357 | 900 | 0.8281 |
158
+ | 0.7965 | 1.5583 | 1050 | 0.8186 |
159
+ | 0.7986 | 1.7809 | 1200 | 0.8100 |
160
+ | 0.7548 | 2.0037 | 1350 | 0.8026 |
161
+ | 0.7409 | 2.2263 | 1500 | 0.7998 |
162
+ | 0.7508 | 2.4489 | 1650 | 0.7954 |
163
+ | 0.7606 | 2.6715 | 1800 | 0.7908 |
164
+ | 0.7366 | 2.8941 | 1950 | 0.7873 |
165
+ | 0.7173 | 3.1169 | 2100 | 0.7872 |
166
+ | 0.7294 | 3.3395 | 2250 | 0.7847 |
167
+ | 0.7282 | 3.5620 | 2400 | 0.7835 |
168
+ | 0.72 | 3.7846 | 2550 | 0.7826 |
169
+ | 0.7085 | 4.0074 | 2700 | 0.7819 |
170
+ | 0.7127 | 4.2300 | 2850 | 0.7822 |
171
+ | 0.7119 | 4.4526 | 3000 | 0.7823 |
172
+
173
+
174
+ ### Framework versions
175
+
176
+ - PEFT 0.13.2
177
+ - Transformers 4.46.0
178
+ - Pytorch 2.5.0+cu124
179
+ - Datasets 3.0.1
180
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7691b71779bf7c961c5067ae0a63c3ee2d6647f047f4030841822f4bc19730fb
3
+ size 39226778
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7e09c2a5dcf2e7fc1395c6f500fd04f6e9ed509fdd50cd012a60a68626bc519e
3
  size 39131224
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66cf16cd354c25c44c4affc7ad3953ecc9f969c500d44e5a55a98a3083ff528c
3
  size 39131224