dsakerkwq commited on
Commit
7cc6c9e
1 Parent(s): 105dd9a

End of training

Browse files
Files changed (2) hide show
  1. README.md +152 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: katuni4ka/tiny-random-qwen1.5-moe
4
+ tags:
5
+ - axolotl
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: 6e4dd86a-2315-48fe-9734-dc0911e01803
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ [<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)
16
+ <details><summary>See axolotl config</summary>
17
+
18
+ axolotl version: `0.4.1`
19
+ ```yaml
20
+ adapter: lora
21
+ base_model: katuni4ka/tiny-random-qwen1.5-moe
22
+ bf16: true
23
+ chat_template: llama3
24
+ dataset_prepared_path: null
25
+ datasets:
26
+ - data_files:
27
+ - ba6870088205e3c8_train_data.json
28
+ ds_type: json
29
+ format: custom
30
+ path: /workspace/input_data/ba6870088205e3c8_train_data.json
31
+ type:
32
+ field_input: context
33
+ field_instruction: question
34
+ field_output: answer
35
+ format: '{instruction} {input}'
36
+ no_input_format: '{instruction}'
37
+ system_format: '{system}'
38
+ system_prompt: ''
39
+ debug: null
40
+ deepspeed: null
41
+ eval_max_new_tokens: 128
42
+ eval_table_size: null
43
+ evals_per_epoch: 4
44
+ flash_attention: false
45
+ fp16: false
46
+ fsdp: null
47
+ fsdp_config: null
48
+ gradient_accumulation_steps: 8
49
+ gradient_checkpointing: true
50
+ group_by_length: true
51
+ hub_model_id: dsakerkwq/6e4dd86a-2315-48fe-9734-dc0911e01803
52
+ learning_rate: 0.0002
53
+ load_in_4bit: false
54
+ load_in_8bit: false
55
+ lora_alpha: 32
56
+ lora_dropout: 0.05
57
+ lora_fan_in_fan_out: null
58
+ lora_model_dir: null
59
+ lora_r: 16
60
+ lora_target_linear: true
61
+ lr_scheduler: cosine
62
+ max_memory:
63
+ 0: 75GiB
64
+ max_steps: 30
65
+ micro_batch_size: 2
66
+ mlflow_experiment_name: /tmp/ba6870088205e3c8_train_data.json
67
+ model_type: AutoModelForCausalLM
68
+ num_epochs: 3
69
+ optimizer: adamw_torch
70
+ output_dir: miner_id_24
71
+ pad_to_sequence_len: true
72
+ s2_attention: false
73
+ sample_packing: false
74
+ saves_per_epoch: 4
75
+ sequence_len: 2048
76
+ strict: false
77
+ tf32: true
78
+ tokenizer_type: AutoTokenizer
79
+ train_on_inputs: false
80
+ trust_remote_code: true
81
+ val_set_size: 0.05
82
+ wandb_entity: null
83
+ wandb_mode: online
84
+ wandb_name: 6e4dd86a-2315-48fe-9734-dc0911e01803
85
+ wandb_project: Gradients-On-Demand
86
+ wandb_runid: 6e4dd86a-2315-48fe-9734-dc0911e01803
87
+ warmup_steps: 100
88
+ weight_decay: 0.01
89
+ xformers_attention: false
90
+
91
+ ```
92
+
93
+ </details><br>
94
+
95
+ # 6e4dd86a-2315-48fe-9734-dc0911e01803
96
+
97
+ This model is a fine-tuned version of [katuni4ka/tiny-random-qwen1.5-moe](https://huggingface.co/katuni4ka/tiny-random-qwen1.5-moe) on the None dataset.
98
+ It achieves the following results on the evaluation set:
99
+ - Loss: 11.9164
100
+
101
+ ## Model description
102
+
103
+ More information needed
104
+
105
+ ## Intended uses & limitations
106
+
107
+ More information needed
108
+
109
+ ## Training and evaluation data
110
+
111
+ More information needed
112
+
113
+ ## Training procedure
114
+
115
+ ### Training hyperparameters
116
+
117
+ The following hyperparameters were used during training:
118
+ - learning_rate: 0.0002
119
+ - train_batch_size: 2
120
+ - eval_batch_size: 2
121
+ - seed: 42
122
+ - gradient_accumulation_steps: 8
123
+ - total_train_batch_size: 16
124
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
125
+ - lr_scheduler_type: cosine
126
+ - lr_scheduler_warmup_steps: 100
127
+ - training_steps: 30
128
+
129
+ ### Training results
130
+
131
+ | Training Loss | Epoch | Step | Validation Loss |
132
+ |:-------------:|:------:|:----:|:---------------:|
133
+ | 11.9336 | 0.0002 | 1 | 11.9257 |
134
+ | 11.9313 | 0.0006 | 3 | 11.9257 |
135
+ | 11.9271 | 0.0013 | 6 | 11.9255 |
136
+ | 11.9273 | 0.0019 | 9 | 11.9250 |
137
+ | 11.9169 | 0.0026 | 12 | 11.9244 |
138
+ | 11.9279 | 0.0032 | 15 | 11.9236 |
139
+ | 11.9271 | 0.0039 | 18 | 11.9226 |
140
+ | 11.9167 | 0.0045 | 21 | 11.9214 |
141
+ | 11.9164 | 0.0052 | 24 | 11.9200 |
142
+ | 11.9165 | 0.0058 | 27 | 11.9183 |
143
+ | 11.9169 | 0.0065 | 30 | 11.9164 |
144
+
145
+
146
+ ### Framework versions
147
+
148
+ - PEFT 0.13.2
149
+ - Transformers 4.46.0
150
+ - Pytorch 2.5.0+cu124
151
+ - Datasets 3.0.1
152
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bd90403b8515acbc97e4a93a3cea236829f0077c7dfea6bf7da648e612c1782
3
+ size 680682