mradermacher commited on
Commit
c28b9e8
1 Parent(s): e393ee6

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md CHANGED
@@ -1,5 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
4
  <!-- ### vocab_type: -->
5
  weighted/imatrix quants of https://huggingface.co/alpindale/dbrx-instruct
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: alpindale/dbrx-instruct
3
+ extra_gated_button_content: Submit
4
+ extra_gated_fields:
5
+ ? By clicking 'Submit' below, I accept the terms of the license and acknowledge
6
+ that the information I provide will be collected, stored, processed, and shared
7
+ in accordance with Databricks' Privacy Notice and I understand I can update my
8
+ preferences at any time
9
+ : checkbox
10
+ First Name: text
11
+ Last Name: text
12
+ Organization: text
13
+ extra_gated_heading: You need to share contact information with Databricks to access
14
+ this model
15
+ extra_gated_prompt: |2-
16
+
17
+ ### DBRX Terms of Use
18
+ Use of DBRX is governed by the [Databricks Open Model License](https://www.databricks.com/legal/open-model-license) and the [Databricks Open Model Acceptable Use Policy](https://www.databricks.com/legal/acceptable-use-policy-open-model).
19
+ language:
20
+ - en
21
+ library_name: transformers
22
+ quantized_by: mradermacher
23
+ ---
24
+ ## About
25
+
26
  <!-- ### quantize_version: 2 -->
27
  <!-- ### output_tensor_quantised: 1 -->
28
  <!-- ### convert_type: hf -->
29
  <!-- ### vocab_type: -->
30
  weighted/imatrix quants of https://huggingface.co/alpindale/dbrx-instruct
31
+
32
+ <!-- provided-files -->
33
+ static quants are available at https://huggingface.co/mradermacher/dbrx-instruct-GGUF
34
+ ## Usage
35
+
36
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
37
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
38
+ more details, including on how to concatenate multi-part files.
39
+
40
+ ## Provided Quants
41
+
42
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
43
+
44
+ | Link | Type | Size/GB | Notes |
45
+ |:-----|:-----|--------:|:------|
46
+ | [GGUF](https://huggingface.co/mradermacher/dbrx-instruct-i1-GGUF/resolve/main/dbrx-instruct.i1-IQ2_M.gguf) | i1-IQ2_M | 43.3 | |
47
+ | [GGUF](https://huggingface.co/mradermacher/dbrx-instruct-i1-GGUF/resolve/main/dbrx-instruct.i1-Q2_K.gguf) | i1-Q2_K | 48.0 | IQ3_XXS probably better |
48
+ | [PART 1](https://huggingface.co/mradermacher/dbrx-instruct-i1-GGUF/resolve/main/dbrx-instruct.i1-IQ3_XXS.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/dbrx-instruct-i1-GGUF/resolve/main/dbrx-instruct.i1-IQ3_XXS.gguf.part2of2) | i1-IQ3_XXS | 50.8 | lower quality |
49
+ | [PART 1](https://huggingface.co/mradermacher/dbrx-instruct-i1-GGUF/resolve/main/dbrx-instruct.i1-Q3_K_M.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/dbrx-instruct-i1-GGUF/resolve/main/dbrx-instruct.i1-Q3_K_M.gguf.part2of2) | i1-Q3_K_M | 63.2 | IQ3_S probably better |
50
+ | [PART 1](https://huggingface.co/mradermacher/dbrx-instruct-i1-GGUF/resolve/main/dbrx-instruct.i1-Q4_K_S.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/dbrx-instruct-i1-GGUF/resolve/main/dbrx-instruct.i1-Q4_K_S.gguf.part2of2) | i1-Q4_K_S | 75.0 | optimal size/speed/quality |
51
+ | [PART 1](https://huggingface.co/mradermacher/dbrx-instruct-i1-GGUF/resolve/main/dbrx-instruct.i1-Q4_K_M.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/dbrx-instruct-i1-GGUF/resolve/main/dbrx-instruct.i1-Q4_K_M.gguf.part2of2) | i1-Q4_K_M | 80.0 | fast, recommended |
52
+ | [PART 1](https://huggingface.co/mradermacher/dbrx-instruct-i1-GGUF/resolve/main/dbrx-instruct.i1-Q6_K.gguf.part1of3) [PART 2](https://huggingface.co/mradermacher/dbrx-instruct-i1-GGUF/resolve/main/dbrx-instruct.i1-Q6_K.gguf.part2of3) [PART 3](https://huggingface.co/mradermacher/dbrx-instruct-i1-GGUF/resolve/main/dbrx-instruct.i1-Q6_K.gguf.part3of3) | i1-Q6_K | 108.1 | practically like static Q6_K |
53
+
54
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
55
+ types (lower is better):
56
+
57
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
58
+
59
+ And here are Artefact2's thoughts on the matter:
60
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
61
+
62
+ ## FAQ / Model Request
63
+
64
+ See https://huggingface.co/mradermacher/model_requests for some answers to
65
+ questions you might have and/or if you want some other model quantized.
66
+
67
+ ## Thanks
68
+
69
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
70
+ me use its servers and providing upgrades to my workstation to enable
71
+ this work in my free time.
72
+
73
+ <!-- end -->