legraphista commited on
Commit
f666bc8
1 Parent(s): 11b59e1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +146 -0
README.md ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Bin12345/AutoCoder_S_6.7B
3
+ inference: false
4
+ library_name: gguf
5
+ license: apache-2.0
6
+ pipeline_tag: text-generation
7
+ quantized_by: legraphista
8
+ tags:
9
+ - quantized
10
+ - GGUF
11
+ - imatrix
12
+ - quantization
13
+ - imat
14
+ - imatrix
15
+ - static
16
+ ---
17
+
18
+ # AutoCoder_S_6.7B-IMat-GGUF
19
+ _Llama.cpp imatrix quantization of Bin12345/AutoCoder_S_6.7B_
20
+
21
+ Original Model: [Bin12345/AutoCoder_S_6.7B](https://huggingface.co/Bin12345/AutoCoder_S_6.7B)
22
+ Original dtype: `BF16` (`bfloat16`)
23
+ Quantized by: llama.cpp [b3010](https://github.com/ggerganov/llama.cpp/releases/tag/b3010)
24
+ IMatrix dataset: [here](https://gist.githubusercontent.com/legraphista/d6d93f1a254bcfc58e0af3777eaec41e/raw/d380e7002cea4a51c33fffd47db851942754e7cc/imatrix.calibration.medium.raw)
25
+
26
+ - [AutoCoder_S_6.7B-IMat-GGUF](#autocoder-s-6-7b-imat-gguf)
27
+ - [Files](#files)
28
+ - [IMatrix](#imatrix)
29
+ - [Common Quants](#common-quants)
30
+ - [All Quants](#all-quants)
31
+ - [Downloading using huggingface-cli](#downloading-using-huggingface-cli)
32
+ - [Inference](#inference)
33
+ - [Simple chat template](#simple-chat-template)
34
+ - [Chat template with system prompt](#chat-template-with-system-prompt)
35
+ - [Llama.cpp](#llama-cpp)
36
+ - [FAQ](#faq)
37
+ - [Why is the IMatrix not applied everywhere?](#why-is-the-imatrix-not-applied-everywhere)
38
+ - [How do I merge a split GGUF?](#how-do-i-merge-a-split-gguf)
39
+
40
+ ---
41
+
42
+ ## Files
43
+
44
+ ### IMatrix
45
+ Status: ⏳ Processing
46
+ Link: [here](https://huggingface.co/legraphista/AutoCoder_S_6.7B-IMat-GGUF/blob/main/imatrix.dat)
47
+
48
+ ### Common Quants
49
+ | Filename | Quant type | File Size | Status | Uses IMatrix | Is Split |
50
+ | -------- | ---------- | --------- | ------ | ------------ | -------- |
51
+ | AutoCoder_S_6.7B.Q8_0 | Q8_0 | - | ⏳ Processing | ⚪ Static | -
52
+ | AutoCoder_S_6.7B.Q6_K | Q6_K | - | ⏳ Processing | ⚪ Static | -
53
+ | AutoCoder_S_6.7B.Q4_K | Q4_K | - | ⏳ Processing | 🟢 IMatrix | -
54
+ | AutoCoder_S_6.7B.Q3_K | Q3_K | - | ⏳ Processing | 🟢 IMatrix | -
55
+ | AutoCoder_S_6.7B.Q2_K | Q2_K | - | ⏳ Processing | 🟢 IMatrix | -
56
+
57
+
58
+ ### All Quants
59
+ | Filename | Quant type | File Size | Status | Uses IMatrix | Is Split |
60
+ | -------- | ---------- | --------- | ------ | ------------ | -------- |
61
+ | AutoCoder_S_6.7B.BF16 | BF16 | - | ⏳ Processing | ⚪ Static | -
62
+ | AutoCoder_S_6.7B.FP16 | F16 | - | ⏳ Processing | ⚪ Static | -
63
+ | AutoCoder_S_6.7B.Q5_K | Q5_K | - | ⏳ Processing | ⚪ Static | -
64
+ | AutoCoder_S_6.7B.Q5_K_S | Q5_K_S | - | ⏳ Processing | ⚪ Static | -
65
+ | AutoCoder_S_6.7B.Q4_K_S | Q4_K_S | - | ⏳ Processing | 🟢 IMatrix | -
66
+ | AutoCoder_S_6.7B.Q3_K_L | Q3_K_L | - | ⏳ Processing | 🟢 IMatrix | -
67
+ | AutoCoder_S_6.7B.Q3_K_S | Q3_K_S | - | ⏳ Processing | 🟢 IMatrix | -
68
+ | AutoCoder_S_6.7B.Q2_K_S | Q2_K_S | - | ⏳ Processing | 🟢 IMatrix | -
69
+ | AutoCoder_S_6.7B.IQ4_NL | IQ4_NL | - | ⏳ Processing | 🟢 IMatrix | -
70
+ | AutoCoder_S_6.7B.IQ4_XS | IQ4_XS | - | ⏳ Processing | 🟢 IMatrix | -
71
+ | AutoCoder_S_6.7B.IQ3_M | IQ3_M | - | ⏳ Processing | 🟢 IMatrix | -
72
+ | AutoCoder_S_6.7B.IQ3_S | IQ3_S | - | ⏳ Processing | 🟢 IMatrix | -
73
+ | AutoCoder_S_6.7B.IQ3_XS | IQ3_XS | - | ⏳ Processing | 🟢 IMatrix | -
74
+ | AutoCoder_S_6.7B.IQ3_XXS | IQ3_XXS | - | ⏳ Processing | 🟢 IMatrix | -
75
+ | AutoCoder_S_6.7B.IQ2_M | IQ2_M | - | ⏳ Processing | 🟢 IMatrix | -
76
+ | AutoCoder_S_6.7B.IQ2_S | IQ2_S | - | ⏳ Processing | 🟢 IMatrix | -
77
+ | AutoCoder_S_6.7B.IQ2_XS | IQ2_XS | - | ⏳ Processing | 🟢 IMatrix | -
78
+ | AutoCoder_S_6.7B.IQ2_XXS | IQ2_XXS | - | ⏳ Processing | 🟢 IMatrix | -
79
+ | AutoCoder_S_6.7B.IQ1_M | IQ1_M | - | ⏳ Processing | 🟢 IMatrix | -
80
+ | AutoCoder_S_6.7B.IQ1_S | IQ1_S | - | ⏳ Processing | 🟢 IMatrix | -
81
+
82
+
83
+ ## Downloading using huggingface-cli
84
+ If you do not have hugginface-cli installed:
85
+ ```
86
+ pip install -U "huggingface_hub[cli]"
87
+ ```
88
+ Download the specific file you want:
89
+ ```
90
+ huggingface-cli download legraphista/AutoCoder_S_6.7B-IMat-GGUF --include "AutoCoder_S_6.7B.Q8_0.gguf" --local-dir ./
91
+ ```
92
+ If the model file is big, it has been split into multiple files. In order to download them all to a local folder, run:
93
+ ```
94
+ huggingface-cli download legraphista/AutoCoder_S_6.7B-IMat-GGUF --include "AutoCoder_S_6.7B.Q8_0/*" --local-dir ./
95
+ # see FAQ for merging GGUF's
96
+ ```
97
+
98
+ ---
99
+
100
+ ## Inference
101
+
102
+ ### Simple chat template
103
+ ```
104
+ Human: Can you provide ways to eat combinations of bananas and dragonfruits?
105
+ Assistant: Sure! Here are some ways to eat bananas and dragonfruits together:
106
+ 1. Banana and dragonfruit smoothie: Blend bananas and dragonfruits together with some milk and honey.
107
+ 2. Banana and dragonfruit salad: Mix sliced bananas and dragonfruits together with some lemon juice and honey.<|end▁of▁sentence|>
108
+ Human: What about solving an 2x + 3 = 7 equation?
109
+ Assistant:
110
+ ```
111
+
112
+ ### Chat template with system prompt
113
+ ```
114
+ You are a helpful AI.
115
+ Human: Can you provide ways to eat combinations of bananas and dragonfruits?
116
+ Assistant: Sure! Here are some ways to eat bananas and dragonfruits together:
117
+ 1. Banana and dragonfruit smoothie: Blend bananas and dragonfruits together with some milk and honey.
118
+ 2. Banana and dragonfruit salad: Mix sliced bananas and dragonfruits together with some lemon juice and honey.<|end▁of▁sentence|>
119
+ Human: What about solving an 2x + 3 = 7 equation?
120
+ Assistant:
121
+ ```
122
+
123
+ ### Llama.cpp
124
+ ```
125
+ llama.cpp/main -m AutoCoder_S_6.7B.Q8_0.gguf --color -i -p "prompt here (according to the chat template)"
126
+ ```
127
+
128
+ ---
129
+
130
+ ## FAQ
131
+
132
+ ### Why is the IMatrix not applied everywhere?
133
+ 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).
134
+
135
+ ### How do I merge a split GGUF?
136
+ 1. Make sure you have `gguf-split` available
137
+ - To get hold of `gguf-split`, navigate to https://github.com/ggerganov/llama.cpp/releases
138
+ - Download the appropriate zip for your system from the latest release
139
+ - Unzip the archive and you should be able to find `gguf-split`
140
+ 2. Locate your GGUF chunks folder (ex: `AutoCoder_S_6.7B.Q8_0`)
141
+ 3. Run `gguf-split --merge AutoCoder_S_6.7B.Q8_0/AutoCoder_S_6.7B.Q8_0-00001-of-XXXXX.gguf AutoCoder_S_6.7B.Q8_0.gguf`
142
+ - Make sure to point `gguf-split` to the first chunk of the split.
143
+
144
+ ---
145
+
146
+ Got a suggestion? Ping me [@legraphista](https://x.com/legraphista)!