Text Generation
bartowski commited on
Commit
7d89662
1 Parent(s): 082abd2

measurement.json

Browse files
Files changed (2) hide show
  1. README.md +105 -0
  2. measurement.json +0 -0
README.md ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: mistralai/mistral-7b-v0.1
4
+ datasets:
5
+ - ai2_arc
6
+ - allenai/ultrafeedback_binarized_cleaned
7
+ - argilla/distilabel-intel-orca-dpo-pairs
8
+ - jondurbin/airoboros-3.2
9
+ - codeparrot/apps
10
+ - facebook/belebele
11
+ - bluemoon-fandom-1-1-rp-cleaned
12
+ - boolq
13
+ - camel-ai/biology
14
+ - camel-ai/chemistry
15
+ - camel-ai/math
16
+ - camel-ai/physics
17
+ - jondurbin/contextual-dpo-v0.1
18
+ - jondurbin/gutenberg-dpo-v0.1
19
+ - jondurbin/py-dpo-v0.1
20
+ - jondurbin/truthy-dpo-v0.1
21
+ - LDJnr/Capybara
22
+ - jondurbin/cinematika-v0.1
23
+ - WizardLM/WizardLM_evol_instruct_70k
24
+ - glaiveai/glaive-function-calling-v2
25
+ - jondurbin/gutenberg-dpo-v0.1
26
+ - grimulkan/LimaRP-augmented
27
+ - lmsys/lmsys-chat-1m
28
+ - ParisNeo/lollms_aware_dataset
29
+ - TIGER-Lab/MathInstruct
30
+ - Muennighoff/natural-instructions
31
+ - openbookqa
32
+ - kingbri/PIPPA-shareGPT
33
+ - piqa
34
+ - Vezora/Tested-22k-Python-Alpaca
35
+ - ropes
36
+ - cakiki/rosetta-code
37
+ - Open-Orca/SlimOrca
38
+ - b-mc2/sql-create-context
39
+ - squad_v2
40
+ - mattpscott/airoboros-summarization
41
+ - migtissera/Synthia-v1.3
42
+ - unalignment/toxic-dpo-v0.2
43
+ - WhiteRabbitNeo/WRN-Chapter-1
44
+ - WhiteRabbitNeo/WRN-Chapter-2
45
+ - winogrande
46
+ quantized_by: bartowski
47
+ pipeline_tag: text-generation
48
+ ---
49
+
50
+ ## Exllama v2 Quantizations of bagel-dpo-7b-v0.4
51
+
52
+ Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.13">turboderp's ExLlamaV2 v0.0.13</a> for quantization.
53
+
54
+ # The "main" branch only contains the measurement.json, download one of the other branches for the model (see below)
55
+
56
+ Each branch contains an individual bits per weight, with the main one containing only the meaurement.json for further conversions.
57
+
58
+ Original model: https://huggingface.co/jondurbin/bagel-dpo-7b-v0.4
59
+
60
+ | Branch | Bits | lm_head bits | VRAM (4k) | VRAM (16k) | VRAM (32k) | Description |
61
+ | ----- | ---- | ------- | ------ | ------ | ------ | ------------ |
62
+ | [8_0](https://huggingface.co/Bartowski/bagel-dpo-7b-v0.4-exl2/tree/8_0) | 8.0 | 8.0 | 8.4 GB | 9.8 GB | 11.8 GB | Maximum quality that ExLlamaV2 can produce, near unquantized performance. |
63
+ | [6_5](https://huggingface.co/Bartowski/bagel-dpo-7b-v0.4-exl2/tree/6_5) | 6.5 | 8.0 | 7.2 GB | 8.6 GB | 10.6 GB | Very similar to 8.0, good tradeoff of size vs performance, **recommended**. |
64
+ | [5_0](https://huggingface.co/Bartowski/bagel-dpo-7b-v0.4-exl2/tree/5_0) | 5.0 | 6.0 | 6.0 GB | 7.4 GB | 9.4 GB | Slightly lower quality vs 6.5, but usable on 8GB cards. |
65
+ | [4_25](https://huggingface.co/Bartowski/bagel-dpo-7b-v0.4-exl2/tree/4_25) | 4.25 | 6.0 | 5.3 GB | 6.7 GB | 8.7 GB | GPTQ equivalent bits per weight, slightly higher quality. |
66
+ | [3_5](https://huggingface.co/Bartowski/bagel-dpo-7b-v0.4-exl2/tree/3_5) | 3.5 | 6.0 | 4.7 GB | 6.1 GB | 8.1 GB | Lower quality, only use if you have to. |
67
+
68
+ ## Download instructions
69
+
70
+ With git:
71
+
72
+ ```shell
73
+ git clone --single-branch --branch 6_5 https://huggingface.co/bartowski/bagel-dpo-7b-v0.4-exl2 bagel-dpo-7b-v0.4-exl2-6_5
74
+ ```
75
+
76
+ With huggingface hub (credit to TheBloke for instructions):
77
+
78
+ ```shell
79
+ pip3 install huggingface-hub
80
+ ```
81
+
82
+ To download the `main` (only useful if you only care about measurement.json) branch to a folder called `bagel-dpo-7b-v0.4-exl2`:
83
+
84
+ ```shell
85
+ mkdir bagel-dpo-7b-v0.4-exl2
86
+ huggingface-cli download bartowski/bagel-dpo-7b-v0.4-exl2 --local-dir bagel-dpo-7b-v0.4-exl2 --local-dir-use-symlinks False
87
+ ```
88
+
89
+ To download from a different branch, add the `--revision` parameter:
90
+
91
+ Linux:
92
+
93
+ ```shell
94
+ mkdir bagel-dpo-7b-v0.4-exl2-6_5
95
+ huggingface-cli download bartowski/bagel-dpo-7b-v0.4-exl2 --revision 6_5 --local-dir bagel-dpo-7b-v0.4-exl2-6_5 --local-dir-use-symlinks False
96
+ ```
97
+
98
+ Windows (which apparently doesn't like _ in folders sometimes?):
99
+
100
+ ```shell
101
+ mkdir bagel-dpo-7b-v0.4-exl2-6.5
102
+ huggingface-cli download bartowski/bagel-dpo-7b-v0.4-exl2 --revision 6_5 --local-dir bagel-dpo-7b-v0.4-exl2-6.5 --local-dir-use-symlinks False
103
+ ```
104
+
105
+ Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski
measurement.json ADDED
The diff for this file is too large to render. See raw diff