mradermacher commited on
Commit
e63874e
·
verified ·
1 Parent(s): 4205e91

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md CHANGED
@@ -1,3 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
@@ -7,3 +31,43 @@
7
  <!-- ### quants_skip: -->
8
  <!-- ### skip_mmproj: -->
9
  weighted/imatrix quants of https://huggingface.co/tacodevs/Behemoth-OpusX-123B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: tacodevs/Behemoth-OpusX-123B
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ license: other
7
+ license_link: https://mistral.ai/licenses/MRL-0.1.md
8
+ license_name: mistral-research-license
9
+ model_type: mistral
10
+ mradermacher:
11
+ readme_rev: 1
12
+ quantized_by: mradermacher
13
+ tags:
14
+ - mistral
15
+ - thinking
16
+ - reasoning
17
+ - roleplay
18
+ - creative-writing
19
+ - lora
20
+ - merged
21
+ - opus-distillation
22
+ ---
23
+ ## About
24
+
25
  <!-- ### quantize_version: 2 -->
26
  <!-- ### output_tensor_quantised: 1 -->
27
  <!-- ### convert_type: hf -->
 
31
  <!-- ### quants_skip: -->
32
  <!-- ### skip_mmproj: -->
33
  weighted/imatrix quants of https://huggingface.co/tacodevs/Behemoth-OpusX-123B
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#Behemoth-OpusX-123B-i1-GGUF).***
38
+
39
+ static quants are available at https://huggingface.co/mradermacher/Behemoth-OpusX-123B-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/Behemoth-OpusX-123B-i1-GGUF/resolve/main/Behemoth-OpusX-123B.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) |
53
+
54
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
55
+ types (lower is better):
56
+
57
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
58
+
59
+ And here are Artefact2's thoughts on the matter:
60
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
61
+
62
+ ## FAQ / Model Request
63
+
64
+ See https://huggingface.co/mradermacher/model_requests for some answers to
65
+ questions you might have and/or if you want some other model quantized.
66
+
67
+ ## Thanks
68
+
69
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
70
+ me use its servers and providing upgrades to my workstation to enable
71
+ 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.
72
+
73
+ <!-- end -->