Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- IlyaGusev/ru_turbo_alpaca
|
4 |
+
- IlyaGusev/ru_turbo_saiga
|
5 |
+
- IlyaGusev/ru_sharegpt_cleaned
|
6 |
+
language:
|
7 |
+
- ru
|
8 |
+
inference: false
|
9 |
+
pipeline_tag: text2text-generation
|
10 |
+
---
|
11 |
+
|
12 |
+
Llama.cpp compatible version of an original [30B model](https://huggingface.co/IlyaGusev/saiga_30b_lora).
|
13 |
+
|
14 |
+
How to run:
|
15 |
+
```
|
16 |
+
pip install llama-cpp-python
|
17 |
+
python3 interact.py
|
18 |
+
```
|