Transformers
GGUF
English
llama-3
Inference Endpoints
mradermacher commited on
Commit
ce1715c
1 Parent(s): 178d9f8

auto-patch README.md

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