mradermacher commited on
Commit
f481b8f
1 Parent(s): ae0f12c

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md CHANGED
@@ -1,6 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/jondurbin/airoboros-70b-3.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: jondurbin/airoboros-70b-3.3
3
+ datasets:
4
+ - jondurbin/airoboros-3.2
5
+ - bluemoon-fandom-1-1-rp-cleaned
6
+ - boolq
7
+ - jondurbin/gutenberg-dpo-v0.1
8
+ - LDJnr/Capybara
9
+ - jondurbin/cinematika-v0.1
10
+ - glaiveai/glaive-function-calling-v2
11
+ - grimulkan/LimaRP-augmented
12
+ - piqa
13
+ - Vezora/Tested-22k-Python-Alpaca
14
+ - mattpscott/airoboros-summarization
15
+ - unalignment/toxic-dpo-v0.2
16
+ language:
17
+ - en
18
+ library_name: transformers
19
+ license: other
20
+ license_link: https://huggingface.co/meta-llama/Meta-Llama-3-8B/blob/main/LICENSE
21
+ license_name: llama3
22
+ quantized_by: mradermacher
23
+ tags:
24
+ - llama-3
25
+ ---
26
+ ## About
27
+
28
  <!-- ### quantize_version: 2 -->
29
  <!-- ### output_tensor_quantised: 1 -->
30
  <!-- ### convert_type: hf -->
31
  <!-- ### vocab_type: -->
32
  <!-- ### tags: -->
33
  static quants of https://huggingface.co/jondurbin/airoboros-70b-3.3
34
+
35
+ <!-- provided-files -->
36
+ 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.
37
+ ## Usage
38
+
39
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
40
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
41
+ more details, including on how to concatenate multi-part files.
42
+
43
+ ## Provided Quants
44
+
45
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
46
+
47
+ | Link | Type | Size/GB | Notes |
48
+ |:-----|:-----|--------:|:------|
49
+ | [GGUF](https://huggingface.co/mradermacher/airoboros-70b-3.3-GGUF/resolve/main/airoboros-70b-3.3.IQ3_S.gguf) | IQ3_S | 31.0 | beats Q3_K* |
50
+ | [GGUF](https://huggingface.co/mradermacher/airoboros-70b-3.3-GGUF/resolve/main/airoboros-70b-3.3.Q4_K_S.gguf) | Q4_K_S | 40.4 | fast, recommended |
51
+ | [PART 1](https://huggingface.co/mradermacher/airoboros-70b-3.3-GGUF/resolve/main/airoboros-70b-3.3.Q8_0.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/airoboros-70b-3.3-GGUF/resolve/main/airoboros-70b-3.3.Q8_0.gguf.part2of2) | Q8_0 | 75.1 | fast, best quality |
52
+
53
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
54
+ types (lower is better):
55
+
56
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
57
+
58
+ And here are Artefact2's thoughts on the matter:
59
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
60
+
61
+ ## FAQ / Model Request
62
+
63
+ See https://huggingface.co/mradermacher/model_requests for some answers to
64
+ questions you might have and/or if you want some other model quantized.
65
+
66
+ ## Thanks
67
+
68
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
69
+ me use its servers and providing upgrades to my workstation to enable
70
+ this work in my free time.
71
+
72
+ <!-- end -->