mradermacher commited on
Commit
1c62e3c
1 Parent(s): 0718677

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md CHANGED
@@ -1,6 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/lightgpt/LightGPT-13B-Llama2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: lightgpt/LightGPT-13B-Llama2
3
+ extra_gated_button_content: Submit
4
+ extra_gated_fields:
5
+ ? I agree to share my name, email address and username with Meta and confirm that
6
+ I have already been granted download access on the Meta website
7
+ : checkbox
8
+ extra_gated_heading: Access Llama 2 on Hugging Face
9
+ extra_gated_prompt: '**Your Hugging Face account email address MUST match the email
10
+ you provide on the Meta website, or your request will not be approved.**'
11
+ language:
12
+ - en
13
+ library_name: transformers
14
+ quantized_by: mradermacher
15
+ tags:
16
+ - facebook
17
+ - meta
18
+ - pytorch
19
+ - llama
20
+ - llama-2
21
+ ---
22
+ ## About
23
+
24
  <!-- ### quantize_version: 2 -->
25
  <!-- ### output_tensor_quantised: 1 -->
26
  <!-- ### convert_type: hf -->
27
  <!-- ### vocab_type: -->
28
  <!-- ### tags: -->
29
  static quants of https://huggingface.co/lightgpt/LightGPT-13B-Llama2
30
+
31
+ <!-- provided-files -->
32
+ 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.
33
+ ## Usage
34
+
35
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
36
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
37
+ more details, including on how to concatenate multi-part files.
38
+
39
+ ## Provided Quants
40
+
41
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
42
+
43
+ | Link | Type | Size/GB | Notes |
44
+ |:-----|:-----|--------:|:------|
45
+ | [GGUF](https://huggingface.co/mradermacher/LightGPT-13B-Llama2-GGUF/resolve/main/LightGPT-13B-Llama2.Q2_K.gguf) | Q2_K | 5.0 | |
46
+ | [GGUF](https://huggingface.co/mradermacher/LightGPT-13B-Llama2-GGUF/resolve/main/LightGPT-13B-Llama2.IQ3_XS.gguf) | IQ3_XS | 5.5 | |
47
+ | [GGUF](https://huggingface.co/mradermacher/LightGPT-13B-Llama2-GGUF/resolve/main/LightGPT-13B-Llama2.IQ3_S.gguf) | IQ3_S | 5.8 | beats Q3_K* |
48
+ | [GGUF](https://huggingface.co/mradermacher/LightGPT-13B-Llama2-GGUF/resolve/main/LightGPT-13B-Llama2.Q3_K_S.gguf) | Q3_K_S | 5.8 | |
49
+ | [GGUF](https://huggingface.co/mradermacher/LightGPT-13B-Llama2-GGUF/resolve/main/LightGPT-13B-Llama2.IQ3_M.gguf) | IQ3_M | 6.1 | |
50
+ | [GGUF](https://huggingface.co/mradermacher/LightGPT-13B-Llama2-GGUF/resolve/main/LightGPT-13B-Llama2.Q3_K_M.gguf) | Q3_K_M | 6.4 | lower quality |
51
+ | [GGUF](https://huggingface.co/mradermacher/LightGPT-13B-Llama2-GGUF/resolve/main/LightGPT-13B-Llama2.Q3_K_L.gguf) | Q3_K_L | 7.0 | |
52
+ | [GGUF](https://huggingface.co/mradermacher/LightGPT-13B-Llama2-GGUF/resolve/main/LightGPT-13B-Llama2.IQ4_XS.gguf) | IQ4_XS | 7.1 | |
53
+ | [GGUF](https://huggingface.co/mradermacher/LightGPT-13B-Llama2-GGUF/resolve/main/LightGPT-13B-Llama2.Q4_K_S.gguf) | Q4_K_S | 7.5 | fast, recommended |
54
+ | [GGUF](https://huggingface.co/mradermacher/LightGPT-13B-Llama2-GGUF/resolve/main/LightGPT-13B-Llama2.Q4_K_M.gguf) | Q4_K_M | 8.0 | fast, recommended |
55
+ | [GGUF](https://huggingface.co/mradermacher/LightGPT-13B-Llama2-GGUF/resolve/main/LightGPT-13B-Llama2.Q5_K_S.gguf) | Q5_K_S | 9.1 | |
56
+ | [GGUF](https://huggingface.co/mradermacher/LightGPT-13B-Llama2-GGUF/resolve/main/LightGPT-13B-Llama2.Q5_K_M.gguf) | Q5_K_M | 9.3 | |
57
+ | [GGUF](https://huggingface.co/mradermacher/LightGPT-13B-Llama2-GGUF/resolve/main/LightGPT-13B-Llama2.Q6_K.gguf) | Q6_K | 10.8 | very good quality |
58
+ | [GGUF](https://huggingface.co/mradermacher/LightGPT-13B-Llama2-GGUF/resolve/main/LightGPT-13B-Llama2.Q8_0.gguf) | Q8_0 | 13.9 | fast, best quality |
59
+
60
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
61
+ types (lower is better):
62
+
63
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
64
+
65
+ And here are Artefact2's thoughts on the matter:
66
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
67
+
68
+ ## FAQ / Model Request
69
+
70
+ See https://huggingface.co/mradermacher/model_requests for some answers to
71
+ questions you might have and/or if you want some other model quantized.
72
+
73
+ ## Thanks
74
+
75
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
76
+ me use its servers and providing upgrades to my workstation to enable
77
+ this work in my free time.
78
+
79
+ <!-- end -->