mradermacher commited on
Commit
fbe9ac8
1 Parent(s): 7ab3963

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md CHANGED
@@ -1,5 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 1 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: -->
4
  <!-- ### vocab_type: -->
5
  weighted/imatrix quants of https://huggingface.co/Dogge/llama-3-70B-instruct-uncensored
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/llama-3-70b-Instruct-bnb-4bit
3
+ exported_from: Dogge/llama-3-70B-instruct-uncensored
4
+ language:
5
+ - en
6
+ library_name: transformers
7
+ license: apache-2.0
8
+ quantized_by: mradermacher
9
+ tags:
10
+ - text-generation-inference
11
+ - transformers
12
+ - unsloth
13
+ - llama
14
+ - trl
15
+ - sft
16
+ ---
17
+ ## About
18
+
19
  <!-- ### quantize_version: 1 -->
20
  <!-- ### output_tensor_quantised: 1 -->
21
  <!-- ### convert_type: -->
22
  <!-- ### vocab_type: -->
23
  weighted/imatrix quants of https://huggingface.co/Dogge/llama-3-70B-instruct-uncensored
24
+
25
+
26
+ <!-- provided-files -->
27
+ static quants are available at https://huggingface.co/mradermacher/llama-3-70B-instruct-uncensored-GGUF
28
+ ## Usage
29
+
30
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
31
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
32
+ more details, including on how to concatenate multi-part files.
33
+
34
+ ## Provided Quants
35
+
36
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
37
+
38
+ | Link | Type | Size/GB | Notes |
39
+ |:-----|:-----|--------:|:------|
40
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-70B-instruct-uncensored-i1-GGUF/resolve/main/llama-3-70B-instruct-uncensored.i1-Q2_K.gguf) | i1-Q2_K | 26.5 | IQ3_XXS probably better |
41
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-70B-instruct-uncensored-i1-GGUF/resolve/main/llama-3-70B-instruct-uncensored.i1-Q4_K_S.gguf) | i1-Q4_K_S | 40.4 | optimal size/speed/quality |
42
+ | [PART 1](https://huggingface.co/mradermacher/llama-3-70B-instruct-uncensored-i1-GGUF/resolve/main/llama-3-70B-instruct-uncensored.i1-Q6_K.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/llama-3-70B-instruct-uncensored-i1-GGUF/resolve/main/llama-3-70B-instruct-uncensored.i1-Q6_K.gguf.part2of2) | i1-Q6_K | 58.0 | practically like static Q6_K |
43
+
44
+
45
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
46
+ types (lower is better):
47
+
48
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
49
+
50
+ And here are Artefact2's thoughts on the matter:
51
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
52
+
53
+ ## Thanks
54
+
55
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
56
+ me use its servers and providing upgrades to my workstation to enable
57
+ this work in my free time.
58
+
59
+ <!-- end -->