mradermacher commited on
Commit
53e9f0d
·
verified ·
1 Parent(s): 7d2b0a8

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md CHANGED
@@ -1,3 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
@@ -7,3 +34,48 @@
7
  <!-- ### quants_skip: -->
8
  <!-- ### skip_mmproj: -->
9
  static quants of https://huggingface.co/squ11z1/Hypnos-i1-8B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: squ11z1/Hypnos-i1-8B
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ license: apache-2.0
7
+ mradermacher:
8
+ readme_rev: 1
9
+ quantized_by: mradermacher
10
+ tags:
11
+ - reasoning
12
+ - mathematics
13
+ - logic
14
+ - chain-of-thought
15
+ - quantum
16
+ - physics
17
+ - llama-3
18
+ - gguf
19
+ - text-generation-inference
20
+ - chatml
21
+ - roleplaying
22
+ - conversational
23
+ - synthetic data
24
+ - arxiv:2408.11857
25
+ ---
26
+ ## About
27
+
28
  <!-- ### quantize_version: 2 -->
29
  <!-- ### output_tensor_quantised: 1 -->
30
  <!-- ### convert_type: hf -->
 
34
  <!-- ### quants_skip: -->
35
  <!-- ### skip_mmproj: -->
36
  static quants of https://huggingface.co/squ11z1/Hypnos-i1-8B
37
+
38
+ <!-- provided-files -->
39
+
40
+ ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Hypnos-i1-8B-GGUF).***
41
+
42
+ 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.
43
+ ## Usage
44
+
45
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
46
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
47
+ more details, including on how to concatenate multi-part files.
48
+
49
+ ## Provided Quants
50
+
51
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
52
+
53
+ | Link | Type | Size/GB | Notes |
54
+ |:-----|:-----|--------:|:------|
55
+ | [GGUF](https://huggingface.co/mradermacher/Hypnos-i1-8B-GGUF/resolve/main/Hypnos-i1-8B.Q2_K.gguf) | Q2_K | 3.3 | |
56
+ | [GGUF](https://huggingface.co/mradermacher/Hypnos-i1-8B-GGUF/resolve/main/Hypnos-i1-8B.Q3_K_S.gguf) | Q3_K_S | 3.8 | |
57
+ | [GGUF](https://huggingface.co/mradermacher/Hypnos-i1-8B-GGUF/resolve/main/Hypnos-i1-8B.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality |
58
+ | [GGUF](https://huggingface.co/mradermacher/Hypnos-i1-8B-GGUF/resolve/main/Hypnos-i1-8B.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended |
59
+ | [GGUF](https://huggingface.co/mradermacher/Hypnos-i1-8B-GGUF/resolve/main/Hypnos-i1-8B.Q4_K_M.gguf) | Q4_K_M | 5.0 | fast, recommended |
60
+ | [GGUF](https://huggingface.co/mradermacher/Hypnos-i1-8B-GGUF/resolve/main/Hypnos-i1-8B.f16.gguf) | f16 | 16.2 | 16 bpw, overkill |
61
+
62
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
63
+ types (lower is better):
64
+
65
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
66
+
67
+ And here are Artefact2's thoughts on the matter:
68
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
69
+
70
+ ## FAQ / Model Request
71
+
72
+ See https://huggingface.co/mradermacher/model_requests for some answers to
73
+ questions you might have and/or if you want some other model quantized.
74
+
75
+ ## Thanks
76
+
77
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
78
+ me use its servers and providing upgrades to my workstation to enable
79
+ this work in my free time.
80
+
81
+ <!-- end -->