File size: 2,434 Bytes
b422413
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
base_model: Aryanne/Zephyr-3.43B
inference: false
language:
- en
library_name: transformers
license: other
model_creator: Aryanne
model_name: Zephyr-3.43B
pipeline_tag: text-generation
quantized_by: afrideva
tags:
- merge
- llm
- stablelm
- gguf
- ggml
- quantized
- q2_k
- q3_k_m
- q4_k_m
- q5_k_m
- q6_k
- q8_0
---
# Aryanne/Zephyr-3.43B-GGUF

Quantized GGUF model files for [Zephyr-3.43B](https://huggingface.co/Aryanne/Zephyr-3.43B) from [Aryanne](https://huggingface.co/Aryanne)


| Name | Quant method | Size |
| ---- | ---- | ---- |
| [zephyr-3.43b.fp16.gguf](https://huggingface.co/afrideva/Zephyr-3.43B-GGUF/resolve/main/zephyr-3.43b.fp16.gguf) | fp16 | 6.86 GB  |
| [zephyr-3.43b.q2_k.gguf](https://huggingface.co/afrideva/Zephyr-3.43B-GGUF/resolve/main/zephyr-3.43b.q2_k.gguf) | q2_k | 1.46 GB  |
| [zephyr-3.43b.q3_k_m.gguf](https://huggingface.co/afrideva/Zephyr-3.43B-GGUF/resolve/main/zephyr-3.43b.q3_k_m.gguf) | q3_k_m | 1.70 GB  |
| [zephyr-3.43b.q4_k_m.gguf](https://huggingface.co/afrideva/Zephyr-3.43B-GGUF/resolve/main/zephyr-3.43b.q4_k_m.gguf) | q4_k_m | 2.09 GB  |
| [zephyr-3.43b.q5_k_m.gguf](https://huggingface.co/afrideva/Zephyr-3.43B-GGUF/resolve/main/zephyr-3.43b.q5_k_m.gguf) | q5_k_m | 2.44 GB  |
| [zephyr-3.43b.q6_k.gguf](https://huggingface.co/afrideva/Zephyr-3.43B-GGUF/resolve/main/zephyr-3.43b.q6_k.gguf) | q6_k | 2.82 GB  |
| [zephyr-3.43b.q8_0.gguf](https://huggingface.co/afrideva/Zephyr-3.43B-GGUF/resolve/main/zephyr-3.43b.q8_0.gguf) | q8_0 | 3.65 GB  |



## Original Model Card:
This model is a merge/fusion of [Aryanne/Astridboros-3B](https://huggingface.co/Aryanne/Astridboros-3B) and [stabilityai/stablelm-zephyr-3b](https://huggingface.co/stabilityai/stablelm-zephyr-3b) , 28 layers of Zephyr + 12 layers of Astridboros together(see zephyr-3.43b.yml or below).

A total of 40 layers, with 3.43B of parameters.

License it's the same as Zephyr cause it has 70% of it. 


```yaml
slices:
  - sources:
    - model: stabilityai/stablelm-zephyr-3b
      layer_range: [0, 14] 
  - sources:
    - model: Aryanne/Astridboros-3B
      layer_range: [10, 22]
  - sources:
    - model: stabilityai/stablelm-zephyr-3b
      layer_range: [18, 32]
merge_method: passthrough
dtype: float16
```

I recommend the use of the Zephyr prompt format.

```
<|user|>
List 3 synonyms for the word "tiny"<|endoftext|>
<|assistant|>
1. Dwarf
2. Little
3. Petite<|endoftext|>
```

GGUF Quants: [notyet](not yet)