File size: 2,369 Bytes
7ceacc9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
base_model: TitleOS/RocketZephyr-3b
inference: false
license: other
license_link: LICENSE
license_name: stabilityai-non-commerical-license
model_creator: TitleOS
model_name: RocketZephyr-3b
pipeline_tag: text-generation
quantized_by: afrideva
tags:
- gguf
- ggml
- quantized
- q2_k
- q3_k_m
- q4_k_m
- q5_k_m
- q6_k
- q8_0
---
# TitleOS/RocketZephyr-3b-GGUF

Quantized GGUF model files for [RocketZephyr-3b](https://huggingface.co/TitleOS/RocketZephyr-3b) from [TitleOS](https://huggingface.co/TitleOS)


| Name | Quant method | Size |
| ---- | ---- | ---- |
| [rocketzephyr-3b.fp16.gguf](https://huggingface.co/afrideva/RocketZephyr-3b-GGUF/resolve/main/rocketzephyr-3b.fp16.gguf) | fp16 | 5.59 GB  |
| [rocketzephyr-3b.q2_k.gguf](https://huggingface.co/afrideva/RocketZephyr-3b-GGUF/resolve/main/rocketzephyr-3b.q2_k.gguf) | q2_k | 1.20 GB  |
| [rocketzephyr-3b.q3_k_m.gguf](https://huggingface.co/afrideva/RocketZephyr-3b-GGUF/resolve/main/rocketzephyr-3b.q3_k_m.gguf) | q3_k_m | 1.39 GB  |
| [rocketzephyr-3b.q4_k_m.gguf](https://huggingface.co/afrideva/RocketZephyr-3b-GGUF/resolve/main/rocketzephyr-3b.q4_k_m.gguf) | q4_k_m | 1.71 GB  |
| [rocketzephyr-3b.q5_k_m.gguf](https://huggingface.co/afrideva/RocketZephyr-3b-GGUF/resolve/main/rocketzephyr-3b.q5_k_m.gguf) | q5_k_m | 1.99 GB  |
| [rocketzephyr-3b.q6_k.gguf](https://huggingface.co/afrideva/RocketZephyr-3b-GGUF/resolve/main/rocketzephyr-3b.q6_k.gguf) | q6_k | 2.30 GB  |
| [rocketzephyr-3b.q8_0.gguf](https://huggingface.co/afrideva/RocketZephyr-3b-GGUF/resolve/main/rocketzephyr-3b.q8_0.gguf) | q8_0 | 2.97 GB  |



## Original Model Card:
# RocketZephyr-3B

<!-- Provide a quick summary of what the model is/does. -->

An attempt at creating a 3B parameter merged model using [StabilityAI's Zephyr-3b](https://huggingface.co/stabilityai/stablelm-zephyr-3b) and [Pansophic's Rocket-3B](https://huggingface.co/pansophic/rocket-3B).

### Repo Description

This repo serves as an housing for my experimentation with creating a 3 billion parameter merged model using [mergekit](https://github.com/cg123/mergekit)



- **Merged Models:** stabilityai/stablelm-zephyr-3b & pansophic/rocket-3B
- **Merge Weights:** 1.0 & 0.3
- **Merge Method:** Linear
- **License:** I believe this (current) model inherits the Stable Non-Commercial Research Community License Agreement and as such is licensed by it as well.