初始化项目,由ModelHub XC社区提供模型

Model: ozashu/mistral-3b-sft-prompt-hack-gguf
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-12 03:31:57 +08:00
commit e038408fe8
4 changed files with 67 additions and 0 deletions

24
README.md Normal file
View 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
```