File size: 1,067 Bytes
70ec206
 
 
 
 
bdf0de6
768073a
 
70ec206
02fcdeb
 
ff5df08
 
 
02fcdeb
43e1c74
 
66f5c0a
 
9b0b5c8
43e1c74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70ec206
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
library_name: transformers
tags:
- mistral
- quantized
- text-generation-inference
pipeline_tag: text-generation
inference: false
---
**GGUF quantizations for [Test157t/Prima-LelantaclesV4-7b-16k](https://huggingface.co/Test157t/Prima-LelantaclesV4-7b-16k).**

*If you want any specific quantization to be added, feel free to ask.*

All credits belong to the [creator](https://huggingface.co/Test157t/).

`Base⇢ GGUF(F16)⇢ GGUF(Quants)`

Using [llama.cpp](https://github.com/ggerganov/llama.cpp/)-[b2217](https://github.com/ggerganov/llama.cpp/releases/tag/b2217).

# Model information:

The following YAML configuration was used to produce this model:

```yaml
slices:
  - sources:
      - model: Test157t/Yarncules-7b-128k
        layer_range: [0, 32]
      - model: Test157t/Prima-LelantaclesV3-7b
        layer_range: [0, 32]
merge_method: slerp
base_model: Test157t/Prima-LelantaclesV3-7b
parameters:
  t:
    - filter: self_attn
      value: [0, 0.5, 0.3, 0.7, 1]
    - filter: mlp
      value: [1, 0.5, 0.7, 0.3, 0]
    - value: 0.5
dtype: bfloat16
```