lesso11 commited on
Commit
fbc5c38
1 Parent(s): 9622b70

End of training

Browse files
Files changed (2) hide show
  1. README.md +157 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: other
4
+ base_model: NousResearch/Meta-Llama-3-8B
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 282523ce-aa44-49cc-8655-e39347714767
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: NousResearch/Meta-Llama-3-8B
23
+ bf16: true
24
+ chat_template: llama3
25
+ datasets:
26
+ - data_files:
27
+ - ec21aab84e140f6a_train_data.json
28
+ ds_type: json
29
+ field: question
30
+ path: /workspace/input_data/ec21aab84e140f6a_train_data.json
31
+ type: completion
32
+ debug: null
33
+ deepspeed: null
34
+ early_stopping_patience: null
35
+ eval_max_new_tokens: 128
36
+ eval_table_size: null
37
+ evals_per_epoch: 4
38
+ flash_attention: false
39
+ fp16: false
40
+ fsdp: null
41
+ fsdp_config: null
42
+ gradient_accumulation_steps: 2
43
+ gradient_checkpointing: true
44
+ group_by_length: false
45
+ hub_model_id: lesso11/282523ce-aa44-49cc-8655-e39347714767
46
+ hub_repo: null
47
+ hub_strategy: checkpoint
48
+ hub_token: null
49
+ learning_rate: 0.0001
50
+ load_in_4bit: false
51
+ load_in_8bit: false
52
+ local_rank: null
53
+ logging_steps: 1
54
+ lora_alpha: 32
55
+ lora_dropout: 0.05
56
+ lora_fan_in_fan_out: null
57
+ lora_model_dir: null
58
+ lora_r: 16
59
+ lora_target_linear: true
60
+ lr_scheduler: cosine
61
+ max_memory:
62
+ 0: 77GiB
63
+ max_steps: 100
64
+ micro_batch_size: 8
65
+ mlflow_experiment_name: /tmp/ec21aab84e140f6a_train_data.json
66
+ model_type: AutoModelForCausalLM
67
+ num_epochs: 3
68
+ optimizer: adamw_torch
69
+ output_dir: miner_id_24
70
+ pad_to_sequence_len: true
71
+ resume_from_checkpoint: null
72
+ s2_attention: null
73
+ sample_packing: false
74
+ save_steps: 25
75
+ save_strategy: steps
76
+ sequence_len: 1024
77
+ special_tokens:
78
+ pad_token: <|end_of_text|>
79
+ strict: false
80
+ tf32: false
81
+ tokenizer_type: AutoTokenizer
82
+ train_on_inputs: false
83
+ trust_remote_code: true
84
+ val_set_size: 0.05
85
+ wandb_entity: null
86
+ wandb_mode: online
87
+ wandb_name: 282523ce-aa44-49cc-8655-e39347714767
88
+ wandb_project: Gradients-On-Demand
89
+ wandb_run: your_name
90
+ wandb_runid: 282523ce-aa44-49cc-8655-e39347714767
91
+ warmup_steps: 10
92
+ weight_decay: 0.01
93
+ xformers_attention: false
94
+
95
+ ```
96
+
97
+ </details><br>
98
+
99
+ # 282523ce-aa44-49cc-8655-e39347714767
100
+
101
+ This model is a fine-tuned version of [NousResearch/Meta-Llama-3-8B](https://huggingface.co/NousResearch/Meta-Llama-3-8B) on the None dataset.
102
+ It achieves the following results on the evaluation set:
103
+ - Loss: 2.2238
104
+
105
+ ## Model description
106
+
107
+ More information needed
108
+
109
+ ## Intended uses & limitations
110
+
111
+ More information needed
112
+
113
+ ## Training and evaluation data
114
+
115
+ More information needed
116
+
117
+ ## Training procedure
118
+
119
+ ### Training hyperparameters
120
+
121
+ The following hyperparameters were used during training:
122
+ - learning_rate: 0.0001
123
+ - train_batch_size: 8
124
+ - eval_batch_size: 8
125
+ - seed: 42
126
+ - gradient_accumulation_steps: 2
127
+ - total_train_batch_size: 16
128
+ - optimizer: Use OptimizerNames.ADAMW_TORCH 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: 10
131
+ - training_steps: 23
132
+
133
+ ### Training results
134
+
135
+ | Training Loss | Epoch | Step | Validation Loss |
136
+ |:-------------:|:------:|:----:|:---------------:|
137
+ | 3.1186 | 0.1333 | 1 | 3.2424 |
138
+ | 2.7205 | 0.2667 | 2 | 3.2410 |
139
+ | 3.0208 | 0.5333 | 4 | 3.2210 |
140
+ | 3.0124 | 0.8 | 6 | 3.1480 |
141
+ | 4.971 | 1.0667 | 8 | 2.9485 |
142
+ | 2.2839 | 1.3333 | 10 | 2.6525 |
143
+ | 2.8977 | 1.6 | 12 | 2.4845 |
144
+ | 2.191 | 1.8667 | 14 | 2.3859 |
145
+ | 2.0216 | 2.1333 | 16 | 2.2978 |
146
+ | 1.8771 | 2.4 | 18 | 2.2590 |
147
+ | 2.1504 | 2.6667 | 20 | 2.2321 |
148
+ | 1.7334 | 2.9333 | 22 | 2.2238 |
149
+
150
+
151
+ ### Framework versions
152
+
153
+ - PEFT 0.13.2
154
+ - Transformers 4.46.0
155
+ - Pytorch 2.5.0+cu124
156
+ - Datasets 3.0.1
157
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:361e7b8f729a3b89aef1f05f92cfc595491c56a6d9eeb23aa9cd6ffd49951c76
3
+ size 167934026