Transformers
GGUF
English
Finnish
text-generation-inference
unsloth
llama
trl
sft
Inference Endpoints
imatrix
conversational
mradermacher commited on
Commit
56f27cc
1 Parent(s): 4914daf

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md CHANGED
@@ -1,6 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
4
  <!-- ### vocab_type: -->
5
  <!-- ### tags: nicoboss -->
6
  weighted/imatrix quants of https://huggingface.co/mpasila/Ahma-SlimInstruct-V0.1-7B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: mpasila/Ahma-SlimInstruct-V0.1-7B
3
+ datasets:
4
+ - mpasila/LumiOpenInstruct-GrypheSlimOrca-Mix
5
+ - LumiOpen/instruction-collection-fin
6
+ - Gryphe/Sonnet3.5-SlimOrcaDedupCleaned
7
+ language:
8
+ - en
9
+ - fi
10
+ library_name: transformers
11
+ license: apache-2.0
12
+ quantized_by: mradermacher
13
+ tags:
14
+ - text-generation-inference
15
+ - transformers
16
+ - unsloth
17
+ - llama
18
+ - trl
19
+ ---
20
+ ## About
21
+
22
  <!-- ### quantize_version: 2 -->
23
  <!-- ### output_tensor_quantised: 1 -->
24
  <!-- ### convert_type: hf -->
25
  <!-- ### vocab_type: -->
26
  <!-- ### tags: nicoboss -->
27
  weighted/imatrix quants of https://huggingface.co/mpasila/Ahma-SlimInstruct-V0.1-7B
28
+
29
+ <!-- provided-files -->
30
+ static quants are available at https://huggingface.co/mradermacher/Ahma-SlimInstruct-V0.1-7B-GGUF
31
+ ## Usage
32
+
33
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
34
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
35
+ more details, including on how to concatenate multi-part files.
36
+
37
+ ## Provided Quants
38
+
39
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
40
+
41
+ | Link | Type | Size/GB | Notes |
42
+ |:-----|:-----|--------:|:------|
43
+ | [GGUF](https://huggingface.co/mradermacher/Ahma-SlimInstruct-V0.1-7B-i1-GGUF/resolve/main/Ahma-SlimInstruct-V0.1-7B.i1-IQ1_M.gguf) | i1-IQ1_M | 1.9 | mostly desperate |
44
+ | [GGUF](https://huggingface.co/mradermacher/Ahma-SlimInstruct-V0.1-7B-i1-GGUF/resolve/main/Ahma-SlimInstruct-V0.1-7B.i1-IQ2_M.gguf) | i1-IQ2_M | 2.6 | |
45
+ | [GGUF](https://huggingface.co/mradermacher/Ahma-SlimInstruct-V0.1-7B-i1-GGUF/resolve/main/Ahma-SlimInstruct-V0.1-7B.i1-Q2_K.gguf) | i1-Q2_K | 2.8 | IQ3_XXS probably better |
46
+ | [GGUF](https://huggingface.co/mradermacher/Ahma-SlimInstruct-V0.1-7B-i1-GGUF/resolve/main/Ahma-SlimInstruct-V0.1-7B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 2.8 | lower quality |
47
+ | [GGUF](https://huggingface.co/mradermacher/Ahma-SlimInstruct-V0.1-7B-i1-GGUF/resolve/main/Ahma-SlimInstruct-V0.1-7B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.2 | IQ3_XS probably better |
48
+ | [GGUF](https://huggingface.co/mradermacher/Ahma-SlimInstruct-V0.1-7B-i1-GGUF/resolve/main/Ahma-SlimInstruct-V0.1-7B.i1-IQ3_M.gguf) | i1-IQ3_M | 3.4 | |
49
+ | [GGUF](https://huggingface.co/mradermacher/Ahma-SlimInstruct-V0.1-7B-i1-GGUF/resolve/main/Ahma-SlimInstruct-V0.1-7B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.6 | IQ3_S probably better |
50
+ | [GGUF](https://huggingface.co/mradermacher/Ahma-SlimInstruct-V0.1-7B-i1-GGUF/resolve/main/Ahma-SlimInstruct-V0.1-7B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 3.9 | |
51
+ | [GGUF](https://huggingface.co/mradermacher/Ahma-SlimInstruct-V0.1-7B-i1-GGUF/resolve/main/Ahma-SlimInstruct-V0.1-7B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.1 | optimal size/speed/quality |
52
+ | [GGUF](https://huggingface.co/mradermacher/Ahma-SlimInstruct-V0.1-7B-i1-GGUF/resolve/main/Ahma-SlimInstruct-V0.1-7B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 4.4 | fast, recommended |
53
+ | [GGUF](https://huggingface.co/mradermacher/Ahma-SlimInstruct-V0.1-7B-i1-GGUF/resolve/main/Ahma-SlimInstruct-V0.1-7B.i1-Q6_K.gguf) | i1-Q6_K | 5.8 | practically like static Q6_K |
54
+
55
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
56
+ types (lower is better):
57
+
58
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
59
+
60
+ And here are Artefact2's thoughts on the matter:
61
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
62
+
63
+ ## FAQ / Model Request
64
+
65
+ See https://huggingface.co/mradermacher/model_requests for some answers to
66
+ questions you might have and/or if you want some other model quantized.
67
+
68
+ ## Thanks
69
+
70
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
71
+ me use its servers and providing upgrades to my workstation to enable
72
+ 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.
73
+
74
+ <!-- end -->