mradermacher commited on
Commit
d85111f
1 Parent(s): 843eead

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +91 -0
README.md CHANGED
@@ -1,3 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### convert_type: -->
2
  <!-- ### vocab_type: -->
3
  weighted/imatrix quants of https://huggingface.co/jondurbin/bagel-34b-v0.5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: 01-ai/yi-34b-200k
3
+ datasets:
4
+ - ai2_arc
5
+ - allenai/ultrafeedback_binarized_cleaned
6
+ - argilla/distilabel-intel-orca-dpo-pairs
7
+ - jondurbin/airoboros-3.2
8
+ - codeparrot/apps
9
+ - facebook/belebele
10
+ - bluemoon-fandom-1-1-rp-cleaned
11
+ - boolq
12
+ - camel-ai/biology
13
+ - camel-ai/chemistry
14
+ - camel-ai/math
15
+ - camel-ai/physics
16
+ - jondurbin/contextual-dpo-v0.1
17
+ - jondurbin/gutenberg-dpo-v0.1
18
+ - jondurbin/py-dpo-v0.1
19
+ - jondurbin/truthy-dpo-v0.1
20
+ - LDJnr/Capybara
21
+ - jondurbin/cinematika-v0.1
22
+ - WizardLM/WizardLM_evol_instruct_70k
23
+ - glaiveai/glaive-function-calling-v2
24
+ - jondurbin/gutenberg-dpo-v0.1
25
+ - grimulkan/LimaRP-augmented
26
+ - lmsys/lmsys-chat-1m
27
+ - ParisNeo/lollms_aware_dataset
28
+ - TIGER-Lab/MathInstruct
29
+ - Muennighoff/natural-instructions
30
+ - openbookqa
31
+ - kingbri/PIPPA-shareGPT
32
+ - piqa
33
+ - Vezora/Tested-22k-Python-Alpaca
34
+ - ropes
35
+ - cakiki/rosetta-code
36
+ - Open-Orca/SlimOrca
37
+ - b-mc2/sql-create-context
38
+ - squad_v2
39
+ - mattpscott/airoboros-summarization
40
+ - migtissera/Synthia-v1.3
41
+ - unalignment/toxic-dpo-v0.2
42
+ - WhiteRabbitNeo/WRN-Chapter-1
43
+ - WhiteRabbitNeo/WRN-Chapter-2
44
+ - winogrande
45
+ exported_from: jondurbin/bagel-34b-v0.5
46
+ language:
47
+ - en
48
+ library_name: transformers
49
+ license: other
50
+ license_link: https://huggingface.co/01-ai/Yi-34B-200K/blob/main/LICENSE
51
+ license_name: yi-license
52
+ quantized_by: mradermacher
53
+ ---
54
+ ## About
55
+
56
  <!-- ### convert_type: -->
57
  <!-- ### vocab_type: -->
58
  weighted/imatrix quants of https://huggingface.co/jondurbin/bagel-34b-v0.5
59
+
60
+
61
+ <!-- provided-files -->
62
+ static quants are available at https://huggingface.co/mradermacher/bagel-34b-v0.5-GGUF
63
+ ## Usage
64
+
65
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
66
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
67
+ more details, including on how to concatenate multi-part files.
68
+
69
+ ## Provided Quants
70
+
71
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
72
+
73
+ | Link | Type | Size/GB | Notes |
74
+ |:-----|:-----|--------:|:------|
75
+ | [GGUF](https://huggingface.co/mradermacher/bagel-34b-v0.5-i1-GGUF/resolve/main/bagel-34b-v0.5.i1-Q2_K.gguf) | i1-Q2_K | 13.5 | IQ3_XXS probably better |
76
+ | [GGUF](https://huggingface.co/mradermacher/bagel-34b-v0.5-i1-GGUF/resolve/main/bagel-34b-v0.5.i1-Q3_K_M.gguf) | i1-Q3_K_M | 17.3 | IQ3_S probably better |
77
+ | [GGUF](https://huggingface.co/mradermacher/bagel-34b-v0.5-i1-GGUF/resolve/main/bagel-34b-v0.5.i1-Q4_K_S.gguf) | i1-Q4_K_S | 20.2 | optimal size/speed/quality |
78
+
79
+
80
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
81
+ types (lower is better):
82
+
83
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
84
+
85
+ And here are Artefact2's thoughts on the matter:
86
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
87
+
88
+ ## Thanks
89
+
90
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
91
+ me use its servers and providing upgrades to my workstation to enable
92
+ this work in my free time.
93
+
94
+ <!-- end -->