mradermacher commited on
Commit
9fa9a39
1 Parent(s): 5b84824

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md CHANGED
@@ -1 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  static quants of https://huggingface.co/saucam/Phind-Codefuse-34B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - Phind/Phind-CodeLlama-34B-v2
4
+ - codefuse-ai/CodeFuse-CodeLlama-34B
5
+ exported_from: saucam/Phind-Codefuse-34B
6
+ language:
7
+ - en
8
+ library_name: transformers
9
+ license: mit
10
+ quantized_by: mradermacher
11
+ tags:
12
+ - merge
13
+ - mergekit
14
+ - lazymergekit
15
+ - Phind/Phind-CodeLlama-34B-v2
16
+ - codefuse-ai/CodeFuse-CodeLlama-34B
17
+ ---
18
+ ## About
19
+
20
  static quants of https://huggingface.co/saucam/Phind-Codefuse-34B
21
+
22
+
23
+ <!-- provided-files -->
24
+ weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion.
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/Phind-Codefuse-34B-GGUF/resolve/main/Phind-Codefuse-34B.Q2_K.gguf) | Q2_K | 12.9 | |
38
+ | [GGUF](https://huggingface.co/mradermacher/Phind-Codefuse-34B-GGUF/resolve/main/Phind-Codefuse-34B.Q4_K_S.gguf) | Q4_K_S | 19.6 | fast, recommended |
39
+ | [GGUF](https://huggingface.co/mradermacher/Phind-Codefuse-34B-GGUF/resolve/main/Phind-Codefuse-34B.Q8_0.gguf) | Q8_0 | 36.2 | fast, best quality |
40
+
41
+
42
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
43
+ types (lower is better):
44
+
45
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
46
+
47
+ And here are Artefact2's thoughts on the matter:
48
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
49
+
50
+ ## Thanks
51
+
52
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
53
+ me use its servers and providing upgrades to my workstation to enable
54
+ this work in my free time.
55
+
56
+ <!-- end -->