mradermacher
commited on
Commit
•
381dd61
1
Parent(s):
88eddeb
auto-patch README.md
Browse files
README.md
CHANGED
@@ -10,8 +10,9 @@ quantized_by: mradermacher
|
|
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
|
@@ -24,7 +25,7 @@ more details, including on how to concatenate multi-part files.
|
|
24 |
|
25 |
| Link | Type | Size/GB | Notes |
|
26 |
|:-----|:-----|--------:|:------|
|
27 |
-
| [GGUF](https://huggingface.co/mradermacher/Midnight-Rose-103B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-103B-v2.0.3.i1-IQ1_S.gguf) | i1-IQ1_S | 22.1 |
|
28 |
| [GGUF](https://huggingface.co/mradermacher/Midnight-Rose-103B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-103B-v2.0.3.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 27.7 | |
|
29 |
| [GGUF](https://huggingface.co/mradermacher/Midnight-Rose-103B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-103B-v2.0.3.i1-IQ2_XS.gguf) | i1-IQ2_XS | 30.8 | |
|
30 |
| [GGUF](https://huggingface.co/mradermacher/Midnight-Rose-103B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-103B-v2.0.3.i1-Q2_K.gguf) | i1-Q2_K | 38.3 | IQ3_XXS probably better |
|
|
|
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 |
|
14 |
+
<!-- provided-files -->
|
15 |
+
static quants are available at https://huggingface.co/mradermacher/Midnight-Rose-103B-v2.0.3-GGUF
|
16 |
## Usage
|
17 |
|
18 |
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
|
|
25 |
|
26 |
| Link | Type | Size/GB | Notes |
|
27 |
|:-----|:-----|--------:|:------|
|
28 |
+
| [GGUF](https://huggingface.co/mradermacher/Midnight-Rose-103B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-103B-v2.0.3.i1-IQ1_S.gguf) | i1-IQ1_S | 22.1 | for the desperate |
|
29 |
| [GGUF](https://huggingface.co/mradermacher/Midnight-Rose-103B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-103B-v2.0.3.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 27.7 | |
|
30 |
| [GGUF](https://huggingface.co/mradermacher/Midnight-Rose-103B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-103B-v2.0.3.i1-IQ2_XS.gguf) | i1-IQ2_XS | 30.8 | |
|
31 |
| [GGUF](https://huggingface.co/mradermacher/Midnight-Rose-103B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-103B-v2.0.3.i1-Q2_K.gguf) | i1-Q2_K | 38.3 | IQ3_XXS probably better |
|