Text Generation
Transformers
English
mpt
llm-rs
ggml
text-generation-inference
LLukas22 commited on
Commit
b870cca
1 Parent(s): d3ce563

Create README.md

Browse files

# GGML converted versions of [Mosaic's](https://huggingface.co/mosaicml) MPT Models

Converted Models:
- mpt-7b-q4_0 based on [mpt-7b](https://huggingface.co/mosaicml/mpt-7b)

Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ pipeline_tag: text-generation
6
+ tags:
7
+ - llm
8
+ - ggml
9
+ ---