mradermacher
commited on
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -5,11 +5,19 @@ library_name: transformers
|
|
5 |
license: llama2
|
6 |
quantized_by: mradermacher
|
7 |
---
|
|
|
|
|
8 |
Weighted imatrix quantize of https://huggingface.co/sophosympatheia/Midnight-Rose-103B-v2.0.3
|
9 |
|
10 |
The weight was calculated using an experimental (potentially crappy) method that is iterative (thus the "i1"), using 270k semi-random english tokens.
|
11 |
-
|
12 |
<!-- provided-files -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
## Provided Quants
|
14 |
|
15 |
| Link | Type | Size/GB | Notes |
|
@@ -26,4 +34,5 @@ The weight was calculated using an experimental (potentially crappy) method that
|
|
26 |
| [PART 1](https://huggingface.co/mradermacher/Midnight-Rose-103B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-103B-v2.0.3.i1-Q4_K_S.gguf.split-aa) [PART 2](https://huggingface.co/mradermacher/Midnight-Rose-103B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-103B-v2.0.3.i1-Q4_K_S.gguf.split-ab) | i1-Q4_K_S | 58.9 | fast, medium quality |
|
27 |
| [PART 1](https://huggingface.co/mradermacher/Midnight-Rose-103B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-103B-v2.0.3.i1-Q4_K_M.gguf.split-aa) [PART 2](https://huggingface.co/mradermacher/Midnight-Rose-103B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-103B-v2.0.3.i1-Q4_K_M.gguf.split-ab) | i1-Q4_K_M | 62.2 | fast, medium quality |
|
28 |
|
|
|
29 |
<!-- end -->
|
|
|
5 |
license: llama2
|
6 |
quantized_by: mradermacher
|
7 |
---
|
8 |
+
## About
|
9 |
+
|
10 |
Weighted imatrix quantize of https://huggingface.co/sophosympatheia/Midnight-Rose-103B-v2.0.3
|
11 |
|
12 |
The weight was calculated using an experimental (potentially crappy) method that is iterative (thus the "i1"), using 270k semi-random english tokens.
|
|
|
13 |
<!-- provided-files -->
|
14 |
+
|
15 |
+
## Usage
|
16 |
+
|
17 |
+
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
18 |
+
READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
|
19 |
+
more details, including on how to concatenate multi-part files.
|
20 |
+
|
21 |
## Provided Quants
|
22 |
|
23 |
| Link | Type | Size/GB | Notes |
|
|
|
34 |
| [PART 1](https://huggingface.co/mradermacher/Midnight-Rose-103B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-103B-v2.0.3.i1-Q4_K_S.gguf.split-aa) [PART 2](https://huggingface.co/mradermacher/Midnight-Rose-103B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-103B-v2.0.3.i1-Q4_K_S.gguf.split-ab) | i1-Q4_K_S | 58.9 | fast, medium quality |
|
35 |
| [PART 1](https://huggingface.co/mradermacher/Midnight-Rose-103B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-103B-v2.0.3.i1-Q4_K_M.gguf.split-aa) [PART 2](https://huggingface.co/mradermacher/Midnight-Rose-103B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-103B-v2.0.3.i1-Q4_K_M.gguf.split-ab) | i1-Q4_K_M | 62.2 | fast, medium quality |
|
36 |
|
37 |
+
|
38 |
<!-- end -->
|