Upload README.md
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
model_creator: ai-forever
|
3 |
+
base_model: ruGPT-3.5-13B
|
4 |
+
model_name: ruGPT-3.5-13B-GGUF
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
license: mit
|
7 |
+
model_type: gpt2
|
8 |
+
inference: false
|
9 |
+
prompt_template: '{prompt}'
|
10 |
+
language:
|
11 |
+
- ru
|
12 |
+
- en
|
13 |
+
---
|
14 |
+
# ruGPT-3.5-13B-GGUF
|
15 |
+
- Model creator: [ai-forever](https://huggingface.co/ai-forever)
|
16 |
+
- Original model: [ruGPT-3.5-13B](https://huggingface.co/ai-forever/ruGPT-3.5-13B)
|
17 |
+
|
18 |
+
|
19 |
+
## Description
|
20 |
+
This repository contains quantized GGUF format model files for [ruGPT-3.5-13B](https://huggingface.co/ai-forever/ruGPT-3.5-13B).
|
21 |
+
|
22 |
+
|
23 |
+
## Prompt template:
|
24 |
+
`{prompt}`
|
25 |
+
|
26 |
+
|
27 |
+
## Example `llama.cpp` command
|
28 |
+
```shell
|
29 |
+
./main -m ruGPT-3.5-13B-Q4_K_M.gguf -c 2048 -n -1 -p 'Стих про программиста может быть таким:'
|
30 |
+
```
|
31 |
+
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)
|