mradermacher commited on
Commit
1837745
·
verified ·
1 Parent(s): f4674cc

auto-patch README.md

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