FatCat87 commited on
Commit
23081f8
·
verified ·
1 Parent(s): 3fd72cc

Training in progress, step 14

Browse files
Files changed (3) hide show
  1. README.md +166 -0
  2. adapter_model.safetensors +1 -1
  3. training_args.bin +1 -1
README.md ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: unsloth/mistral-7b
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: test-mistral-7b
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.5.2`
20
+ ```yaml
21
+ adapter: lora
22
+ base_model: unsloth/mistral-7b
23
+ bf16: auto
24
+ datasets:
25
+ - data_files:
26
+ - 8219297a1f15c78f_train_data.json
27
+ ds_type: json
28
+ format: custom
29
+ path: 8219297a1f15c78f_train_data.json
30
+ preprocessing:
31
+ - shuffle: true
32
+ type:
33
+ field: null
34
+ field_input: null
35
+ field_instruction: prompt
36
+ field_output: response
37
+ field_system: null
38
+ format: null
39
+ no_input_format: null
40
+ system_format: '{system}'
41
+ system_prompt: ''
42
+ debug: null
43
+ device_map: auto
44
+ early_stopping_patience: null
45
+ eval_max_new_tokens: 16
46
+ eval_table_max_new_tokens: 128
47
+ eval_table_size: null
48
+ evals_per_epoch: 8
49
+ flash_attention: true
50
+ fp16: null
51
+ fsdp: null
52
+ fsdp_config: null
53
+ gradient_accumulation_steps: 4
54
+ gradient_checkpointing: true
55
+ group_by_length: false
56
+ hub_model_id: taopanda/test-mistral-7b
57
+ is_mistral_derived_model: true
58
+ learning_rate: 0.0005
59
+ load_in_4bit: false
60
+ load_in_8bit: false
61
+ local_rank: null
62
+ logging_steps: 1
63
+ lora_alpha: 128
64
+ lora_dropout: 0.05
65
+ lora_r: 64
66
+ lora_target_modules:
67
+ - q_proj
68
+ - v_proj
69
+ lr_scheduler: cosine
70
+ max_grad_norm: 1.0
71
+ max_steps: 450
72
+ micro_batch_size: 4
73
+ model_type: MistralForCausalLM
74
+ num_epochs: 1
75
+ optimizer: adamw_torch
76
+ output_dir: ./out/taopanda_test-mistral-7b
77
+ pad_to_sequence_len: true
78
+ resume_from_checkpoint: null
79
+ save_steps: 0.15
80
+ save_total_limit: 1
81
+ seed: 42
82
+ sequence_len: 1024
83
+ special_tokens:
84
+ bos_token: <s>
85
+ eos_token: </s>
86
+ unk_token: <unk>
87
+ strict: false
88
+ tf32: true
89
+ tokenizer_type: AutoTokenizer
90
+ train_on_inputs: false
91
+ trust_remote_code: true
92
+ use_flash_attn_2: true
93
+ val_set_size: 0.1
94
+ wandb_entity: fatcat87-taopanda
95
+ wandb_log_model: null
96
+ wandb_mode: online
97
+ wandb_name: taopanda_test-mistral-7b
98
+ wandb_project: subnet56-test
99
+ wandb_runid: taopanda_test-mistral-7b
100
+ wandb_watch: null
101
+ warmup_ratio: 0.06
102
+ weight_decay: 0.01
103
+ xformers_attention: null
104
+
105
+ ```
106
+
107
+ </details><br>
108
+
109
+ # test-mistral-7b
110
+
111
+ This model is a fine-tuned version of [unsloth/mistral-7b](https://huggingface.co/unsloth/mistral-7b) on the None dataset.
112
+ It achieves the following results on the evaluation set:
113
+ - Loss: 0.6985
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.0005
133
+ - train_batch_size: 4
134
+ - eval_batch_size: 4
135
+ - seed: 42
136
+ - distributed_type: multi-GPU
137
+ - num_devices: 4
138
+ - gradient_accumulation_steps: 4
139
+ - total_train_batch_size: 64
140
+ - total_eval_batch_size: 16
141
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
142
+ - lr_scheduler_type: cosine
143
+ - lr_scheduler_warmup_steps: 5
144
+ - training_steps: 87
145
+
146
+ ### Training results
147
+
148
+ | Training Loss | Epoch | Step | Validation Loss |
149
+ |:-------------:|:------:|:----:|:---------------:|
150
+ | 1.0651 | 0.0116 | 1 | 1.0560 |
151
+ | 0.7617 | 0.1272 | 11 | 0.7764 |
152
+ | 0.7784 | 0.2543 | 22 | 0.7421 |
153
+ | 0.6848 | 0.3815 | 33 | 0.7290 |
154
+ | 0.7263 | 0.5087 | 44 | 0.7161 |
155
+ | 0.7062 | 0.6358 | 55 | 0.7074 |
156
+ | 0.7281 | 0.7630 | 66 | 0.7020 |
157
+ | 0.7402 | 0.8902 | 77 | 0.6985 |
158
+
159
+
160
+ ### Framework versions
161
+
162
+ - PEFT 0.13.2
163
+ - Transformers 4.46.3
164
+ - Pytorch 2.5.1+cu124
165
+ - Datasets 3.1.0
166
+ - Tokenizers 0.20.3
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:21f75694fbaece7eb29c5f87cb6a502753b5c34fd867ab7121668f86ac3c941f
3
  size 109069176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46abd62b9d70eefd04b891f13e9c63ad2867ecdf1505032f3f9e16822ed1659f
3
  size 109069176
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3fbf91839e5f2c5e54172473e74745a7b436ae0bcd580ea8089a3de9bdba303a
3
  size 6328
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c96c87f0e7546b72416fcb0f737c2dda2764838efa67b177a8bb18817010aea
3
  size 6328