aleegis12 commited on
Commit
8a33002
·
verified ·
1 Parent(s): b502a52

End of training

Browse files
Files changed (3) hide show
  1. README.md +166 -0
  2. adapter_model.bin +3 -0
  3. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: beomi/polyglot-ko-12.8b-safetensors
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 3ee9f7bb-abd2-40ce-bf06-792a5f44f0fa
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: beomi/polyglot-ko-12.8b-safetensors
23
+ bf16: true
24
+ chat_template: llama3
25
+ dataset_prepared_path: null
26
+ datasets:
27
+ - data_files:
28
+ - d91a41ca6b44ffff_train_data.json
29
+ ds_type: json
30
+ format: custom
31
+ path: /workspace/input_data/d91a41ca6b44ffff_train_data.json
32
+ type:
33
+ field_instruction: prompt
34
+ field_output: chosen
35
+ format: '{instruction}'
36
+ no_input_format: '{instruction}'
37
+ system_format: '{system}'
38
+ system_prompt: ''
39
+ debug: null
40
+ deepspeed: null
41
+ device_map: auto
42
+ do_eval: true
43
+ early_stopping_patience: 2
44
+ eval_batch_size: 4
45
+ eval_max_new_tokens: 128
46
+ eval_steps: 150
47
+ eval_table_size: null
48
+ evals_per_epoch: null
49
+ flash_attention: true
50
+ fp16: false
51
+ fsdp: null
52
+ fsdp_config: null
53
+ gradient_accumulation_steps: 4
54
+ gradient_checkpointing: true
55
+ group_by_length: true
56
+ hub_model_id: aleegis12/3ee9f7bb-abd2-40ce-bf06-792a5f44f0fa
57
+ hub_private_repo: false
58
+ hub_repo: null
59
+ hub_strategy: checkpoint
60
+ hub_token: null
61
+ learning_rate: 0.0002
62
+ load_in_4bit: false
63
+ load_in_8bit: false
64
+ local_rank: null
65
+ logging_steps: 50
66
+ lora_alpha: 128
67
+ lora_dropout: 0.3
68
+ lora_fan_in_fan_out: null
69
+ lora_model_dir: null
70
+ lora_r: 64
71
+ lora_target_linear: true
72
+ lr_scheduler: cosine
73
+ max_grad_norm: 1.0
74
+ max_memory:
75
+ 0: 75GB
76
+ max_steps: 3000
77
+ micro_batch_size: 4
78
+ mlflow_experiment_name: /tmp/d91a41ca6b44ffff_train_data.json
79
+ model_type: AutoModelForCausalLM
80
+ num_epochs: 10
81
+ optim_args:
82
+ adam_beta1: 0.9
83
+ adam_beta2: 0.95
84
+ adam_epsilon: 1e-5
85
+ optimizer: adamw_bnb_8bit
86
+ output_dir: miner_id_24
87
+ pad_to_sequence_len: true
88
+ private_repo: false
89
+ resume_from_checkpoint: null
90
+ s2_attention: null
91
+ sample_packing: false
92
+ save_steps: 150
93
+ saves_per_epoch: null
94
+ sequence_len: 512
95
+ strict: false
96
+ tf32: true
97
+ tokenizer_type: AutoTokenizer
98
+ train_on_inputs: false
99
+ trust_remote_code: true
100
+ val_set_size: 0.05
101
+ wandb_entity: null
102
+ wandb_mode: online
103
+ wandb_name: 77b73d30-81f1-491a-b9e3-e751f2833241
104
+ wandb_project: Gradients-On-Demand
105
+ wandb_run: your_name
106
+ wandb_runid: 77b73d30-81f1-491a-b9e3-e751f2833241
107
+ warmup_steps: 50
108
+ weight_decay: 0.0
109
+ xformers_attention: null
110
+
111
+ ```
112
+
113
+ </details><br>
114
+
115
+ # 3ee9f7bb-abd2-40ce-bf06-792a5f44f0fa
116
+
117
+ This model is a fine-tuned version of [beomi/polyglot-ko-12.8b-safetensors](https://huggingface.co/beomi/polyglot-ko-12.8b-safetensors) on the None dataset.
118
+ It achieves the following results on the evaluation set:
119
+ - Loss: 0.6903
120
+
121
+ ## Model description
122
+
123
+ More information needed
124
+
125
+ ## Intended uses & limitations
126
+
127
+ More information needed
128
+
129
+ ## Training and evaluation data
130
+
131
+ More information needed
132
+
133
+ ## Training procedure
134
+
135
+ ### Training hyperparameters
136
+
137
+ The following hyperparameters were used during training:
138
+ - learning_rate: 0.0002
139
+ - train_batch_size: 4
140
+ - eval_batch_size: 4
141
+ - seed: 42
142
+ - gradient_accumulation_steps: 4
143
+ - total_train_batch_size: 16
144
+ - optimizer: Use OptimizerNames.ADAMW_BNB 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
145
+ - lr_scheduler_type: cosine
146
+ - lr_scheduler_warmup_steps: 50
147
+ - training_steps: 1585
148
+
149
+ ### Training results
150
+
151
+ | Training Loss | Epoch | Step | Validation Loss |
152
+ |:-------------:|:------:|:----:|:---------------:|
153
+ | No log | 0.0063 | 1 | 1.5035 |
154
+ | 3.0493 | 0.9464 | 150 | 0.7384 |
155
+ | 2.3597 | 1.8927 | 300 | 0.6619 |
156
+ | 1.7147 | 2.8391 | 450 | 0.6623 |
157
+ | 1.179 | 3.7855 | 600 | 0.6903 |
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:cb218195c9583ecc8cb9d91f14ce418d398a03130c376188d35981e65bf2e49d
3
+ size 838978762
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4f23c0b8b57f59ffb8b415f957b211fa7b820ee0859db54feceff36e30a6f4d2
3
  size 838906392
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9af3f1da2f1e593275a9d366d198bf3fdb38c495bce77f4cd3bacbd4b70c0b29
3
  size 838906392