mradermacher commited on
Commit
462637f
·
verified ·
1 Parent(s): a4fe367

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md CHANGED
@@ -1,3 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
@@ -7,3 +35,49 @@
7
  <!-- ### quants_skip: -->
8
  <!-- ### skip_mmproj: -->
9
  static quants of https://huggingface.co/CalderaAI/13B-Ouroboros
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CalderaAI/13B-Ouroboros
3
+ datasets:
4
+ - Open-Orca/OpenOrca
5
+ - anon8231489123/ShareGPT_Vicuna_unfiltered
6
+ - jondurbin/airoboros-uncensored
7
+ language:
8
+ - en
9
+ library_name: transformers
10
+ mradermacher:
11
+ readme_rev: 1
12
+ quantized_by: mradermacher
13
+ tags:
14
+ - llama
15
+ - alpaca
16
+ - vicuna
17
+ - uncensored
18
+ - merge
19
+ - mix
20
+ - airoboros
21
+ - openorca
22
+ - orcamini
23
+ - orca
24
+ - instruct
25
+ - mixtune
26
+ ---
27
+ ## About
28
+
29
  <!-- ### quantize_version: 2 -->
30
  <!-- ### output_tensor_quantised: 1 -->
31
  <!-- ### convert_type: hf -->
 
35
  <!-- ### quants_skip: -->
36
  <!-- ### skip_mmproj: -->
37
  static quants of https://huggingface.co/CalderaAI/13B-Ouroboros
38
+
39
+ <!-- provided-files -->
40
+
41
+ ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#13B-Ouroboros-GGUF).***
42
+
43
+ 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.
44
+ ## Usage
45
+
46
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
47
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
48
+ more details, including on how to concatenate multi-part files.
49
+
50
+ ## Provided Quants
51
+
52
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
53
+
54
+ | Link | Type | Size/GB | Notes |
55
+ |:-----|:-----|--------:|:------|
56
+ | [GGUF](https://huggingface.co/mradermacher/13B-Ouroboros-GGUF/resolve/main/13B-Ouroboros.Q2_K.gguf) | Q2_K | 5.0 | |
57
+ | [GGUF](https://huggingface.co/mradermacher/13B-Ouroboros-GGUF/resolve/main/13B-Ouroboros.Q3_K_S.gguf) | Q3_K_S | 5.8 | |
58
+ | [GGUF](https://huggingface.co/mradermacher/13B-Ouroboros-GGUF/resolve/main/13B-Ouroboros.Q3_K_M.gguf) | Q3_K_M | 6.4 | lower quality |
59
+ | [GGUF](https://huggingface.co/mradermacher/13B-Ouroboros-GGUF/resolve/main/13B-Ouroboros.Q3_K_L.gguf) | Q3_K_L | 7.0 | |
60
+ | [GGUF](https://huggingface.co/mradermacher/13B-Ouroboros-GGUF/resolve/main/13B-Ouroboros.Q4_K_S.gguf) | Q4_K_S | 7.5 | fast, recommended |
61
+ | [GGUF](https://huggingface.co/mradermacher/13B-Ouroboros-GGUF/resolve/main/13B-Ouroboros.Q6_K.gguf) | Q6_K | 10.8 | very good quality |
62
+ | [GGUF](https://huggingface.co/mradermacher/13B-Ouroboros-GGUF/resolve/main/13B-Ouroboros.Q8_0.gguf) | Q8_0 | 13.9 | 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 -->