mradermacher commited on
Commit
cbb9e96
·
verified ·
1 Parent(s): 6a31a76

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md CHANGED
@@ -1,3 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
@@ -7,3 +32,51 @@
7
  <!-- ### quants_skip: -->
8
  <!-- ### skip_mmproj: -->
9
  weighted/imatrix quants of https://huggingface.co/LLM-OS-Models/Fabliq-8B-Agent-FromBase-Reasoning
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: LLM-OS-Models/Fabliq-8B-Agent-FromBase-Reasoning
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
+ - lfm
12
+ - liquid-ai
13
+ - moe
14
+ - agentic
15
+ - terminal
16
+ - reasoning
17
+ - fable-5
18
+ - withinus
19
+ - helio
20
+ - distillation
21
+ - sft
22
+ - ablation
23
+ ---
24
+ ## About
25
+
26
  <!-- ### quantize_version: 2 -->
27
  <!-- ### output_tensor_quantised: 1 -->
28
  <!-- ### convert_type: hf -->
 
32
  <!-- ### quants_skip: -->
33
  <!-- ### skip_mmproj: -->
34
  weighted/imatrix quants of https://huggingface.co/LLM-OS-Models/Fabliq-8B-Agent-FromBase-Reasoning
35
+
36
+ <!-- provided-files -->
37
+
38
+ ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Fabliq-8B-Agent-FromBase-Reasoning-i1-GGUF).***
39
+
40
+ static quants are available at https://huggingface.co/mradermacher/Fabliq-8B-Agent-FromBase-Reasoning-GGUF
41
+ ## Usage
42
+
43
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
44
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
45
+ more details, including on how to concatenate multi-part files.
46
+
47
+ ## Provided Quants
48
+
49
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
50
+
51
+ | Link | Type | Size/GB | Notes |
52
+ |:-----|:-----|--------:|:------|
53
+ | [GGUF](https://huggingface.co/mradermacher/Fabliq-8B-Agent-FromBase-Reasoning-i1-GGUF/resolve/main/Fabliq-8B-Agent-FromBase-Reasoning.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) |
54
+ | [GGUF](https://huggingface.co/mradermacher/Fabliq-8B-Agent-FromBase-Reasoning-i1-GGUF/resolve/main/Fabliq-8B-Agent-FromBase-Reasoning.i1-IQ2_M.gguf) | i1-IQ2_M | 2.9 | |
55
+ | [GGUF](https://huggingface.co/mradermacher/Fabliq-8B-Agent-FromBase-Reasoning-i1-GGUF/resolve/main/Fabliq-8B-Agent-FromBase-Reasoning.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better |
56
+ | [GGUF](https://huggingface.co/mradermacher/Fabliq-8B-Agent-FromBase-Reasoning-i1-GGUF/resolve/main/Fabliq-8B-Agent-FromBase-Reasoning.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality |
57
+ | [GGUF](https://huggingface.co/mradermacher/Fabliq-8B-Agent-FromBase-Reasoning-i1-GGUF/resolve/main/Fabliq-8B-Agent-FromBase-Reasoning.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | |
58
+ | [GGUF](https://huggingface.co/mradermacher/Fabliq-8B-Agent-FromBase-Reasoning-i1-GGUF/resolve/main/Fabliq-8B-Agent-FromBase-Reasoning.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.2 | IQ3_S probably better |
59
+ | [GGUF](https://huggingface.co/mradermacher/Fabliq-8B-Agent-FromBase-Reasoning-i1-GGUF/resolve/main/Fabliq-8B-Agent-FromBase-Reasoning.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.9 | prefer IQ4_XS |
60
+ | [GGUF](https://huggingface.co/mradermacher/Fabliq-8B-Agent-FromBase-Reasoning-i1-GGUF/resolve/main/Fabliq-8B-Agent-FromBase-Reasoning.i1-Q4_K_S.gguf) | i1-Q4_K_S | 5.0 | optimal size/speed/quality |
61
+ | [GGUF](https://huggingface.co/mradermacher/Fabliq-8B-Agent-FromBase-Reasoning-i1-GGUF/resolve/main/Fabliq-8B-Agent-FromBase-Reasoning.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.3 | fast, recommended |
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. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to.
81
+
82
+ <!-- end -->