munish0838 commited on
Commit
7446d69
·
verified ·
1 Parent(s): 573cbc4

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +132 -0
README.md ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3
3
+ base_model: Magpie-Align/Llama-3-8B-Tulu-330K
4
+ tags:
5
+ - axolotl
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: Llama-3-8B-Tulu-330K
9
+ results: []
10
+ ---
11
+
12
+ # QuantFactory/Llama-3-8B-Tulu-330K-GGUF
13
+ This is quantized version of [Magpie-Align/Llama-3-8B-Tulu-330K](https://huggingface.co/Magpie-Align/Llama-3-8B-Tulu-330K) created using llama.cpp
14
+
15
+ # Model Description
16
+
17
+ [<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)
18
+ <details><summary>See axolotl config</summary>
19
+
20
+ axolotl version: `0.4.0`
21
+ ```yaml
22
+ base_model: meta-llama/Meta-Llama-3-8B
23
+ model_type: LlamaForCausalLM
24
+ tokenizer_type: AutoTokenizer
25
+
26
+ load_in_8bit: false
27
+ load_in_4bit: false
28
+ strict: false
29
+
30
+ datasets:
31
+ - path: flydust/tulu-v2-sft-mixture-sharegpt
32
+ type: sharegpt
33
+ conversation: llama3
34
+ dataset_prepared_path: last_run_prepared
35
+ val_set_size: 0.001
36
+ output_dir: ./out_Llama-8B-Tulu-330K
37
+
38
+ sequence_len: 8192
39
+ sample_packing: true
40
+ eval_sample_packing: false
41
+ pad_to_sequence_len: true
42
+
43
+ wandb_project: SynDa
44
+ wandb_entity:
45
+ wandb_watch:
46
+ wandb_name: Llama-3-8B-Tulu-330K
47
+ wandb_log_model:
48
+ hub_model_id: SynDa/Llama-3-8B-Tulu-330K
49
+
50
+ gradient_accumulation_steps: 8
51
+ micro_batch_size: 1
52
+ num_epochs: 2
53
+ optimizer: paged_adamw_8bit
54
+ lr_scheduler: cosine
55
+ learning_rate: 2e-5
56
+
57
+ train_on_inputs: false
58
+ group_by_length: false
59
+ bf16: auto
60
+ fp16:
61
+ tf32: false
62
+
63
+ gradient_checkpointing: true
64
+ gradient_checkpointing_kwargs:
65
+ use_reentrant: false
66
+ early_stopping_patience:
67
+ resume_from_checkpoint:
68
+ logging_steps: 1
69
+ xformers_attention:
70
+ flash_attention: true
71
+
72
+ warmup_steps: 100
73
+ evals_per_epoch: 3
74
+ eval_table_size:
75
+ saves_per_epoch: 1
76
+ debug:
77
+ deepspeed:
78
+ weight_decay: 0.0
79
+ fsdp:
80
+ fsdp_config:
81
+ special_tokens:
82
+ pad_token: <|end_of_text|>
83
+
84
+ ```
85
+
86
+ </details><br>
87
+
88
+ # Llama-3-8B-Tulu-330K
89
+
90
+ This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) on the None dataset.
91
+ It achieves the following results on the evaluation set:
92
+ - Loss: 1.0525
93
+
94
+
95
+ ## Training procedure
96
+
97
+ ### Training hyperparameters
98
+
99
+ The following hyperparameters were used during training:
100
+ - learning_rate: 2e-05
101
+ - train_batch_size: 1
102
+ - eval_batch_size: 1
103
+ - seed: 42
104
+ - distributed_type: multi-GPU
105
+ - num_devices: 4
106
+ - gradient_accumulation_steps: 8
107
+ - total_train_batch_size: 32
108
+ - total_eval_batch_size: 4
109
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
110
+ - lr_scheduler_type: cosine
111
+ - lr_scheduler_warmup_steps: 100
112
+ - num_epochs: 2
113
+
114
+ ### Training results
115
+
116
+ | Training Loss | Epoch | Step | Validation Loss |
117
+ |:-------------:|:------:|:----:|:---------------:|
118
+ | 0.9026 | 0.0008 | 1 | 1.6267 |
119
+ | 0.6553 | 0.3331 | 403 | 1.0752 |
120
+ | 0.6247 | 0.6662 | 806 | 1.0431 |
121
+ | 0.552 | 0.9993 | 1209 | 1.0544 |
122
+ | 0.4337 | 1.3207 | 1612 | 1.0577 |
123
+ | 0.5092 | 1.6538 | 2015 | 1.0530 |
124
+ | 0.4894 | 1.9869 | 2418 | 1.0525 |
125
+
126
+
127
+ ### Framework versions
128
+
129
+ - Transformers 4.40.2
130
+ - Pytorch 2.3.0+cu121
131
+ - Datasets 2.19.1
132
+ - Tokenizers 0.19.1