End of training
Browse files- README.md +163 -0
- adapter_model.bin +3 -0
README.md
ADDED
@@ -0,0 +1,163 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: NousResearch/CodeLlama-13b-hf
|
4 |
+
tags:
|
5 |
+
- axolotl
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: fdaf4540-db8f-4836-b1d2-f4d818a04a6b
|
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 |
+
auto_find_batch_size: true
|
22 |
+
base_model: NousResearch/CodeLlama-13b-hf
|
23 |
+
bf16: auto
|
24 |
+
chat_template: llama3
|
25 |
+
dataset_prepared_path: null
|
26 |
+
datasets:
|
27 |
+
- data_files:
|
28 |
+
- a180dd18b7ffb015_train_data.json
|
29 |
+
ds_type: json
|
30 |
+
format: custom
|
31 |
+
path: /workspace/input_data/a180dd18b7ffb015_train_data.json
|
32 |
+
type:
|
33 |
+
field_instruction: Product Title
|
34 |
+
field_output: Cluster Label
|
35 |
+
format: '{instruction}'
|
36 |
+
no_input_format: '{instruction}'
|
37 |
+
system_format: '{system}'
|
38 |
+
system_prompt: ''
|
39 |
+
debug: null
|
40 |
+
deepspeed: null
|
41 |
+
do_eval: true
|
42 |
+
early_stopping_patience: 3
|
43 |
+
eval_max_new_tokens: 128
|
44 |
+
eval_steps: 50
|
45 |
+
evals_per_epoch: null
|
46 |
+
flash_attention: false
|
47 |
+
fp16: false
|
48 |
+
fsdp: null
|
49 |
+
fsdp_config: null
|
50 |
+
gradient_accumulation_steps: 2
|
51 |
+
gradient_checkpointing: false
|
52 |
+
group_by_length: true
|
53 |
+
hub_model_id: lesso06/fdaf4540-db8f-4836-b1d2-f4d818a04a6b
|
54 |
+
hub_repo: null
|
55 |
+
hub_strategy: checkpoint
|
56 |
+
hub_token: null
|
57 |
+
learning_rate: 0.000206
|
58 |
+
load_in_4bit: false
|
59 |
+
load_in_8bit: false
|
60 |
+
local_rank: null
|
61 |
+
logging_steps: 10
|
62 |
+
lora_alpha: 128
|
63 |
+
lora_dropout: 0.05
|
64 |
+
lora_fan_in_fan_out: null
|
65 |
+
lora_model_dir: null
|
66 |
+
lora_r: 64
|
67 |
+
lora_target_linear: true
|
68 |
+
lr_scheduler: cosine
|
69 |
+
max_grad_norm: 1.0
|
70 |
+
max_steps: 500
|
71 |
+
micro_batch_size: 4
|
72 |
+
mlflow_experiment_name: /tmp/G.O.D/a180dd18b7ffb015_train_data.json
|
73 |
+
model_type: AutoModelForCausalLM
|
74 |
+
num_epochs: 1
|
75 |
+
optimizer: adamw_bnb_8bit
|
76 |
+
output_dir: miner_id_24
|
77 |
+
pad_to_sequence_len: true
|
78 |
+
resume_from_checkpoint: null
|
79 |
+
s2_attention: null
|
80 |
+
sample_packing: false
|
81 |
+
save_steps: 50
|
82 |
+
saves_per_epoch: null
|
83 |
+
sequence_len: 512
|
84 |
+
special_tokens:
|
85 |
+
pad_token: </s>
|
86 |
+
strict: false
|
87 |
+
tf32: true
|
88 |
+
tokenizer_type: AutoTokenizer
|
89 |
+
train_on_inputs: false
|
90 |
+
trust_remote_code: true
|
91 |
+
val_set_size: 0.05
|
92 |
+
wandb_entity: null
|
93 |
+
wandb_mode: online
|
94 |
+
wandb_name: 721a24c5-31d4-46e6-9490-0fe2b51f2f63
|
95 |
+
wandb_project: 06a
|
96 |
+
wandb_run: your_name
|
97 |
+
wandb_runid: 721a24c5-31d4-46e6-9490-0fe2b51f2f63
|
98 |
+
warmup_steps: 50
|
99 |
+
weight_decay: 0.0
|
100 |
+
xformers_attention: null
|
101 |
+
|
102 |
+
```
|
103 |
+
|
104 |
+
</details><br>
|
105 |
+
|
106 |
+
# fdaf4540-db8f-4836-b1d2-f4d818a04a6b
|
107 |
+
|
108 |
+
This model is a fine-tuned version of [NousResearch/CodeLlama-13b-hf](https://huggingface.co/NousResearch/CodeLlama-13b-hf) on the None dataset.
|
109 |
+
It achieves the following results on the evaluation set:
|
110 |
+
- Loss: 0.4017
|
111 |
+
|
112 |
+
## Model description
|
113 |
+
|
114 |
+
More information needed
|
115 |
+
|
116 |
+
## Intended uses & limitations
|
117 |
+
|
118 |
+
More information needed
|
119 |
+
|
120 |
+
## Training and evaluation data
|
121 |
+
|
122 |
+
More information needed
|
123 |
+
|
124 |
+
## Training procedure
|
125 |
+
|
126 |
+
### Training hyperparameters
|
127 |
+
|
128 |
+
The following hyperparameters were used during training:
|
129 |
+
- learning_rate: 0.000206
|
130 |
+
- train_batch_size: 4
|
131 |
+
- eval_batch_size: 4
|
132 |
+
- seed: 42
|
133 |
+
- gradient_accumulation_steps: 2
|
134 |
+
- total_train_batch_size: 8
|
135 |
+
- optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
136 |
+
- lr_scheduler_type: cosine
|
137 |
+
- lr_scheduler_warmup_steps: 50
|
138 |
+
- training_steps: 500
|
139 |
+
|
140 |
+
### Training results
|
141 |
+
|
142 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
143 |
+
|:-------------:|:------:|:----:|:---------------:|
|
144 |
+
| No log | 0.0002 | 1 | 2.3596 |
|
145 |
+
| 2.5797 | 0.0120 | 50 | 0.8047 |
|
146 |
+
| 2.4339 | 0.0240 | 100 | 0.6783 |
|
147 |
+
| 1.8452 | 0.0360 | 150 | 0.6230 |
|
148 |
+
| 1.6012 | 0.0480 | 200 | 0.5664 |
|
149 |
+
| 1.489 | 0.0600 | 250 | 0.5061 |
|
150 |
+
| 1.3479 | 0.0720 | 300 | 0.4863 |
|
151 |
+
| 1.4152 | 0.0839 | 350 | 0.4434 |
|
152 |
+
| 1.8286 | 0.0959 | 400 | 0.4185 |
|
153 |
+
| 1.2354 | 0.1079 | 450 | 0.4053 |
|
154 |
+
| 0.9806 | 0.1199 | 500 | 0.4017 |
|
155 |
+
|
156 |
+
|
157 |
+
### Framework versions
|
158 |
+
|
159 |
+
- PEFT 0.13.2
|
160 |
+
- Transformers 4.46.0
|
161 |
+
- Pytorch 2.5.0+cu124
|
162 |
+
- Datasets 3.0.1
|
163 |
+
- Tokenizers 0.20.1
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ecbf2c8302b9e86551e4330a5861760c2c1268001bce8278eab74a85fe256dc
|
3 |
+
size 1001592586
|