dzanbek commited on
Commit
8f67d41
·
verified ·
1 Parent(s): 127c5d9

End of training

Browse files
Files changed (2) hide show
  1. README.md +152 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: auto
24
+ chat_template: llama3
25
+ dataset_prepared_path: null
26
+ datasets:
27
+ - data_files:
28
+ - ec21aab84e140f6a_train_data.json
29
+ ds_type: json
30
+ field: question
31
+ path: /workspace/input_data/ec21aab84e140f6a_train_data.json
32
+ type: completion
33
+ debug: null
34
+ deepspeed: null
35
+ device: cuda
36
+ early_stopping_patience: null
37
+ eval_max_new_tokens: 128
38
+ eval_table_size: null
39
+ evals_per_epoch: 4
40
+ flash_attention: false
41
+ fp16: null
42
+ gradient_accumulation_steps: 4
43
+ gradient_checkpointing: false
44
+ group_by_length: false
45
+ hub_model_id: dzanbek/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: 16
55
+ lora_dropout: 0.05
56
+ lora_fan_in_fan_out: null
57
+ lora_model_dir: null
58
+ lora_r: 8
59
+ lora_target_linear: true
60
+ lr_scheduler: cosine
61
+ max_memory:
62
+ 0: 75GiB
63
+ max_steps: 15
64
+ micro_batch_size: 2
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: 5
75
+ sequence_len: 1024
76
+ special_tokens:
77
+ pad_token: <|end_of_text|>
78
+ strict: false
79
+ tf32: false
80
+ tokenizer_type: AutoTokenizer
81
+ train_on_inputs: false
82
+ trust_remote_code: true
83
+ val_set_size: 0.05
84
+ wandb_entity: null
85
+ wandb_mode: online
86
+ wandb_name: 282523ce-aa44-49cc-8655-e39347714767
87
+ wandb_project: Gradients-On-Demand
88
+ wandb_run: your_name
89
+ wandb_runid: 282523ce-aa44-49cc-8655-e39347714767
90
+ warmup_steps: 5
91
+ weight_decay: 0.1
92
+ xformers_attention: true
93
+
94
+ ```
95
+
96
+ </details><br>
97
+
98
+ # 282523ce-aa44-49cc-8655-e39347714767
99
+
100
+ 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.
101
+ It achieves the following results on the evaluation set:
102
+ - Loss: 2.8339
103
+
104
+ ## Model description
105
+
106
+ More information needed
107
+
108
+ ## Intended uses & limitations
109
+
110
+ More information needed
111
+
112
+ ## Training and evaluation data
113
+
114
+ More information needed
115
+
116
+ ## Training procedure
117
+
118
+ ### Training hyperparameters
119
+
120
+ The following hyperparameters were used during training:
121
+ - learning_rate: 0.0001
122
+ - train_batch_size: 2
123
+ - eval_batch_size: 2
124
+ - seed: 42
125
+ - gradient_accumulation_steps: 4
126
+ - total_train_batch_size: 8
127
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
128
+ - lr_scheduler_type: cosine
129
+ - lr_scheduler_warmup_steps: 5
130
+ - training_steps: 15
131
+
132
+ ### Training results
133
+
134
+ | Training Loss | Epoch | Step | Validation Loss |
135
+ |:-------------:|:------:|:----:|:---------------:|
136
+ | 3.1851 | 0.0667 | 1 | 3.4427 |
137
+ | 3.0665 | 0.1333 | 2 | 3.4427 |
138
+ | 3.1378 | 0.2667 | 4 | 3.4238 |
139
+ | 2.9626 | 0.4 | 6 | 3.3261 |
140
+ | 2.5797 | 0.5333 | 8 | 3.1238 |
141
+ | 3.2081 | 0.6667 | 10 | 2.9539 |
142
+ | 2.6883 | 0.8 | 12 | 2.8665 |
143
+ | 2.5641 | 0.9333 | 14 | 2.8339 |
144
+
145
+
146
+ ### Framework versions
147
+
148
+ - PEFT 0.13.2
149
+ - Transformers 4.46.0
150
+ - Pytorch 2.5.0+cu124
151
+ - Datasets 3.0.1
152
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08c56c47b63ba59ac0973cb7964768c50d7e968fb3d7bc7e752858a42b5c79fe
3
+ size 84047370