mradermacher
commited on
Commit
•
dd914e2
1
Parent(s):
954062d
auto-patch README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<!-- ### quantize_version: 1 -->
|
2 |
<!-- ### output_tensor_quantised: 1 -->
|
3 |
<!-- ### convert_type: -->
|
4 |
<!-- ### vocab_type: -->
|
5 |
static quants of https://huggingface.co/Markhit/CodeLlama3-8B-Python
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: meta-llama/Meta-Llama-3-8B
|
3 |
+
datasets:
|
4 |
+
- ajibawa-2023/Python-Code-23k-ShareGPT
|
5 |
+
exported_from: Markhit/CodeLlama3-8B-Python
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
library_name: transformers
|
9 |
+
license: llama3
|
10 |
+
license_link: LICENSE
|
11 |
+
quantized_by: mradermacher
|
12 |
+
tags:
|
13 |
+
- code
|
14 |
+
---
|
15 |
+
## About
|
16 |
+
|
17 |
<!-- ### quantize_version: 1 -->
|
18 |
<!-- ### output_tensor_quantised: 1 -->
|
19 |
<!-- ### convert_type: -->
|
20 |
<!-- ### vocab_type: -->
|
21 |
static quants of https://huggingface.co/Markhit/CodeLlama3-8B-Python
|
22 |
+
|
23 |
+
|
24 |
+
<!-- provided-files -->
|
25 |
+
## Usage
|
26 |
+
|
27 |
+
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
28 |
+
READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
|
29 |
+
more details, including on how to concatenate multi-part files.
|
30 |
+
|
31 |
+
## Provided Quants
|
32 |
+
|
33 |
+
(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
|
34 |
+
|
35 |
+
| Link | Type | Size/GB | Notes |
|
36 |
+
|:-----|:-----|--------:|:------|
|
37 |
+
| [GGUF](https://huggingface.co/mradermacher/CodeLlama3-8B-Python-i1-GGUF/resolve/main/CodeLlama3-8B-Python.Q2_K.gguf) | Q2_K | 3.3 | |
|
38 |
+
| [GGUF](https://huggingface.co/mradermacher/CodeLlama3-8B-Python-i1-GGUF/resolve/main/CodeLlama3-8B-Python.IQ3_S.gguf) | IQ3_S | 3.8 | beats Q3_K* |
|
39 |
+
| [GGUF](https://huggingface.co/mradermacher/CodeLlama3-8B-Python-i1-GGUF/resolve/main/CodeLlama3-8B-Python.IQ3_M.gguf) | IQ3_M | 3.9 | |
|
40 |
+
| [GGUF](https://huggingface.co/mradermacher/CodeLlama3-8B-Python-i1-GGUF/resolve/main/CodeLlama3-8B-Python.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended |
|
41 |
+
| [GGUF](https://huggingface.co/mradermacher/CodeLlama3-8B-Python-i1-GGUF/resolve/main/CodeLlama3-8B-Python.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality |
|
42 |
+
| [GGUF](https://huggingface.co/mradermacher/CodeLlama3-8B-Python-i1-GGUF/resolve/main/CodeLlama3-8B-Python.f16.gguf) | f16 | 16.2 | 16 bpw, overkill |
|
43 |
+
|
44 |
+
|
45 |
+
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
46 |
+
types (lower is better):
|
47 |
+
|
48 |
+
![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
|
49 |
+
|
50 |
+
And here are Artefact2's thoughts on the matter:
|
51 |
+
https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
|
52 |
+
|
53 |
+
## Thanks
|
54 |
+
|
55 |
+
I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
|
56 |
+
me use its servers and providing upgrades to my workstation to enable
|
57 |
+
this work in my free time.
|
58 |
+
|
59 |
+
<!-- end -->
|