mradermacher commited on
Commit
4c532bf
1 Parent(s): 1750e11

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md CHANGED
@@ -1,6 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/suayptalha/FastLlama-3.2-1B-Instruct
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: suayptalha/FastLlama-3.2-1B-Instruct
3
+ datasets:
4
+ - HuggingFaceTB/smoltalk
5
+ language:
6
+ - en
7
+ - de
8
+ - es
9
+ - fr
10
+ - it
11
+ - pt
12
+ - hi
13
+ - th
14
+ library_name: transformers
15
+ license: apache-2.0
16
+ quantized_by: mradermacher
17
+ tags:
18
+ - math
19
+ - lora
20
+ - science
21
+ - chemistry
22
+ - biology
23
+ - code
24
+ - text-generation-inference
25
+ - unsloth
26
+ - llama
27
+ ---
28
+ ## About
29
+
30
  <!-- ### quantize_version: 2 -->
31
  <!-- ### output_tensor_quantised: 1 -->
32
  <!-- ### convert_type: hf -->
33
  <!-- ### vocab_type: -->
34
  <!-- ### tags: -->
35
  static quants of https://huggingface.co/suayptalha/FastLlama-3.2-1B-Instruct
36
+
37
+ <!-- provided-files -->
38
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/FastLlama-3.2-1B-Instruct-i1-GGUF
39
+ ## Usage
40
+
41
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
42
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
43
+ more details, including on how to concatenate multi-part files.
44
+
45
+ ## Provided Quants
46
+
47
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
48
+
49
+ | Link | Type | Size/GB | Notes |
50
+ |:-----|:-----|--------:|:------|
51
+ | [GGUF](https://huggingface.co/mradermacher/FastLlama-3.2-1B-Instruct-GGUF/resolve/main/FastLlama-3.2-1B-Instruct.Q2_K.gguf) | Q2_K | 0.7 | |
52
+ | [GGUF](https://huggingface.co/mradermacher/FastLlama-3.2-1B-Instruct-GGUF/resolve/main/FastLlama-3.2-1B-Instruct.Q3_K_S.gguf) | Q3_K_S | 0.7 | |
53
+ | [GGUF](https://huggingface.co/mradermacher/FastLlama-3.2-1B-Instruct-GGUF/resolve/main/FastLlama-3.2-1B-Instruct.Q3_K_M.gguf) | Q3_K_M | 0.8 | lower quality |
54
+ | [GGUF](https://huggingface.co/mradermacher/FastLlama-3.2-1B-Instruct-GGUF/resolve/main/FastLlama-3.2-1B-Instruct.Q3_K_L.gguf) | Q3_K_L | 0.8 | |
55
+ | [GGUF](https://huggingface.co/mradermacher/FastLlama-3.2-1B-Instruct-GGUF/resolve/main/FastLlama-3.2-1B-Instruct.Q4_K_S.gguf) | Q4_K_S | 0.9 | fast, recommended |
56
+ | [GGUF](https://huggingface.co/mradermacher/FastLlama-3.2-1B-Instruct-GGUF/resolve/main/FastLlama-3.2-1B-Instruct.Q4_K_M.gguf) | Q4_K_M | 0.9 | fast, recommended |
57
+ | [GGUF](https://huggingface.co/mradermacher/FastLlama-3.2-1B-Instruct-GGUF/resolve/main/FastLlama-3.2-1B-Instruct.Q5_K_S.gguf) | Q5_K_S | 1.0 | |
58
+ | [GGUF](https://huggingface.co/mradermacher/FastLlama-3.2-1B-Instruct-GGUF/resolve/main/FastLlama-3.2-1B-Instruct.Q5_K_M.gguf) | Q5_K_M | 1.0 | |
59
+ | [GGUF](https://huggingface.co/mradermacher/FastLlama-3.2-1B-Instruct-GGUF/resolve/main/FastLlama-3.2-1B-Instruct.Q6_K.gguf) | Q6_K | 1.1 | very good quality |
60
+ | [GGUF](https://huggingface.co/mradermacher/FastLlama-3.2-1B-Instruct-GGUF/resolve/main/FastLlama-3.2-1B-Instruct.Q8_0.gguf) | Q8_0 | 1.4 | fast, best quality |
61
+ | [GGUF](https://huggingface.co/mradermacher/FastLlama-3.2-1B-Instruct-GGUF/resolve/main/FastLlama-3.2-1B-Instruct.f16.gguf) | f16 | 2.6 | 16 bpw, overkill |
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.
81
+
82
+ <!-- end -->