mradermacher commited on
Commit
5460c21
·
verified ·
1 Parent(s): 4b90393

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md CHANGED
@@ -1,6 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
4
  <!-- ### vocab_type: -->
5
  <!-- ### tags: -->
6
  static quants of https://huggingface.co/rubenroy/Geneva-12B-GCv2-500k
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: rubenroy/Geneva-12B-GCv2-500k
3
+ datasets:
4
+ - rubenroy/GammaCorpus-v2-500k
5
+ language:
6
+ - en
7
+ - fr
8
+ - de
9
+ - es
10
+ - it
11
+ - pt
12
+ - ru
13
+ - zh
14
+ - ja
15
+ library_name: transformers
16
+ license: apache-2.0
17
+ quantized_by: mradermacher
18
+ tags:
19
+ - text-generation-inference
20
+ - transformers
21
+ - unsloth
22
+ - trl
23
+ - gammacorpus
24
+ - geneva
25
+ - chat
26
+ - mistral
27
+ - conversational
28
+ ---
29
+ ## About
30
+
31
  <!-- ### quantize_version: 2 -->
32
  <!-- ### output_tensor_quantised: 1 -->
33
  <!-- ### convert_type: hf -->
34
  <!-- ### vocab_type: -->
35
  <!-- ### tags: -->
36
  static quants of https://huggingface.co/rubenroy/Geneva-12B-GCv2-500k
37
+
38
+ <!-- provided-files -->
39
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/Geneva-12B-GCv2-500k-i1-GGUF
40
+ ## Usage
41
+
42
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
43
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
44
+ more details, including on how to concatenate multi-part files.
45
+
46
+ ## Provided Quants
47
+
48
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
49
+
50
+ | Link | Type | Size/GB | Notes |
51
+ |:-----|:-----|--------:|:------|
52
+ | [GGUF](https://huggingface.co/mradermacher/Geneva-12B-GCv2-500k-GGUF/resolve/main/Geneva-12B-GCv2-500k.Q2_K.gguf) | Q2_K | 4.9 | |
53
+ | [GGUF](https://huggingface.co/mradermacher/Geneva-12B-GCv2-500k-GGUF/resolve/main/Geneva-12B-GCv2-500k.Q3_K_S.gguf) | Q3_K_S | 5.6 | |
54
+ | [GGUF](https://huggingface.co/mradermacher/Geneva-12B-GCv2-500k-GGUF/resolve/main/Geneva-12B-GCv2-500k.Q3_K_M.gguf) | Q3_K_M | 6.2 | lower quality |
55
+ | [GGUF](https://huggingface.co/mradermacher/Geneva-12B-GCv2-500k-GGUF/resolve/main/Geneva-12B-GCv2-500k.Q3_K_L.gguf) | Q3_K_L | 6.7 | |
56
+ | [GGUF](https://huggingface.co/mradermacher/Geneva-12B-GCv2-500k-GGUF/resolve/main/Geneva-12B-GCv2-500k.IQ4_XS.gguf) | IQ4_XS | 6.9 | |
57
+ | [GGUF](https://huggingface.co/mradermacher/Geneva-12B-GCv2-500k-GGUF/resolve/main/Geneva-12B-GCv2-500k.Q4_K_S.gguf) | Q4_K_S | 7.2 | fast, recommended |
58
+ | [GGUF](https://huggingface.co/mradermacher/Geneva-12B-GCv2-500k-GGUF/resolve/main/Geneva-12B-GCv2-500k.Q4_K_M.gguf) | Q4_K_M | 7.6 | fast, recommended |
59
+ | [GGUF](https://huggingface.co/mradermacher/Geneva-12B-GCv2-500k-GGUF/resolve/main/Geneva-12B-GCv2-500k.Q5_K_S.gguf) | Q5_K_S | 8.6 | |
60
+ | [GGUF](https://huggingface.co/mradermacher/Geneva-12B-GCv2-500k-GGUF/resolve/main/Geneva-12B-GCv2-500k.Q5_K_M.gguf) | Q5_K_M | 8.8 | |
61
+ | [GGUF](https://huggingface.co/mradermacher/Geneva-12B-GCv2-500k-GGUF/resolve/main/Geneva-12B-GCv2-500k.Q6_K.gguf) | Q6_K | 10.2 | very good quality |
62
+ | [GGUF](https://huggingface.co/mradermacher/Geneva-12B-GCv2-500k-GGUF/resolve/main/Geneva-12B-GCv2-500k.Q8_0.gguf) | Q8_0 | 13.1 | fast, best quality |
63
+
64
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
65
+ types (lower is better):
66
+
67
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
68
+
69
+ And here are Artefact2's thoughts on the matter:
70
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
71
+
72
+ ## FAQ / Model Request
73
+
74
+ See https://huggingface.co/mradermacher/model_requests for some answers to
75
+ questions you might have and/or if you want some other model quantized.
76
+
77
+ ## Thanks
78
+
79
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
80
+ me use its servers and providing upgrades to my workstation to enable
81
+ this work in my free time.
82
+
83
+ <!-- end -->