mradermacher commited on
Commit
2bf0900
·
verified ·
1 Parent(s): 8029532

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md CHANGED
@@ -1,6 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/allura-org/Mistral-Small-24b-Sertraline-0304
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: allura-org/Mistral-Small-24b-Sertraline-0304
3
+ datasets:
4
+ - allenai/tulu-3-sft-personas-instruction-following
5
+ - simplescaling/s1K-1.1
6
+ - simplescaling/s1K-claude-3-7-sonnet
7
+ - FreedomIntelligence/Medical-R1-Distill-Data
8
+ - OpenCoder-LLM/opc-sft-stage1
9
+ - cognitivecomputations/SystemChat-2.0
10
+ - anthracite-org/kalo-opus-instruct-22k-no-refusal
11
+ - allura-org/scienceqa_sharegpt
12
+ - KodCode/KodCode-V1-SFT-R1
13
+ language:
14
+ - en
15
+ - zh
16
+ library_name: transformers
17
+ license: apache-2.0
18
+ quantized_by: mradermacher
19
+ tags:
20
+ - instruct
21
+ - conversational
22
+ ---
23
+ ## About
24
+
25
  <!-- ### quantize_version: 2 -->
26
  <!-- ### output_tensor_quantised: 1 -->
27
  <!-- ### convert_type: hf -->
28
  <!-- ### vocab_type: -->
29
  <!-- ### tags: -->
30
  static quants of https://huggingface.co/allura-org/Mistral-Small-24b-Sertraline-0304
31
+
32
+ <!-- provided-files -->
33
+ 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.
34
+ ## Usage
35
+
36
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
37
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
38
+ more details, including on how to concatenate multi-part files.
39
+
40
+ ## Provided Quants
41
+
42
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
43
+
44
+ | Link | Type | Size/GB | Notes |
45
+ |:-----|:-----|--------:|:------|
46
+ | [GGUF](https://huggingface.co/mradermacher/Mistral-Small-24b-Sertraline-0304-GGUF/resolve/main/Mistral-Small-24b-Sertraline-0304.Q2_K.gguf) | Q2_K | 9.0 | |
47
+ | [GGUF](https://huggingface.co/mradermacher/Mistral-Small-24b-Sertraline-0304-GGUF/resolve/main/Mistral-Small-24b-Sertraline-0304.Q3_K_S.gguf) | Q3_K_S | 10.5 | |
48
+ | [GGUF](https://huggingface.co/mradermacher/Mistral-Small-24b-Sertraline-0304-GGUF/resolve/main/Mistral-Small-24b-Sertraline-0304.Q3_K_M.gguf) | Q3_K_M | 11.6 | lower quality |
49
+ | [GGUF](https://huggingface.co/mradermacher/Mistral-Small-24b-Sertraline-0304-GGUF/resolve/main/Mistral-Small-24b-Sertraline-0304.Q3_K_L.gguf) | Q3_K_L | 12.5 | |
50
+ | [GGUF](https://huggingface.co/mradermacher/Mistral-Small-24b-Sertraline-0304-GGUF/resolve/main/Mistral-Small-24b-Sertraline-0304.Q4_K_S.gguf) | Q4_K_S | 13.6 | fast, recommended |
51
+ | [GGUF](https://huggingface.co/mradermacher/Mistral-Small-24b-Sertraline-0304-GGUF/resolve/main/Mistral-Small-24b-Sertraline-0304.Q4_K_M.gguf) | Q4_K_M | 14.4 | fast, recommended |
52
+ | [GGUF](https://huggingface.co/mradermacher/Mistral-Small-24b-Sertraline-0304-GGUF/resolve/main/Mistral-Small-24b-Sertraline-0304.Q5_K_S.gguf) | Q5_K_S | 16.4 | |
53
+ | [GGUF](https://huggingface.co/mradermacher/Mistral-Small-24b-Sertraline-0304-GGUF/resolve/main/Mistral-Small-24b-Sertraline-0304.Q6_K.gguf) | Q6_K | 19.4 | very good quality |
54
+ | [GGUF](https://huggingface.co/mradermacher/Mistral-Small-24b-Sertraline-0304-GGUF/resolve/main/Mistral-Small-24b-Sertraline-0304.Q8_0.gguf) | Q8_0 | 25.2 | fast, best quality |
55
+
56
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
57
+ types (lower is better):
58
+
59
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
60
+
61
+ And here are Artefact2's thoughts on the matter:
62
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
63
+
64
+ ## FAQ / Model Request
65
+
66
+ See https://huggingface.co/mradermacher/model_requests for some answers to
67
+ questions you might have and/or if you want some other model quantized.
68
+
69
+ ## Thanks
70
+
71
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
72
+ me use its servers and providing upgrades to my workstation to enable
73
+ this work in my free time.
74
+
75
+ <!-- end -->