afrideva commited on
Commit
b422413
1 Parent(s): f3103bc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Aryanne/Zephyr-3.43B
3
+ inference: false
4
+ language:
5
+ - en
6
+ library_name: transformers
7
+ license: other
8
+ model_creator: Aryanne
9
+ model_name: Zephyr-3.43B
10
+ pipeline_tag: text-generation
11
+ quantized_by: afrideva
12
+ tags:
13
+ - merge
14
+ - llm
15
+ - stablelm
16
+ - gguf
17
+ - ggml
18
+ - quantized
19
+ - q2_k
20
+ - q3_k_m
21
+ - q4_k_m
22
+ - q5_k_m
23
+ - q6_k
24
+ - q8_0
25
+ ---
26
+ # Aryanne/Zephyr-3.43B-GGUF
27
+
28
+ Quantized GGUF model files for [Zephyr-3.43B](https://huggingface.co/Aryanne/Zephyr-3.43B) from [Aryanne](https://huggingface.co/Aryanne)
29
+
30
+
31
+ | Name | Quant method | Size |
32
+ | ---- | ---- | ---- |
33
+ | [zephyr-3.43b.fp16.gguf](https://huggingface.co/afrideva/Zephyr-3.43B-GGUF/resolve/main/zephyr-3.43b.fp16.gguf) | fp16 | 6.86 GB |
34
+ | [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 |
35
+ | [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 |
36
+ | [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 |
37
+ | [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 |
38
+ | [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 |
39
+ | [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 |
40
+
41
+
42
+
43
+ ## Original Model Card:
44
+ 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).
45
+
46
+ A total of 40 layers, with 3.43B of parameters.
47
+
48
+ License it's the same as Zephyr cause it has 70% of it.
49
+
50
+
51
+ ```yaml
52
+ slices:
53
+ - sources:
54
+ - model: stabilityai/stablelm-zephyr-3b
55
+ layer_range: [0, 14]
56
+ - sources:
57
+ - model: Aryanne/Astridboros-3B
58
+ layer_range: [10, 22]
59
+ - sources:
60
+ - model: stabilityai/stablelm-zephyr-3b
61
+ layer_range: [18, 32]
62
+ merge_method: passthrough
63
+ dtype: float16
64
+ ```
65
+
66
+ I recommend the use of the Zephyr prompt format.
67
+
68
+ ```
69
+ <|user|>
70
+ List 3 synonyms for the word "tiny"<|endoftext|>
71
+ <|assistant|>
72
+ 1. Dwarf
73
+ 2. Little
74
+ 3. Petite<|endoftext|>
75
+ ```
76
+
77
+ GGUF Quants: [notyet](not yet)