FatCat87 commited on
Commit
f07211c
·
verified ·
1 Parent(s): b973190

End of training

Browse files
Files changed (2) hide show
  1. README.md +143 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: ede5d1a0-546f-43e9-8879-f16e745c50f0
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-instruct-v0.2
23
+ bf16: auto
24
+ chat_template: llama3
25
+ datasets:
26
+ - data_files:
27
+ - f643fd0fe7e0bfb5_train_data.json
28
+ ds_type: json
29
+ format: custom
30
+ path: /runs/taopanda-1_cae7d918-8995-47e5-995d-5bd97d626e49/f643fd0fe7e0bfb5_train_data.json
31
+ preprocessing:
32
+ - shuffle: true
33
+ type:
34
+ field: null
35
+ field_input: chosen_gpt
36
+ field_instruction: prompt_id
37
+ field_output: rejected_gpt
38
+ field_system: null
39
+ format: null
40
+ no_input_format: null
41
+ system_format: '{system}'
42
+ system_prompt: ''
43
+ debug: null
44
+ deepspeed: null
45
+ device_map: auto
46
+ early_stopping_patience: null
47
+ eval_max_new_tokens: 128
48
+ eval_strategy: 'no'
49
+ fp16: null
50
+ gradient_accumulation_steps: 4
51
+ gradient_checkpointing: true
52
+ group_by_length: true
53
+ hub_model_id: taopanda-1/ede5d1a0-546f-43e9-8879-f16e745c50f0
54
+ learning_rate: 0.000195548260923036
55
+ load_in_4bit: false
56
+ load_in_8bit: false
57
+ local_rank: null
58
+ logging_steps: 1
59
+ lora_alpha: 128
60
+ lora_dropout: 0.02
61
+ lora_fan_in_fan_out: true
62
+ lora_model_dir: null
63
+ lora_r: 64
64
+ lora_target_linear: true
65
+ lr_scheduler: cosine
66
+ max_grad_norm: 1.0
67
+ max_steps: 1000
68
+ micro_batch_size: 8
69
+ model_type: AutoModelForCausalLM
70
+ num_epochs: 1
71
+ optimizer: paged_adamw_8bit
72
+ output_dir: ./outputs/lora-out/taopanda-1_cae7d918-8995-47e5-995d-5bd97d626e49
73
+ pad_to_sequence_len: true
74
+ resume_from_checkpoint: null
75
+ s2_attention: null
76
+ save_steps: 0.1
77
+ save_total_limit: 1
78
+ seed: 32892
79
+ sequence_len: 1024
80
+ strict: false
81
+ tf32: true
82
+ tokenizer_type: AutoTokenizer
83
+ train_on_inputs: false
84
+ trust_remote_code: true
85
+ wandb_entity: fatcat87-taopanda
86
+ wandb_mode: online
87
+ wandb_name: taopanda-1_cae7d918-8995-47e5-995d-5bd97d626e49
88
+ wandb_project: subnet56
89
+ wandb_runid: taopanda-1_cae7d918-8995-47e5-995d-5bd97d626e49
90
+ warmup_ratio: 0.1
91
+ weight_decay: 0.05
92
+ xformers_attention: null
93
+
94
+ ```
95
+
96
+ </details><br>
97
+
98
+ # ede5d1a0-546f-43e9-8879-f16e745c50f0
99
+
100
+ 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.
101
+
102
+ ## Model description
103
+
104
+ More information needed
105
+
106
+ ## Intended uses & limitations
107
+
108
+ More information needed
109
+
110
+ ## Training and evaluation data
111
+
112
+ More information needed
113
+
114
+ ## Training procedure
115
+
116
+ ### Training hyperparameters
117
+
118
+ The following hyperparameters were used during training:
119
+ - learning_rate: 0.000195548260923036
120
+ - train_batch_size: 8
121
+ - eval_batch_size: 8
122
+ - seed: 32892
123
+ - distributed_type: multi-GPU
124
+ - num_devices: 4
125
+ - gradient_accumulation_steps: 4
126
+ - total_train_batch_size: 128
127
+ - total_eval_batch_size: 32
128
+ - optimizer: Use OptimizerNames.PAGED_ADAMW_8BIT with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
129
+ - lr_scheduler_type: cosine
130
+ - lr_scheduler_warmup_steps: 48
131
+ - training_steps: 482
132
+
133
+ ### Training results
134
+
135
+
136
+
137
+ ### Framework versions
138
+
139
+ - PEFT 0.13.2
140
+ - Transformers 4.46.3
141
+ - Pytorch 2.5.1+cu124
142
+ - Datasets 3.1.0
143
+ - Tokenizers 0.20.3
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bbce3e8227e26c1562abebbe64e887e4393fd228cfca42e517b9041ddb03977
3
+ size 671250634