mradermacher commited on
Commit
26cd92d
1 Parent(s): fa7e17b

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -0
README.md CHANGED
@@ -1,6 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/TeeZee/GALAXY-16B-v1.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: TeeZee/GALAXY-16B-v1.0
3
+ datasets:
4
+ - Intel/orca_dpo_pairs
5
+ - athirdpath/DPO_Pairs-Roleplay-Alpaca-NSFW
6
+ - Open-Orca/SlimOrca
7
+ - MinervaAI/Aesir-Preview
8
+ - allenai/ultrafeedback_binarized_cleaned
9
+ language:
10
+ - en
11
+ library_name: transformers
12
+ license: apache-2.0
13
+ quantized_by: mradermacher
14
+ tags:
15
+ - not-for-all-audiences
16
+ ---
17
+ ## About
18
+
19
  <!-- ### quantize_version: 2 -->
20
  <!-- ### output_tensor_quantised: 1 -->
21
  <!-- ### convert_type: hf -->
22
  <!-- ### vocab_type: -->
23
  <!-- ### tags: -->
24
  static quants of https://huggingface.co/TeeZee/GALAXY-16B-v1.0
25
+
26
+ <!-- provided-files -->
27
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/GALAXY-16B-v1.0-i1-GGUF
28
+ ## Usage
29
+
30
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
31
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
32
+ more details, including on how to concatenate multi-part files.
33
+
34
+ ## Provided Quants
35
+
36
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
37
+
38
+ | Link | Type | Size/GB | Notes |
39
+ |:-----|:-----|--------:|:------|
40
+ | [GGUF](https://huggingface.co/mradermacher/GALAXY-16B-v1.0-GGUF/resolve/main/GALAXY-16B-v1.0.Q2_K.gguf) | Q2_K | 6.0 | |
41
+ | [GGUF](https://huggingface.co/mradermacher/GALAXY-16B-v1.0-GGUF/resolve/main/GALAXY-16B-v1.0.Q3_K_S.gguf) | Q3_K_S | 7.0 | |
42
+ | [GGUF](https://huggingface.co/mradermacher/GALAXY-16B-v1.0-GGUF/resolve/main/GALAXY-16B-v1.0.Q3_K_M.gguf) | Q3_K_M | 7.8 | lower quality |
43
+ | [GGUF](https://huggingface.co/mradermacher/GALAXY-16B-v1.0-GGUF/resolve/main/GALAXY-16B-v1.0.Q3_K_L.gguf) | Q3_K_L | 8.5 | |
44
+ | [GGUF](https://huggingface.co/mradermacher/GALAXY-16B-v1.0-GGUF/resolve/main/GALAXY-16B-v1.0.Q4_K_S.gguf) | Q4_K_S | 9.2 | fast, recommended |
45
+ | [GGUF](https://huggingface.co/mradermacher/GALAXY-16B-v1.0-GGUF/resolve/main/GALAXY-16B-v1.0.Q4_K_M.gguf) | Q4_K_M | 9.7 | fast, recommended |
46
+ | [GGUF](https://huggingface.co/mradermacher/GALAXY-16B-v1.0-GGUF/resolve/main/GALAXY-16B-v1.0.Q6_K.gguf) | Q6_K | 13.2 | very good quality |
47
+
48
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
49
+ types (lower is better):
50
+
51
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
52
+
53
+ And here are Artefact2's thoughts on the matter:
54
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
55
+
56
+ ## FAQ / Model Request
57
+
58
+ See https://huggingface.co/mradermacher/model_requests for some answers to
59
+ questions you might have and/or if you want some other model quantized.
60
+
61
+ ## Thanks
62
+
63
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
64
+ me use its servers and providing upgrades to my workstation to enable
65
+ this work in my free time.
66
+
67
+ <!-- end -->