mradermacher commited on
Commit
c785943
1 Parent(s): 35c42dc

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +82 -0
README.md CHANGED
@@ -1,6 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/bagel-dpo-1.1b-v0.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: jondurbin/bagel-dpo-1.1b-v0.3
3
+ datasets:
4
+ - ai2_arc
5
+ - jondurbin/airoboros-3.2
6
+ - codeparrot/apps
7
+ - facebook/belebele
8
+ - boolq
9
+ - jondurbin/cinematika-v0.1
10
+ - drop
11
+ - lmsys/lmsys-chat-1m
12
+ - TIGER-Lab/MathInstruct
13
+ - cais/mmlu
14
+ - Muennighoff/natural-instructions
15
+ - openbookqa
16
+ - piqa
17
+ - Vezora/Tested-22k-Python-Alpaca
18
+ - cakiki/rosetta-code
19
+ - Open-Orca/SlimOrca
20
+ - spider
21
+ - squad_v2
22
+ - migtissera/Synthia-v1.3
23
+ - datasets/winogrande
24
+ - nvidia/HelpSteer
25
+ - Intel/orca_dpo_pairs
26
+ - unalignment/toxic-dpo-v0.1
27
+ - jondurbin/truthy-dpo-v0.1
28
+ - allenai/ultrafeedback_binarized_cleaned
29
+ - Squish42/bluemoon-fandom-1-1-rp-cleaned
30
+ - LDJnr/Capybara
31
+ - JULIELab/EmoBank
32
+ - kingbri/PIPPA-shareGPT
33
+ language:
34
+ - en
35
+ library_name: transformers
36
+ license: apache-2.0
37
+ quantized_by: mradermacher
38
+ ---
39
+ ## About
40
+
41
  <!-- ### quantize_version: 2 -->
42
  <!-- ### output_tensor_quantised: 1 -->
43
  <!-- ### convert_type: hf -->
44
  <!-- ### vocab_type: -->
45
  <!-- ### tags: -->
46
  static quants of https://huggingface.co/jondurbin/bagel-dpo-1.1b-v0.3
47
+
48
+ <!-- provided-files -->
49
+ 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.
50
+ ## Usage
51
+
52
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
53
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
54
+ more details, including on how to concatenate multi-part files.
55
+
56
+ ## Provided Quants
57
+
58
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
59
+
60
+ | Link | Type | Size/GB | Notes |
61
+ |:-----|:-----|--------:|:------|
62
+ | [GGUF](https://huggingface.co/mradermacher/bagel-dpo-1.1b-v0.3-GGUF/resolve/main/bagel-dpo-1.1b-v0.3.Q2_K.gguf) | Q2_K | 0.5 | |
63
+ | [GGUF](https://huggingface.co/mradermacher/bagel-dpo-1.1b-v0.3-GGUF/resolve/main/bagel-dpo-1.1b-v0.3.Q3_K_M.gguf) | Q3_K_M | 0.6 | lower quality |
64
+ | [GGUF](https://huggingface.co/mradermacher/bagel-dpo-1.1b-v0.3-GGUF/resolve/main/bagel-dpo-1.1b-v0.3.Q4_K_S.gguf) | Q4_K_S | 0.7 | fast, recommended |
65
+ | [GGUF](https://huggingface.co/mradermacher/bagel-dpo-1.1b-v0.3-GGUF/resolve/main/bagel-dpo-1.1b-v0.3.Q6_K.gguf) | Q6_K | 1.0 | very good quality |
66
+ | [GGUF](https://huggingface.co/mradermacher/bagel-dpo-1.1b-v0.3-GGUF/resolve/main/bagel-dpo-1.1b-v0.3.Q8_0.gguf) | Q8_0 | 1.3 | fast, best quality |
67
+ | [GGUF](https://huggingface.co/mradermacher/bagel-dpo-1.1b-v0.3-GGUF/resolve/main/bagel-dpo-1.1b-v0.3.f16.gguf) | f16 | 2.3 | 16 bpw, overkill |
68
+
69
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
70
+ types (lower is better):
71
+
72
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
73
+
74
+ And here are Artefact2's thoughts on the matter:
75
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
76
+
77
+ ## FAQ / Model Request
78
+
79
+ See https://huggingface.co/mradermacher/model_requests for some answers to
80
+ questions you might have and/or if you want some other model quantized.
81
+
82
+ ## Thanks
83
+
84
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
85
+ me use its servers and providing upgrades to my workstation to enable
86
+ this work in my free time.
87
+
88
+ <!-- end -->