dada22231 commited on
Commit
f17a7db
1 Parent(s): ee3fb42

End of training

Browse files
Files changed (2) hide show
  1. README.md +166 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: unsloth/mistral-7b-instruct-v0.2
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: fafabd3e-ecbc-4a84-bb64-0dec2ae9f0b9
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/mistral-7b-instruct-v0.2
23
+ bf16: auto
24
+ chat_template: llama3
25
+ cosine_min_lr_ratio: 0.1
26
+ data_processes: 16
27
+ dataset_prepared_path: null
28
+ datasets:
29
+ - data_files:
30
+ - 651f1b1a0330e6aa_train_data.json
31
+ ds_type: json
32
+ field: qa
33
+ path: /workspace/input_data/651f1b1a0330e6aa_train_data.json
34
+ type: completion
35
+ debug: null
36
+ deepspeed: null
37
+ device_map: auto
38
+ do_eval: true
39
+ eval_batch_size: 1
40
+ eval_sample_packing: false
41
+ eval_steps: 25
42
+ evaluation_strategy: steps
43
+ flash_attention: false
44
+ fp16: null
45
+ fsdp: null
46
+ fsdp_config: null
47
+ gradient_accumulation_steps: 32
48
+ gradient_checkpointing: true
49
+ group_by_length: true
50
+ hub_model_id: dada22231/fafabd3e-ecbc-4a84-bb64-0dec2ae9f0b9
51
+ hub_strategy: checkpoint
52
+ hub_token: null
53
+ hub_username: dada22231
54
+ learning_rate: 0.0001
55
+ load_in_4bit: false
56
+ load_in_8bit: false
57
+ local_rank: null
58
+ logging_steps: 1
59
+ lora_alpha: 64
60
+ lora_dropout: 0.05
61
+ lora_fan_in_fan_out: null
62
+ lora_model_dir: null
63
+ lora_r: 32
64
+ lora_target_linear: true
65
+ lora_target_modules:
66
+ - q_proj
67
+ - v_proj
68
+ lr_scheduler: cosine
69
+ max_grad_norm: 1.0
70
+ max_memory:
71
+ 0: 70GiB
72
+ 1: 70GiB
73
+ 2: 70GiB
74
+ 3: 70GiB
75
+ max_steps: 50
76
+ micro_batch_size: 1
77
+ mlflow_experiment_name: /tmp/651f1b1a0330e6aa_train_data.json
78
+ model_type: AutoModelForCausalLM
79
+ num_epochs: 3
80
+ optim_args:
81
+ adam_beta1: 0.9
82
+ adam_beta2: 0.95
83
+ adam_epsilon: 1e-5
84
+ optimizer: adamw_torch
85
+ output_dir: miner_id_24
86
+ pad_to_sequence_len: true
87
+ repository_id: dada22231/fafabd3e-ecbc-4a84-bb64-0dec2ae9f0b9
88
+ resume_from_checkpoint: null
89
+ s2_attention: null
90
+ sample_packing: false
91
+ save_steps: 25
92
+ save_strategy: steps
93
+ sequence_len: 2048
94
+ strict: false
95
+ tf32: false
96
+ tokenizer_type: AutoTokenizer
97
+ torch_compile: false
98
+ train_on_inputs: false
99
+ trust_remote_code: true
100
+ val_set_size: 50
101
+ wandb_entity: null
102
+ wandb_mode: online
103
+ wandb_name: fafabd3e-ecbc-4a84-bb64-0dec2ae9f0b9
104
+ wandb_project: Public_TuningSN
105
+ wandb_runid: fafabd3e-ecbc-4a84-bb64-0dec2ae9f0b9
106
+ warmup_ratio: 0.04
107
+ weight_decay: 0.01
108
+ xformers_attention: null
109
+
110
+ ```
111
+
112
+ </details><br>
113
+
114
+ # fafabd3e-ecbc-4a84-bb64-0dec2ae9f0b9
115
+
116
+ This model is a fine-tuned version of [unsloth/mistral-7b-instruct-v0.2](https://huggingface.co/unsloth/mistral-7b-instruct-v0.2) on the None dataset.
117
+ It achieves the following results on the evaluation set:
118
+ - Loss: nan
119
+
120
+ ## Model description
121
+
122
+ More information needed
123
+
124
+ ## Intended uses & limitations
125
+
126
+ More information needed
127
+
128
+ ## Training and evaluation data
129
+
130
+ More information needed
131
+
132
+ ## Training procedure
133
+
134
+ ### Training hyperparameters
135
+
136
+ The following hyperparameters were used during training:
137
+ - learning_rate: 0.0001
138
+ - train_batch_size: 1
139
+ - eval_batch_size: 1
140
+ - seed: 42
141
+ - distributed_type: multi-GPU
142
+ - num_devices: 4
143
+ - gradient_accumulation_steps: 32
144
+ - total_train_batch_size: 128
145
+ - total_eval_batch_size: 4
146
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=adam_beta1=0.9,adam_beta2=0.95,adam_epsilon=1e-5
147
+ - lr_scheduler_type: cosine
148
+ - lr_scheduler_warmup_steps: 2
149
+ - training_steps: 50
150
+
151
+ ### Training results
152
+
153
+ | Training Loss | Epoch | Step | Validation Loss |
154
+ |:-------------:|:------:|:----:|:---------------:|
155
+ | 526765152.0 | 0.0012 | 1 | nan |
156
+ | 0.0 | 0.0288 | 25 | nan |
157
+ | 0.0 | 0.0575 | 50 | nan |
158
+
159
+
160
+ ### Framework versions
161
+
162
+ - PEFT 0.13.2
163
+ - Transformers 4.46.0
164
+ - Pytorch 2.5.0+cu124
165
+ - Datasets 3.0.1
166
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e1e22a7c24473ae2ce03415b098f515aeed520202a76c93116fabb734bf0b47
3
+ size 335706186