55 lines
2.3 KiB
Markdown
55 lines
2.3 KiB
Markdown
---
|
|
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. |