manishiitg commited on
Commit
d28298e
·
verified ·
1 Parent(s): 2ce82b3

End of training

Browse files
Files changed (2) hide show
  1. README.md +156 -0
  2. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ library_name: peft
4
+ tags:
5
+ - axolotl
6
+ - generated_from_trainer
7
+ base_model: meta-llama/Meta-Llama-3-8B
8
+ model-index:
9
+ - name: open-aditi-chat-hi-1.26-llama3
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/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
17
+ <details><summary>See axolotl config</summary>
18
+
19
+ axolotl version: `0.4.0`
20
+ ```yaml
21
+ base_model: meta-llama/Meta-Llama-3-8B
22
+ model_type: AutoModelForCausalLM
23
+ tokenizer_type: AutoTokenizer
24
+
25
+ load_in_8bit: false
26
+ load_in_4bit: true
27
+ strict: false
28
+
29
+ datasets:
30
+ - path: manishiitg/aditi-syn-train-v3
31
+ type: completion
32
+
33
+
34
+ # 25 has only sythentic data, and has judge removed data
35
+ # 26 = 25 + caybara + robots
36
+ hub_model_id: manishiitg/open-aditi-chat-hi-1.26-llama3
37
+ hf_use_auth_token: true
38
+
39
+ wandb_project: open-aditi-chat-hi-1.26-llama3
40
+
41
+ dataset_prepared_path: manishiitg
42
+ push_dataset_to_hub: manishiitg
43
+ val_set_size: .1
44
+ output_dir: /sky-notebook/manishiitg/open-aditi-chat-hi-1.26-llama3
45
+
46
+ adapter: qlora
47
+ lora_model_dir:
48
+ save_safetensors: true
49
+
50
+ sequence_len: 2048
51
+ sample_packing: true
52
+ pad_to_sequence_len: true
53
+ eval_sample_packing: false
54
+
55
+ lora_r: 32
56
+ lora_alpha: 16
57
+ lora_dropout: 0.05
58
+ lora_target_linear: true
59
+
60
+ wandb_entity:
61
+ wandb_watch:
62
+ wandb_run_id:
63
+ wandb_log_model:
64
+
65
+ gradient_accumulation_steps: 8
66
+ micro_batch_size: 6
67
+ num_epochs: 1
68
+ optimizer: paged_adamw_32bit
69
+ lr_scheduler: cosine
70
+ learning_rate: 0.0002
71
+
72
+ train_on_inputs: false
73
+ group_by_length: false
74
+ bf16: true
75
+ fp16: false
76
+ tf32: false
77
+
78
+
79
+ gradient_checkpointing: true
80
+ early_stopping_patience:
81
+ resume_from_checkpoint:
82
+ auto_resume_from_checkpoints: true ## manage check point resume from here
83
+ local_rank:
84
+ logging_steps: 1
85
+ xformers_attention:
86
+ flash_attention: true
87
+
88
+ warmup_steps: 10
89
+ evals_per_epoch: 2
90
+ eval_table_size:
91
+ eval_table_max_new_tokens: 128
92
+ save_steps: 20 ## increase based on your dataset
93
+ save_strategy: steps
94
+ debug:
95
+ deepspeed:
96
+ weight_decay: 0.0
97
+ fsdp:
98
+ fsdp_config:
99
+ special_tokens:
100
+ pad_token: <|end_of_text|>
101
+ ```
102
+
103
+ </details><br>
104
+
105
+ # open-aditi-chat-hi-1.26-llama3
106
+
107
+ This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) on an unknown dataset.
108
+ It achieves the following results on the evaluation set:
109
+ - Loss: 1.1448
110
+
111
+ ## Model description
112
+
113
+ More information needed
114
+
115
+ ## Intended uses & limitations
116
+
117
+ More information needed
118
+
119
+ ## Training and evaluation data
120
+
121
+ More information needed
122
+
123
+ ## Training procedure
124
+
125
+ ### Training hyperparameters
126
+
127
+ The following hyperparameters were used during training:
128
+ - learning_rate: 0.0002
129
+ - train_batch_size: 6
130
+ - eval_batch_size: 6
131
+ - seed: 42
132
+ - distributed_type: multi-GPU
133
+ - num_devices: 8
134
+ - gradient_accumulation_steps: 8
135
+ - total_train_batch_size: 384
136
+ - total_eval_batch_size: 48
137
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
138
+ - lr_scheduler_type: cosine
139
+ - lr_scheduler_warmup_steps: 10
140
+ - num_epochs: 1
141
+
142
+ ### Training results
143
+
144
+ | Training Loss | Epoch | Step | Validation Loss |
145
+ |:-------------:|:-----:|:----:|:---------------:|
146
+ | 1.4205 | 0.01 | 1 | 1.5139 |
147
+ | 0.7895 | 0.5 | 73 | 1.1448 |
148
+
149
+
150
+ ### Framework versions
151
+
152
+ - PEFT 0.9.0
153
+ - Transformers 4.40.0.dev0
154
+ - Pytorch 2.1.2+cu121
155
+ - Datasets 2.18.0
156
+ - Tokenizers 0.15.0
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fcdc06935934aeaff82e4ed6d4655554841342a4770fc409afe6cb14887f0970
3
  size 167832688
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ba7a21b638a8b446222cc6ed596dbb808e2aadd6830d04645b12e367959a83c
3
  size 167832688