mradermacher commited on
Commit
ed57697
·
verified ·
1 Parent(s): 4fe27e2

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md CHANGED
@@ -1,3 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### convert_type: -->
2
  <!-- ### vocab_type: -->
3
  static quants of https://huggingface.co/ValiantLabs/Fireplace-34b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: abacusai/Smaug-34B-v0.1
3
+ exported_from: ValiantLabs/Fireplace-34b
4
+ language:
5
+ - en
6
+ library_name: transformers
7
+ license: other
8
+ license_link: https://huggingface.co/01-ai/Yi-34B-200K/blob/main/LICENSE
9
+ license_name: yi-license
10
+ model_type: llama
11
+ quantized_by: mradermacher
12
+ tags:
13
+ - fireplace
14
+ - function-calling
15
+ - code
16
+ - code-instruct
17
+ - conversational
18
+ - text-generation-inference
19
+ - valiant
20
+ - valiant-labs
21
+ - smaug
22
+ - yi
23
+ - yi-34b
24
+ - llama
25
+ - llama-2
26
+ - llama-2-chat
27
+ - 34b
28
+ ---
29
+ ## About
30
+
31
  <!-- ### convert_type: -->
32
  <!-- ### vocab_type: -->
33
  static quants of https://huggingface.co/ValiantLabs/Fireplace-34b
34
+
35
+
36
+ <!-- provided-files -->
37
+ 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.
38
+ ## Usage
39
+
40
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
41
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
42
+ more details, including on how to concatenate multi-part files.
43
+
44
+ ## Provided Quants
45
+
46
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
47
+
48
+ | Link | Type | Size/GB | Notes |
49
+ |:-----|:-----|--------:|:------|
50
+ | [GGUF](https://huggingface.co/mradermacher/Fireplace-34b-GGUF/resolve/main/Fireplace-34b.Q2_K.gguf) | Q2_K | 14.4 | |
51
+ | [GGUF](https://huggingface.co/mradermacher/Fireplace-34b-GGUF/resolve/main/Fireplace-34b.Q3_K_S.gguf) | Q3_K_S | 16.5 | |
52
+ | [GGUF](https://huggingface.co/mradermacher/Fireplace-34b-GGUF/resolve/main/Fireplace-34b.IQ3_S.gguf) | IQ3_S | 16.6 | beats Q3_K* |
53
+ | [GGUF](https://huggingface.co/mradermacher/Fireplace-34b-GGUF/resolve/main/Fireplace-34b.Q3_K_M.gguf) | Q3_K_M | 18.2 | lower quality |
54
+ | [GGUF](https://huggingface.co/mradermacher/Fireplace-34b-GGUF/resolve/main/Fireplace-34b.Q3_K_L.gguf) | Q3_K_L | 19.7 | |
55
+ | [GGUF](https://huggingface.co/mradermacher/Fireplace-34b-GGUF/resolve/main/Fireplace-34b.Q4_K_S.gguf) | Q4_K_S | 21.2 | fast, recommended |
56
+ | [GGUF](https://huggingface.co/mradermacher/Fireplace-34b-GGUF/resolve/main/Fireplace-34b.Q6_K.gguf) | Q6_K | 29.8 | very good quality |
57
+ | [GGUF](https://huggingface.co/mradermacher/Fireplace-34b-GGUF/resolve/main/Fireplace-34b.Q8_0.gguf) | Q8_0 | 38.0 | fast, best quality |
58
+
59
+
60
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
61
+ types (lower is better):
62
+
63
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
64
+
65
+ And here are Artefact2's thoughts on the matter:
66
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
67
+
68
+ ## Thanks
69
+
70
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
71
+ me use its servers and providing upgrades to my workstation to enable
72
+ this work in my free time.
73
+
74
+ <!-- end -->