初始化项目,由ModelHub XC社区提供模型
Model: ozashu/mistral-3b-sft-prompt-hack-gguf Source: Original Platform
This commit is contained in:
24
README.md
Normal file
24
README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
library_name: gguf
|
||||
pipeline_tag: text-generation
|
||||
tags:
|
||||
- gguf
|
||||
- llama.cpp
|
||||
- quantized
|
||||
- text-generation
|
||||
base_model: ozashu/mistral-3b-sft-prompt-hack-merged
|
||||
---
|
||||
|
||||
# mistral-3b-sft-prompt-hack-gguf
|
||||
|
||||
GGUF exports of the merged model.
|
||||
|
||||
Files:
|
||||
- `model-f16.gguf`
|
||||
- `model-Q4_K_M.gguf`
|
||||
|
||||
## Run with llama.cpp
|
||||
|
||||
```bash
|
||||
llama-cli -m model-Q4_K_M.gguf -p "こんにちは" -n 128
|
||||
```
|
||||
Reference in New Issue
Block a user