legraphista commited on
Commit
5c8234c
β€’
1 Parent(s): e38138f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +166 -0
README.md ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Nexusflow/Athene-70B
3
+ inference: false
4
+ language:
5
+ - en
6
+ library_name: gguf
7
+ license: cc-by-nc-4.0
8
+ pipeline_tag: text-generation
9
+ quantized_by: legraphista
10
+ tags:
11
+ - RLHF
12
+ - Nexusflow
13
+ - Athene
14
+ - Chat Model
15
+ - quantized
16
+ - GGUF
17
+ - quantization
18
+ - imat
19
+ - imatrix
20
+ - static
21
+ - 16bit
22
+ - 8bit
23
+ - 6bit
24
+ - 5bit
25
+ - 4bit
26
+ - 3bit
27
+ - 2bit
28
+ - 1bit
29
+ ---
30
+
31
+ # Athene-70B-IMat-GGUF
32
+ _Llama.cpp imatrix quantization of Nexusflow/Athene-70B_
33
+
34
+ Original Model: [Nexusflow/Athene-70B](https://huggingface.co/Nexusflow/Athene-70B)
35
+ Original dtype: `BF16` (`bfloat16`)
36
+ Quantized by: [https://github.com/ggerganov/llama.cpp/pull/8676](https://github.com/ggerganov/llama.cpp/pull/8676)
37
+ IMatrix dataset: [here](https://gist.githubusercontent.com/bartowski1182/eb213dccb3571f863da82e99418f81e8/raw/b2869d80f5c16fd7082594248e80144677736635/calibration_datav3.txt)
38
+
39
+ - [Files](#files)
40
+ - [IMatrix](#imatrix)
41
+ - [Common Quants](#common-quants)
42
+ - [All Quants](#all-quants)
43
+ - [Downloading using huggingface-cli](#downloading-using-huggingface-cli)
44
+ - [Inference](#inference)
45
+ - [Simple chat template](#simple-chat-template)
46
+ - [Chat template with system prompt](#chat-template-with-system-prompt)
47
+ - [Llama.cpp](#llama-cpp)
48
+ - [FAQ](#faq)
49
+ - [Why is the IMatrix not applied everywhere?](#why-is-the-imatrix-not-applied-everywhere)
50
+ - [How do I merge a split GGUF?](#how-do-i-merge-a-split-gguf)
51
+
52
+ ---
53
+
54
+ ## Files
55
+
56
+ ### IMatrix
57
+ Status: ⏳ Processing
58
+ Link: [here](https://huggingface.co/legraphista/Athene-70B-IMat-GGUF/blob/main/imatrix.dat)
59
+
60
+ ### Common Quants
61
+ | Filename | Quant type | File Size | Status | Uses IMatrix | Is Split |
62
+ | -------- | ---------- | --------- | ------ | ------------ | -------- |
63
+ | Athene-70B.Q8_0 | Q8_0 | - | ⏳ Processing | βšͺ Static | -
64
+ | Athene-70B.Q6_K | Q6_K | - | ⏳ Processing | βšͺ Static | -
65
+ | Athene-70B.Q4_K | Q4_K | - | ⏳ Processing | 🟒 IMatrix | -
66
+ | Athene-70B.Q3_K | Q3_K | - | ⏳ Processing | 🟒 IMatrix | -
67
+ | Athene-70B.Q2_K | Q2_K | - | ⏳ Processing | 🟒 IMatrix | -
68
+
69
+
70
+ ### All Quants
71
+ | Filename | Quant type | File Size | Status | Uses IMatrix | Is Split |
72
+ | -------- | ---------- | --------- | ------ | ------------ | -------- |
73
+ | Athene-70B.BF16 | BF16 | - | ⏳ Processing | βšͺ Static | -
74
+ | Athene-70B.FP16 | F16 | - | ⏳ Processing | βšͺ Static | -
75
+ | Athene-70B.Q8_0 | Q8_0 | - | ⏳ Processing | βšͺ Static | -
76
+ | Athene-70B.Q6_K | Q6_K | - | ⏳ Processing | βšͺ Static | -
77
+ | Athene-70B.Q5_K | Q5_K | - | ⏳ Processing | βšͺ Static | -
78
+ | Athene-70B.Q5_K_S | Q5_K_S | - | ⏳ Processing | βšͺ Static | -
79
+ | Athene-70B.Q4_K | Q4_K | - | ⏳ Processing | 🟒 IMatrix | -
80
+ | Athene-70B.Q4_K_S | Q4_K_S | - | ⏳ Processing | 🟒 IMatrix | -
81
+ | Athene-70B.IQ4_NL | IQ4_NL | - | ⏳ Processing | 🟒 IMatrix | -
82
+ | Athene-70B.IQ4_XS | IQ4_XS | - | ⏳ Processing | 🟒 IMatrix | -
83
+ | Athene-70B.Q3_K | Q3_K | - | ⏳ Processing | 🟒 IMatrix | -
84
+ | Athene-70B.Q3_K_L | Q3_K_L | - | ⏳ Processing | 🟒 IMatrix | -
85
+ | Athene-70B.Q3_K_S | Q3_K_S | - | ⏳ Processing | 🟒 IMatrix | -
86
+ | Athene-70B.IQ3_M | IQ3_M | - | ⏳ Processing | 🟒 IMatrix | -
87
+ | Athene-70B.IQ3_S | IQ3_S | - | ⏳ Processing | 🟒 IMatrix | -
88
+ | Athene-70B.IQ3_XS | IQ3_XS | - | ⏳ Processing | 🟒 IMatrix | -
89
+ | Athene-70B.IQ3_XXS | IQ3_XXS | - | ⏳ Processing | 🟒 IMatrix | -
90
+ | Athene-70B.Q2_K | Q2_K | - | ⏳ Processing | 🟒 IMatrix | -
91
+ | Athene-70B.Q2_K_S | Q2_K_S | - | ⏳ Processing | 🟒 IMatrix | -
92
+ | Athene-70B.IQ2_M | IQ2_M | - | ⏳ Processing | 🟒 IMatrix | -
93
+ | Athene-70B.IQ2_S | IQ2_S | - | ⏳ Processing | 🟒 IMatrix | -
94
+ | Athene-70B.IQ2_XS | IQ2_XS | - | ⏳ Processing | 🟒 IMatrix | -
95
+ | Athene-70B.IQ2_XXS | IQ2_XXS | - | ⏳ Processing | 🟒 IMatrix | -
96
+ | Athene-70B.IQ1_M | IQ1_M | - | ⏳ Processing | 🟒 IMatrix | -
97
+ | Athene-70B.IQ1_S | IQ1_S | - | ⏳ Processing | 🟒 IMatrix | -
98
+
99
+
100
+ ## Downloading using huggingface-cli
101
+ If you do not have hugginface-cli installed:
102
+ ```
103
+ pip install -U "huggingface_hub[cli]"
104
+ ```
105
+ Download the specific file you want:
106
+ ```
107
+ huggingface-cli download legraphista/Athene-70B-IMat-GGUF --include "Athene-70B.Q8_0.gguf" --local-dir ./
108
+ ```
109
+ If the model file is big, it has been split into multiple files. In order to download them all to a local folder, run:
110
+ ```
111
+ huggingface-cli download legraphista/Athene-70B-IMat-GGUF --include "Athene-70B.Q8_0/*" --local-dir ./
112
+ # see FAQ for merging GGUF's
113
+ ```
114
+
115
+ ---
116
+
117
+ ## Inference
118
+
119
+ ### Simple chat template
120
+ ```
121
+ <|begin_of_text|><|start_header_id|>user<|end_header_id|>
122
+
123
+ {user_prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
124
+
125
+ {assistant_response}<|eot_id|><|start_header_id|>user<|end_header_id|>
126
+
127
+ {next_user_prompt}<|eot_id|>
128
+ ```
129
+
130
+ ### Chat template with system prompt
131
+ ```
132
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
133
+
134
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
135
+
136
+ {user_prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
137
+
138
+ {assistant_response}<|eot_id|><|start_header_id|>user<|end_header_id|>
139
+
140
+ {next_user_prompt}<|eot_id|>
141
+ ```
142
+
143
+ ### Llama.cpp
144
+ ```
145
+ llama.cpp/main -m Athene-70B.Q8_0.gguf --color -i -p "prompt here (according to the chat template)"
146
+ ```
147
+
148
+ ---
149
+
150
+ ## FAQ
151
+
152
+ ### Why is the IMatrix not applied everywhere?
153
+ According to [this investigation](https://www.reddit.com/r/LocalLLaMA/comments/1993iro/ggufs_quants_can_punch_above_their_weights_now/), it appears that lower quantizations are the only ones that benefit from the imatrix input (as per hellaswag results).
154
+
155
+ ### How do I merge a split GGUF?
156
+ 1. Make sure you have `gguf-split` available
157
+ - To get hold of `gguf-split`, navigate to https://github.com/ggerganov/llama.cpp/releases
158
+ - Download the appropriate zip for your system from the latest release
159
+ - Unzip the archive and you should be able to find `gguf-split`
160
+ 2. Locate your GGUF chunks folder (ex: `Athene-70B.Q8_0`)
161
+ 3. Run `gguf-split --merge Athene-70B.Q8_0/Athene-70B.Q8_0-00001-of-XXXXX.gguf Athene-70B.Q8_0.gguf`
162
+ - Make sure to point `gguf-split` to the first chunk of the split.
163
+
164
+ ---
165
+
166
+ Got a suggestion? Ping me [@legraphista](https://x.com/legraphista)!