dsakerkwq commited on
Commit
2379c70
1 Parent(s): 5f0a4df

End of training

Browse files
Files changed (2) hide show
  1. README.md +155 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: llamafactory/tiny-random-Llama-3
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 87a9bf77-9ead-41f2-87ab-6379428e04e7
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: llamafactory/tiny-random-Llama-3
23
+ bf16: true
24
+ chat_template: llama3
25
+ dataset_prepared_path: null
26
+ datasets:
27
+ - data_files:
28
+ - dd9ab78b87dc4883_train_data.json
29
+ ds_type: json
30
+ format: custom
31
+ path: /workspace/input_data/dd9ab78b87dc4883_train_data.json
32
+ type:
33
+ field_input: database
34
+ field_instruction: question
35
+ field_output: answer
36
+ format: '{instruction} {input}'
37
+ no_input_format: '{instruction}'
38
+ system_format: '{system}'
39
+ system_prompt: ''
40
+ debug: null
41
+ deepspeed: null
42
+ eval_max_new_tokens: 128
43
+ eval_table_size: null
44
+ evals_per_epoch: 4
45
+ flash_attention: true
46
+ fp16: false
47
+ fsdp: null
48
+ fsdp_config: null
49
+ gradient_accumulation_steps: 8
50
+ gradient_checkpointing: true
51
+ group_by_length: true
52
+ hub_model_id: dsakerkwq/87a9bf77-9ead-41f2-87ab-6379428e04e7
53
+ learning_rate: 0.0002
54
+ load_in_4bit: false
55
+ load_in_8bit: false
56
+ lora_alpha: 32
57
+ lora_dropout: 0.05
58
+ lora_fan_in_fan_out: null
59
+ lora_model_dir: null
60
+ lora_r: 16
61
+ lora_target_linear: true
62
+ lr_scheduler: cosine
63
+ max_memory:
64
+ 0: 75GiB
65
+ max_steps: 30
66
+ micro_batch_size: 2
67
+ mlflow_experiment_name: /tmp/dd9ab78b87dc4883_train_data.json
68
+ model_type: AutoModelForCausalLM
69
+ num_epochs: 3
70
+ optimizer: adamw_torch
71
+ output_dir: miner_id_24
72
+ pad_to_sequence_len: true
73
+ s2_attention: false
74
+ sample_packing: false
75
+ saves_per_epoch: 4
76
+ sequence_len: 2048
77
+ special_tokens:
78
+ pad_token: <|eot_id|>
79
+ strict: false
80
+ tf32: true
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: 87a9bf77-9ead-41f2-87ab-6379428e04e7
88
+ wandb_project: Gradients-On-Demand
89
+ wandb_runid: 87a9bf77-9ead-41f2-87ab-6379428e04e7
90
+ warmup_steps: 100
91
+ weight_decay: 0.01
92
+ xformers_attention: false
93
+
94
+ ```
95
+
96
+ </details><br>
97
+
98
+ # 87a9bf77-9ead-41f2-87ab-6379428e04e7
99
+
100
+ This model is a fine-tuned version of [llamafactory/tiny-random-Llama-3](https://huggingface.co/llamafactory/tiny-random-Llama-3) on the None dataset.
101
+ It achieves the following results on the evaluation set:
102
+ - Loss: 11.7637
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.0002
122
+ - train_batch_size: 2
123
+ - eval_batch_size: 2
124
+ - seed: 42
125
+ - gradient_accumulation_steps: 8
126
+ - total_train_batch_size: 16
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: 100
130
+ - training_steps: 30
131
+
132
+ ### Training results
133
+
134
+ | Training Loss | Epoch | Step | Validation Loss |
135
+ |:-------------:|:------:|:----:|:---------------:|
136
+ | 11.7652 | 0.0008 | 1 | 11.7641 |
137
+ | 11.7642 | 0.0024 | 3 | 11.7640 |
138
+ | 11.761 | 0.0047 | 6 | 11.7641 |
139
+ | 11.7655 | 0.0071 | 9 | 11.7640 |
140
+ | 11.7645 | 0.0095 | 12 | 11.7640 |
141
+ | 11.7617 | 0.0119 | 15 | 11.7640 |
142
+ | 11.7625 | 0.0142 | 18 | 11.7639 |
143
+ | 11.7649 | 0.0166 | 21 | 11.7639 |
144
+ | 11.7661 | 0.0190 | 24 | 11.7639 |
145
+ | 11.7649 | 0.0214 | 27 | 11.7638 |
146
+ | 11.7617 | 0.0237 | 30 | 11.7637 |
147
+
148
+
149
+ ### Framework versions
150
+
151
+ - PEFT 0.13.2
152
+ - Transformers 4.46.0
153
+ - Pytorch 2.5.0+cu124
154
+ - Datasets 3.0.1
155
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa41aa63066bc93b6620749e7a60d51e458edece76796e76c48e200ecaa23e2d
3
+ size 57218