mradermacher commited on
Commit
0d2d56b
·
verified ·
1 Parent(s): 9f43f0e

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md CHANGED
@@ -1,3 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
@@ -7,3 +31,54 @@
7
  <!-- ### quants_skip: -->
8
  <!-- ### skip_mmproj: -->
9
  static quants of https://huggingface.co/FINAL-Bench/Darwin-V9-Chimera-4B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: FINAL-Bench/Darwin-V9-Chimera-4B
3
+ language:
4
+ - ko
5
+ - en
6
+ library_name: transformers
7
+ license: apache-2.0
8
+ mradermacher:
9
+ readme_rev: 1
10
+ quantized_by: mradermacher
11
+ tags:
12
+ - darwin
13
+ - darwin-v9
14
+ - darwin-chimera
15
+ - ffn-crossbreed
16
+ - cross-architecture
17
+ - evolutionary-merge
18
+ - qwen3
19
+ - gemma4
20
+ - vidraft
21
+ - research-checkpoint
22
+ ---
23
+ ## About
24
+
25
  <!-- ### quantize_version: 2 -->
26
  <!-- ### output_tensor_quantised: 1 -->
27
  <!-- ### convert_type: hf -->
 
31
  <!-- ### quants_skip: -->
32
  <!-- ### skip_mmproj: -->
33
  static quants of https://huggingface.co/FINAL-Bench/Darwin-V9-Chimera-4B
34
+
35
+ <!-- provided-files -->
36
+
37
+ ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Darwin-V9-Chimera-4B-GGUF).***
38
+
39
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/Darwin-V9-Chimera-4B-i1-GGUF
40
+ ## Usage
41
+
42
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
43
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
44
+ more details, including on how to concatenate multi-part files.
45
+
46
+ ## Provided Quants
47
+
48
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
49
+
50
+ | Link | Type | Size/GB | Notes |
51
+ |:-----|:-----|--------:|:------|
52
+ | [GGUF](https://huggingface.co/mradermacher/Darwin-V9-Chimera-4B-GGUF/resolve/main/Darwin-V9-Chimera-4B.Q2_K.gguf) | Q2_K | 1.8 | |
53
+ | [GGUF](https://huggingface.co/mradermacher/Darwin-V9-Chimera-4B-GGUF/resolve/main/Darwin-V9-Chimera-4B.Q3_K_S.gguf) | Q3_K_S | 2.0 | |
54
+ | [GGUF](https://huggingface.co/mradermacher/Darwin-V9-Chimera-4B-GGUF/resolve/main/Darwin-V9-Chimera-4B.Q3_K_M.gguf) | Q3_K_M | 2.2 | lower quality |
55
+ | [GGUF](https://huggingface.co/mradermacher/Darwin-V9-Chimera-4B-GGUF/resolve/main/Darwin-V9-Chimera-4B.Q3_K_L.gguf) | Q3_K_L | 2.3 | |
56
+ | [GGUF](https://huggingface.co/mradermacher/Darwin-V9-Chimera-4B-GGUF/resolve/main/Darwin-V9-Chimera-4B.IQ4_XS.gguf) | IQ4_XS | 2.4 | |
57
+ | [GGUF](https://huggingface.co/mradermacher/Darwin-V9-Chimera-4B-GGUF/resolve/main/Darwin-V9-Chimera-4B.Q4_K_S.gguf) | Q4_K_S | 2.5 | fast, recommended |
58
+ | [GGUF](https://huggingface.co/mradermacher/Darwin-V9-Chimera-4B-GGUF/resolve/main/Darwin-V9-Chimera-4B.Q4_K_M.gguf) | Q4_K_M | 2.6 | fast, recommended |
59
+ | [GGUF](https://huggingface.co/mradermacher/Darwin-V9-Chimera-4B-GGUF/resolve/main/Darwin-V9-Chimera-4B.Q5_K_S.gguf) | Q5_K_S | 2.9 | |
60
+ | [GGUF](https://huggingface.co/mradermacher/Darwin-V9-Chimera-4B-GGUF/resolve/main/Darwin-V9-Chimera-4B.Q5_K_M.gguf) | Q5_K_M | 3.0 | |
61
+ | [GGUF](https://huggingface.co/mradermacher/Darwin-V9-Chimera-4B-GGUF/resolve/main/Darwin-V9-Chimera-4B.Q6_K.gguf) | Q6_K | 3.4 | very good quality |
62
+ | [GGUF](https://huggingface.co/mradermacher/Darwin-V9-Chimera-4B-GGUF/resolve/main/Darwin-V9-Chimera-4B.Q8_0.gguf) | Q8_0 | 4.4 | fast, best quality |
63
+ | [GGUF](https://huggingface.co/mradermacher/Darwin-V9-Chimera-4B-GGUF/resolve/main/Darwin-V9-Chimera-4B.f16.gguf) | f16 | 8.2 | 16 bpw, overkill |
64
+
65
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
66
+ types (lower is better):
67
+
68
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
69
+
70
+ And here are Artefact2's thoughts on the matter:
71
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
72
+
73
+ ## FAQ / Model Request
74
+
75
+ See https://huggingface.co/mradermacher/model_requests for some answers to
76
+ questions you might have and/or if you want some other model quantized.
77
+
78
+ ## Thanks
79
+
80
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
81
+ me use its servers and providing upgrades to my workstation to enable
82
+ this work in my free time.
83
+
84
+ <!-- end -->