romainnn commited on
Commit
c435409
·
verified ·
1 Parent(s): ed546b0

End of training

Browse files
Files changed (3) hide show
  1. README.md +183 -0
  2. adapter_model.bin +3 -0
  3. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: echarlaix/tiny-random-mistral
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: f8960a9d-edeb-4b29-bcdb-f5db588483bc
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: echarlaix/tiny-random-mistral
23
+ bf16: true
24
+ chat_template: llama3
25
+ dataset_prepared_path: null
26
+ datasets:
27
+ - data_files:
28
+ - 1d4c9f6e3fdcd125_train_data.json
29
+ ds_type: json
30
+ format: custom
31
+ path: /workspace/input_data/1d4c9f6e3fdcd125_train_data.json
32
+ type:
33
+ field_instruction: instruction
34
+ field_output: output
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_id: romainnn/f8960a9d-edeb-4b29-bcdb-f5db588483bc
54
+ hub_repo: null
55
+ hub_strategy: checkpoint
56
+ hub_token: null
57
+ learning_rate: 0.0002
58
+ load_best_model_at_end: true
59
+ load_in_4bit: false
60
+ load_in_8bit: false
61
+ local_rank: null
62
+ logging_steps: 1
63
+ lora_alpha: 32
64
+ lora_dropout: 0.05
65
+ lora_fan_in_fan_out: null
66
+ lora_model_dir: null
67
+ lora_r: 16
68
+ lora_target_linear: true
69
+ lora_target_modules:
70
+ - q_proj
71
+ - k_proj
72
+ - v_proj
73
+ lr_scheduler: cosine
74
+ max_grad_norm: 1.0
75
+ max_steps: 2652
76
+ micro_batch_size: 4
77
+ mlflow_experiment_name: /tmp/1d4c9f6e3fdcd125_train_data.json
78
+ model_type: AutoModelForCausalLM
79
+ num_epochs: 2
80
+ optimizer: adamw_bnb_8bit
81
+ output_dir: miner_id_24
82
+ pad_to_sequence_len: true
83
+ resume_from_checkpoint: null
84
+ s2_attention: null
85
+ sample_packing: false
86
+ save_steps: 100
87
+ sequence_len: 2048
88
+ special_tokens:
89
+ pad_token: </s>
90
+ strict: false
91
+ tf32: true
92
+ tokenizer_type: AutoTokenizer
93
+ train_on_inputs: false
94
+ trust_remote_code: true
95
+ val_set_size: 0.04
96
+ wandb_entity: null
97
+ wandb_mode: online
98
+ wandb_name: 26545dad-1c8b-4b71-bd6a-45e32355614f
99
+ wandb_project: Gradients-On-Demand
100
+ wandb_run: your_name
101
+ wandb_runid: 26545dad-1c8b-4b71-bd6a-45e32355614f
102
+ warmup_steps: 10
103
+ weight_decay: 0.0
104
+ xformers_attention: null
105
+
106
+ ```
107
+
108
+ </details><br>
109
+
110
+ # f8960a9d-edeb-4b29-bcdb-f5db588483bc
111
+
112
+ This model is a fine-tuned version of [echarlaix/tiny-random-mistral](https://huggingface.co/echarlaix/tiny-random-mistral) on the None dataset.
113
+ It achieves the following results on the evaluation set:
114
+ - Loss: 10.2714
115
+
116
+ ## Model description
117
+
118
+ More information needed
119
+
120
+ ## Intended uses & limitations
121
+
122
+ More information needed
123
+
124
+ ## Training and evaluation data
125
+
126
+ More information needed
127
+
128
+ ## Training procedure
129
+
130
+ ### Training hyperparameters
131
+
132
+ The following hyperparameters were used during training:
133
+ - learning_rate: 0.0002
134
+ - train_batch_size: 4
135
+ - eval_batch_size: 4
136
+ - seed: 42
137
+ - gradient_accumulation_steps: 8
138
+ - total_train_batch_size: 32
139
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
140
+ - lr_scheduler_type: cosine
141
+ - lr_scheduler_warmup_steps: 10
142
+ - training_steps: 2652
143
+
144
+ ### Training results
145
+
146
+ | Training Loss | Epoch | Step | Validation Loss |
147
+ |:-------------:|:------:|:----:|:---------------:|
148
+ | 83.0589 | 0.0007 | 1 | 10.3802 |
149
+ | 82.5901 | 0.0686 | 100 | 10.3337 |
150
+ | 82.5677 | 0.1371 | 200 | 10.3225 |
151
+ | 82.521 | 0.2057 | 300 | 10.3162 |
152
+ | 82.3826 | 0.2742 | 400 | 10.3090 |
153
+ | 82.4453 | 0.3428 | 500 | 10.3018 |
154
+ | 82.4075 | 0.4113 | 600 | 10.2958 |
155
+ | 82.3576 | 0.4799 | 700 | 10.2901 |
156
+ | 82.3485 | 0.5485 | 800 | 10.2865 |
157
+ | 82.3176 | 0.6170 | 900 | 10.2842 |
158
+ | 82.255 | 0.6856 | 1000 | 10.2815 |
159
+ | 82.195 | 0.7541 | 1100 | 10.2797 |
160
+ | 82.2751 | 0.8227 | 1200 | 10.2779 |
161
+ | 82.3208 | 0.8913 | 1300 | 10.2764 |
162
+ | 82.2335 | 0.9598 | 1400 | 10.2753 |
163
+ | 82.2106 | 1.0287 | 1500 | 10.2744 |
164
+ | 82.2033 | 1.0973 | 1600 | 10.2736 |
165
+ | 82.223 | 1.1658 | 1700 | 10.2730 |
166
+ | 82.3021 | 1.2344 | 1800 | 10.2725 |
167
+ | 82.313 | 1.3029 | 1900 | 10.2722 |
168
+ | 82.3386 | 1.3715 | 2000 | 10.2719 |
169
+ | 82.2007 | 1.4401 | 2100 | 10.2718 |
170
+ | 82.2385 | 1.5086 | 2200 | 10.2716 |
171
+ | 82.2108 | 1.5772 | 2300 | 10.2715 |
172
+ | 82.254 | 1.6457 | 2400 | 10.2714 |
173
+ | 82.2093 | 1.7143 | 2500 | 10.2714 |
174
+ | 82.2733 | 1.7828 | 2600 | 10.2714 |
175
+
176
+
177
+ ### Framework versions
178
+
179
+ - PEFT 0.13.2
180
+ - Transformers 4.46.0
181
+ - Pytorch 2.5.0+cu124
182
+ - Datasets 3.0.1
183
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93588d26d009be777595db5883abe4ceac6bee2b49abc7327cb4ceaf6a09eec9
3
+ size 65282
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cf1889ef54561b0d470d85469e087b94d1371deb5fb4f4a1453244b0fbaf7b20
3
  size 58680
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60a8247fd6ba1f9fe0dbc2ab7765133457470ca6d3a44c71bf94f3d4c10f9e4b
3
  size 58680