mradermacher commited on
Commit
05e1225
·
verified ·
1 Parent(s): 4ead320

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md CHANGED
@@ -1,6 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/NousResearch/Llama-2-70b-chat-hf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: NousResearch/Llama-2-70b-chat-hf
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/NousResearch/Llama-2-70b-chat-hf
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/Llama-2-70b-chat-hf-GGUF/resolve/main/Llama-2-70b-chat-hf.Q2_K.gguf) | Q2_K | 25.6 | |
46
+ | [GGUF](https://huggingface.co/mradermacher/Llama-2-70b-chat-hf-GGUF/resolve/main/Llama-2-70b-chat-hf.IQ3_S.gguf) | IQ3_S | 30.0 | beats Q3_K* |
47
+ | [GGUF](https://huggingface.co/mradermacher/Llama-2-70b-chat-hf-GGUF/resolve/main/Llama-2-70b-chat-hf.Q4_K_S.gguf) | Q4_K_S | 39.3 | fast, recommended |
48
+ | [PART 1](https://huggingface.co/mradermacher/Llama-2-70b-chat-hf-GGUF/resolve/main/Llama-2-70b-chat-hf.Q8_0.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Llama-2-70b-chat-hf-GGUF/resolve/main/Llama-2-70b-chat-hf.Q8_0.gguf.part2of2) | Q8_0 | 73.4 | fast, best quality |
49
+
50
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
51
+ types (lower is better):
52
+
53
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
54
+
55
+ And here are Artefact2's thoughts on the matter:
56
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
57
+
58
+ ## FAQ / Model Request
59
+
60
+ See https://huggingface.co/mradermacher/model_requests for some answers to
61
+ questions you might have and/or if you want some other model quantized.
62
+
63
+ ## Thanks
64
+
65
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
66
+ me use its servers and providing upgrades to my workstation to enable
67
+ this work in my free time.
68
+
69
+ <!-- end -->