File size: 1,286 Bytes
70ec206
84d17ba
7f19c61
 
70ec206
 
 
 
bdf0de6
84d17ba
 
768073a
 
70ec206
02fcdeb
 
ff5df08
 
 
02fcdeb
43e1c74
 
a8edc3a
66f5c0a
84d17ba
 
 
43e1c74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84d17ba
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
42
43
44
45
46
47
48
49
---
base_model:
- Test157t/Yarncules-7b-128k
- Test157t/Prima-LelantaclesV3-7b
library_name: transformers
tags:
- mistral
- quantized
- text-generation-inference
- merge
- mergekit
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).

# Original model card:

![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/642265bc01c62c1e4102dc36/SGL2JoMhUeNG2IhVEA7KT.jpeg)

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
```