agentify-qa-q3_k / README.md
Krasty's picture
Upload README.md with huggingface_hub
19b1dbd verified
|
Raw
History Blame Contribute Delete
519 Bytes
---
language:
- ru
license: mit
tags:
- gguf
- gemma
- agentify
- qa
library_name: llama-cpp
pipeline_tag: text-generation
---
# Krasty/agentify-qa-q3_k
Фактические ответы по контексту.
## Quantization
- Q3_K
## Files
- `models_universal_gemma_v1-Q3_K.gguf`
## Recommended system behavior
Отвечай по фактам кратко и точно.
## Usage (Ollama)
```bash
ollama create qa -f Modelfile
```
Where `Modelfile`:
```text
FROM ./models_universal_gemma_v1-Q3_K.gguf
```