mrferr3t commited on
Commit
deb9d2a
·
verified ·
1 Parent(s): 2d80bd8

End of training

Browse files
Files changed (3) hide show
  1. README.md +158 -0
  2. adapter_model.bin +3 -0
  3. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: llama3
4
+ base_model: WhiteRabbitNeo/Llama-3-WhiteRabbitNeo-8B-v2.0
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 4eb86f1a-3e8a-4882-b5a4-ca0056b2ecd7
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
+ auto_find_batch_size: true
23
+ base_model: WhiteRabbitNeo/Llama-3-WhiteRabbitNeo-8B-v2.0
24
+ bf16: auto
25
+ chat_template: llama3
26
+ dataloader_num_workers: 12
27
+ dataset_prepared_path: null
28
+ datasets:
29
+ - data_files:
30
+ - cf6b4b90c04fbc4e_train_data.json
31
+ ds_type: json
32
+ format: custom
33
+ path: /workspace/input_data/cf6b4b90c04fbc4e_train_data.json
34
+ type:
35
+ field_input: input
36
+ field_instruction: question
37
+ field_output: output
38
+ format: '{instruction} {input}'
39
+ no_input_format: '{instruction}'
40
+ system_format: '{system}'
41
+ system_prompt: ''
42
+ debug: null
43
+ deepspeed: null
44
+ early_stopping_patience: 1
45
+ early_stopping_threshold: 0.001
46
+ eval_max_new_tokens: 128
47
+ eval_steps: 20
48
+ flash_attention: false
49
+ fp16: null
50
+ fsdp: null
51
+ fsdp_config: null
52
+ gradient_accumulation_steps: 2
53
+ gradient_checkpointing: false
54
+ group_by_length: false
55
+ hub_model_id: mrferr3t/4eb86f1a-3e8a-4882-b5a4-ca0056b2ecd7
56
+ hub_repo: null
57
+ hub_strategy: checkpoint
58
+ hub_token: null
59
+ learning_rate: 0.0005
60
+ load_in_4bit: false
61
+ load_in_8bit: false
62
+ local_rank: null
63
+ logging_steps: 100
64
+ lora_alpha: 16
65
+ lora_dropout: 0.05
66
+ lora_fan_in_fan_out: null
67
+ lora_model_dir: null
68
+ lora_r: 8
69
+ lora_target_linear: true
70
+ lr_scheduler: cosine
71
+ micro_batch_size: 32
72
+ mlflow_experiment_name: /tmp/cf6b4b90c04fbc4e_train_data.json
73
+ model_type: AutoModelForCausalLM
74
+ num_epochs: 5
75
+ optimizer: adamw_bnb_8bit
76
+ output_dir: miner_id_24
77
+ pad_to_sequence_len: true
78
+ s2_attention: null
79
+ sample_packing: false
80
+ save_steps: 20
81
+ saves_per_epoch: 0
82
+ sequence_len: 512
83
+ strict: false
84
+ tf32: false
85
+ tokenizer_type: AutoTokenizer
86
+ train_on_inputs: false
87
+ trust_remote_code: true
88
+ val_set_size: 0.05
89
+ wandb_entity: null
90
+ wandb_mode: online
91
+ wandb_name: 6d67dbd9-afac-4a9c-8f37-a4aa758444db
92
+ wandb_project: Gradients-On-Demand
93
+ wandb_run: your_name
94
+ wandb_runid: 6d67dbd9-afac-4a9c-8f37-a4aa758444db
95
+ warmup_ratio: 0.05
96
+ weight_decay: 0.0
97
+ xformers_attention: null
98
+
99
+ ```
100
+
101
+ </details><br>
102
+
103
+ # 4eb86f1a-3e8a-4882-b5a4-ca0056b2ecd7
104
+
105
+ This model is a fine-tuned version of [WhiteRabbitNeo/Llama-3-WhiteRabbitNeo-8B-v2.0](https://huggingface.co/WhiteRabbitNeo/Llama-3-WhiteRabbitNeo-8B-v2.0) on the None dataset.
106
+ It achieves the following results on the evaluation set:
107
+ - Loss: 0.2000
108
+
109
+ ## Model description
110
+
111
+ More information needed
112
+
113
+ ## Intended uses & limitations
114
+
115
+ More information needed
116
+
117
+ ## Training and evaluation data
118
+
119
+ More information needed
120
+
121
+ ## Training procedure
122
+
123
+ ### Training hyperparameters
124
+
125
+ The following hyperparameters were used during training:
126
+ - learning_rate: 0.0005
127
+ - train_batch_size: 32
128
+ - eval_batch_size: 32
129
+ - seed: 42
130
+ - gradient_accumulation_steps: 2
131
+ - total_train_batch_size: 64
132
+ - optimizer: Use adamw_bnb_8bit with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
133
+ - lr_scheduler_type: cosine
134
+ - lr_scheduler_warmup_steps: 35
135
+ - num_epochs: 5
136
+
137
+ ### Training results
138
+
139
+ | Training Loss | Epoch | Step | Validation Loss |
140
+ |:-------------:|:------:|:----:|:---------------:|
141
+ | No log | 0.0009 | 1 | 1.2790 |
142
+ | No log | 0.0177 | 20 | 0.3442 |
143
+ | No log | 0.0355 | 40 | 0.2971 |
144
+ | No log | 0.0532 | 60 | 0.2433 |
145
+ | No log | 0.0710 | 80 | 0.2416 |
146
+ | 0.3694 | 0.0887 | 100 | 0.2207 |
147
+ | 0.3694 | 0.1064 | 120 | 0.1994 |
148
+ | 0.3694 | 0.1242 | 140 | 0.1977 |
149
+ | 0.3694 | 0.1419 | 160 | 0.2000 |
150
+
151
+
152
+ ### Framework versions
153
+
154
+ - PEFT 0.13.2
155
+ - Transformers 4.46.0
156
+ - Pytorch 2.3.1+cu121
157
+ - Datasets 3.0.1
158
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0eb6dc8a01fcc235b1357f2e6613c82db42b59f3d5dbdb0a5eae8cf6a3bb2435
3
+ size 84047370
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce732abc58c41e8a7e0fce5be529f250e78105568b8f8c23d53ccc11cdf92bfe
3
  size 83945296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0b2191c191200a3575ff6796ec071cbbf35cc5a2e903bab43d44e008a19e07c
3
  size 83945296