mradermacher commited on
Commit
492fd65
·
verified ·
1 Parent(s): 245f71f

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md CHANGED
@@ -1,6 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/fluently-lm/FluentlyLM-Prinum
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: fluently-lm/FluentlyLM-Prinum
3
+ datasets:
4
+ - fluently-sets/ultraset
5
+ - fluently-sets/ultrathink
6
+ - fluently-sets/reasoning-1-1k
7
+ - fluently-sets/MATH-500-Overall
8
+ language:
9
+ - en
10
+ - fr
11
+ - es
12
+ - ru
13
+ - zh
14
+ - ja
15
+ - fa
16
+ - code
17
+ library_name: transformers
18
+ license: mit
19
+ quantized_by: mradermacher
20
+ tags:
21
+ - fluently-lm
22
+ - fluently
23
+ - prinum
24
+ - instruct
25
+ - trained
26
+ - math
27
+ - roleplay
28
+ - reasoning
29
+ - axolotl
30
+ - unsloth
31
+ - argilla
32
+ - qwen2
33
+ ---
34
+ ## About
35
+
36
  <!-- ### quantize_version: 2 -->
37
  <!-- ### output_tensor_quantised: 1 -->
38
  <!-- ### convert_type: hf -->
39
  <!-- ### vocab_type: -->
40
  <!-- ### tags: -->
41
  static quants of https://huggingface.co/fluently-lm/FluentlyLM-Prinum
42
+
43
+ <!-- provided-files -->
44
+ 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.
45
+ ## Usage
46
+
47
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
48
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
49
+ more details, including on how to concatenate multi-part files.
50
+
51
+ ## Provided Quants
52
+
53
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
54
+
55
+ | Link | Type | Size/GB | Notes |
56
+ |:-----|:-----|--------:|:------|
57
+ | [GGUF](https://huggingface.co/mradermacher/FluentlyLM-Prinum-GGUF/resolve/main/FluentlyLM-Prinum.Q2_K.gguf) | Q2_K | 12.4 | |
58
+ | [GGUF](https://huggingface.co/mradermacher/FluentlyLM-Prinum-GGUF/resolve/main/FluentlyLM-Prinum.Q3_K_S.gguf) | Q3_K_S | 14.5 | |
59
+ | [GGUF](https://huggingface.co/mradermacher/FluentlyLM-Prinum-GGUF/resolve/main/FluentlyLM-Prinum.Q3_K_M.gguf) | Q3_K_M | 16.0 | lower quality |
60
+ | [GGUF](https://huggingface.co/mradermacher/FluentlyLM-Prinum-GGUF/resolve/main/FluentlyLM-Prinum.Q3_K_L.gguf) | Q3_K_L | 17.3 | |
61
+ | [GGUF](https://huggingface.co/mradermacher/FluentlyLM-Prinum-GGUF/resolve/main/FluentlyLM-Prinum.Q4_K_S.gguf) | Q4_K_S | 18.9 | fast, recommended |
62
+ | [GGUF](https://huggingface.co/mradermacher/FluentlyLM-Prinum-GGUF/resolve/main/FluentlyLM-Prinum.Q4_K_M.gguf) | Q4_K_M | 20.0 | fast, recommended |
63
+ | [GGUF](https://huggingface.co/mradermacher/FluentlyLM-Prinum-GGUF/resolve/main/FluentlyLM-Prinum.Q5_K_S.gguf) | Q5_K_S | 22.7 | |
64
+ | [GGUF](https://huggingface.co/mradermacher/FluentlyLM-Prinum-GGUF/resolve/main/FluentlyLM-Prinum.Q6_K.gguf) | Q6_K | 27.0 | very good quality |
65
+ | [GGUF](https://huggingface.co/mradermacher/FluentlyLM-Prinum-GGUF/resolve/main/FluentlyLM-Prinum.Q8_0.gguf) | Q8_0 | 34.9 | fast, best quality |
66
+
67
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
68
+ types (lower is better):
69
+
70
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
71
+
72
+ And here are Artefact2's thoughts on the matter:
73
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
74
+
75
+ ## FAQ / Model Request
76
+
77
+ See https://huggingface.co/mradermacher/model_requests for some answers to
78
+ questions you might have and/or if you want some other model quantized.
79
+
80
+ ## Thanks
81
+
82
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
83
+ me use its servers and providing upgrades to my workstation to enable
84
+ this work in my free time.
85
+
86
+ <!-- end -->