Text Generation
Transformers
English
mpt
llm-rs
ggml
text-generation-inference
mpt-7b-ggml / README.md
LLukas22's picture
Update README.md
be4bede
---
license: apache-2.0
language:
- en
pipeline_tag: text-generation
tags:
- llm
- ggml
---
# GGML converted versions of [Mosaic's](https://huggingface.co/mosaicml) MPT Models
## CAUTION: MPT Development is still ongoing and not finished!
- GGML implementation see here: [Replit + MPT](https://github.com/ggerganov/ggml/pull/145)
- Rustformers implementation see here: [Implement MPT Model](https://github.com/rustformers/llm/pull/218)
If these implementations are complete i will add instructions on how to run the models and update them if necesary!
## Converted Models:
| Name | Based on | Type |
|-|-|-|
| [mpt-7b-q4_0.bin](https://huggingface.co/LLukas22/mpt-7b-ggml/blob/main/mpt-7b-q4_0.bin) | [mpt-7b](https://huggingface.co/mosaicml/mpt-7b) | int4 |
| [mpt-7b-chat-q4_0.bin](https://huggingface.co/LLukas22/mpt-7b-ggml/blob/main/mpt-7b-chat-q4_0.bin) | [mpt-7b-chat](https://huggingface.co/mosaicml/mpt-7b-chat) | int4 |
| [mpt-7b-instruct-q4_0.bin](https://huggingface.co/LLukas22/mpt-7b-ggml/blob/main/mpt-7b-instruct-q4_0.bin) | [mpt-7b-instruct](https://huggingface.co/mosaicml/mpt-7b-instruct) | int4 |
| [mpt-7b-storywriter-q4_0.bin](https://huggingface.co/LLukas22/mpt-7b-ggml/blob/main/mpt-7b-storywriter-q4_0.bin) | [mpt-7b-storywriter](https://huggingface.co/mosaicml/mpt-7b-storywriter) | int4 |