munish0838 commited on
Commit
fba1d9e
1 Parent(s): 6c7bb82

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +145 -0
README.md ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3
3
+ base_model: Magpie-Align/Llama-3-8B-ShareGPT-112K
4
+ tags:
5
+ - axolotl
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: Llama-3-8B-ShareGPT
9
+ results: []
10
+ library_name: transformers
11
+ pipeline_tag: text-generation
12
+ ---
13
+
14
+ # QuantFactory/Llama-3-8B-ShareGPT-112K-GGUF
15
+ This is quantized version of [Magpie-Align/Llama-3-8B-ShareGPT-112K](https://huggingface.co/Magpie-Align/Llama-3-8B-ShareGPT-112K) created using llama.cpp
16
+
17
+ # Model Description
18
+
19
+ [<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)
20
+ <details><summary>See axolotl config</summary>
21
+
22
+ axolotl version: `0.4.0`
23
+ ```yaml
24
+ base_model: meta-llama/Meta-Llama-3-8B
25
+ model_type: LlamaForCausalLM
26
+ tokenizer_type: AutoTokenizer
27
+
28
+ load_in_8bit: false
29
+ load_in_4bit: false
30
+ strict: false
31
+
32
+ datasets:
33
+ - path: flydust/ShareGPT-Vicuna-unfiltered
34
+ type: sharegpt
35
+ conversation: llama3
36
+ dataset_prepared_path: last_run_prepared
37
+ val_set_size: 0.001
38
+ output_dir: ./out_Llama-8B-sharegpt-vicuna
39
+
40
+ sequence_len: 8192
41
+ sample_packing: true
42
+ eval_sample_packing: false
43
+ pad_to_sequence_len: true
44
+
45
+ wandb_project: SynDa
46
+ wandb_entity:
47
+ wandb_watch:
48
+ wandb_name: Llama-3-8B-Sharegpt-vicuna
49
+ wandb_log_model:
50
+ hub_model_id: SynDa/Llama-3-8B-ShareGPT
51
+
52
+ gradient_accumulation_steps: 8
53
+ micro_batch_size: 1
54
+ num_epochs: 2
55
+ optimizer: paged_adamw_8bit
56
+ lr_scheduler: cosine
57
+ learning_rate: 2e-5
58
+
59
+ train_on_inputs: false
60
+ group_by_length: false
61
+ bf16: auto
62
+ fp16:
63
+ tf32: false
64
+
65
+ gradient_checkpointing: true
66
+ gradient_checkpointing_kwargs:
67
+ use_reentrant: false
68
+ early_stopping_patience:
69
+ resume_from_checkpoint:
70
+ logging_steps: 1
71
+ xformers_attention:
72
+ flash_attention: true
73
+
74
+ warmup_steps: 100
75
+ evals_per_epoch: 3
76
+ eval_table_size:
77
+ saves_per_epoch: 1
78
+ debug:
79
+ deepspeed:
80
+ weight_decay: 0.0
81
+ fsdp:
82
+ fsdp_config:
83
+ special_tokens:
84
+ pad_token: <|end_of_text|>
85
+
86
+ ```
87
+
88
+ </details><br>
89
+
90
+ # Llama-3-8B-ShareGPT
91
+
92
+ 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.
93
+ It achieves the following results on the evaluation set:
94
+ - Loss: 0.4747
95
+
96
+ ## Model description
97
+
98
+ More information needed
99
+
100
+ ## Intended uses & limitations
101
+
102
+ More information needed
103
+
104
+ ## Training and evaluation data
105
+
106
+ More information needed
107
+
108
+ ## Training procedure
109
+
110
+ ### Training hyperparameters
111
+
112
+ The following hyperparameters were used during training:
113
+ - learning_rate: 2e-05
114
+ - train_batch_size: 1
115
+ - eval_batch_size: 1
116
+ - seed: 42
117
+ - distributed_type: multi-GPU
118
+ - num_devices: 4
119
+ - gradient_accumulation_steps: 8
120
+ - total_train_batch_size: 32
121
+ - total_eval_batch_size: 4
122
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
123
+ - lr_scheduler_type: cosine
124
+ - lr_scheduler_warmup_steps: 100
125
+ - num_epochs: 2
126
+
127
+ ### Training results
128
+
129
+ | Training Loss | Epoch | Step | Validation Loss |
130
+ |:-------------:|:------:|:----:|:---------------:|
131
+ | 0.7768 | 0.0012 | 1 | 0.8449 |
132
+ | 0.6441 | 0.3331 | 288 | 0.5582 |
133
+ | 0.5294 | 0.6662 | 576 | 0.5212 |
134
+ | 0.5777 | 0.9993 | 864 | 0.4849 |
135
+ | 0.4499 | 1.3218 | 1152 | 0.4766 |
136
+ | 0.4507 | 1.6549 | 1440 | 0.4752 |
137
+ | 0.4856 | 1.9880 | 1728 | 0.4747 |
138
+
139
+
140
+ ### Framework versions
141
+
142
+ - Transformers 4.40.2
143
+ - Pytorch 2.3.0+cu121
144
+ - Datasets 2.19.1
145
+ - Tokenizers 0.19.1