File size: 906 Bytes
e4a0f45 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
---
model_creator: ai-forever
base_model: ruGPT-3.5-13B
model_name: ruGPT-3.5-13B-GGUF
pipeline_tag: text-generation
license: mit
model_type: gpt2
inference: false
prompt_template: '{prompt}'
language:
- ru
- en
---
# ruGPT-3.5-13B-GGUF
- Model creator: [ai-forever](https://huggingface.co/ai-forever)
- Original model: [ruGPT-3.5-13B](https://huggingface.co/ai-forever/ruGPT-3.5-13B)
## Description
This repository contains quantized GGUF format model files for [ruGPT-3.5-13B](https://huggingface.co/ai-forever/ruGPT-3.5-13B).
## Prompt template:
`{prompt}`
## Example `llama.cpp` command
```shell
./main -m ruGPT-3.5-13B-Q4_K_M.gguf -c 2048 -n -1 -p 'Стих про программиста может быть таким:'
```
For other parameters and how to use them, please refer to [the llama.cpp documentation](https://github.com/ggerganov/llama.cpp/blob/master/examples/main/README.md)
|