Initial commit
Browse files- .gitattributes +2 -0
- README.md +26 -0
- ggml-model-q2_K.gguf +3 -0
- ggml-model-q4_1.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
ggml-model-q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
ggml-model-q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,29 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: llama2
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
datasets:
|
3 |
+
- IlyaGusev/ru_turbo_saiga
|
4 |
+
- IlyaGusev/ru_sharegpt_cleaned
|
5 |
+
- IlyaGusev/oasst1_ru_main_branch
|
6 |
+
- IlyaGusev/gpt_roleplay_realm
|
7 |
+
- lksy/ru_instruct_gpt4
|
8 |
+
language:
|
9 |
+
- ru
|
10 |
+
inference: false
|
11 |
+
pipeline_tag: conversational
|
12 |
license: llama2
|
13 |
---
|
14 |
+
|
15 |
+
Llama.cpp compatible versions of an original [70B model](https://huggingface.co/IlyaGusev/saiga2_70b_lora).
|
16 |
+
|
17 |
+
* Download one of the versions, for example `ggml-model-q4_1.gguf`.
|
18 |
+
* Download [interact_llamacpp.py](https://raw.githubusercontent.com/IlyaGusev/rulm/master/self_instruct/src/interact_llamacpp.py)
|
19 |
+
|
20 |
+
How to run:
|
21 |
+
```
|
22 |
+
sudo apt-get install git-lfs
|
23 |
+
pip install llama-cpp-python fire
|
24 |
+
|
25 |
+
python3 interact_llamacpp.py ggml-model-q4_1.gguf
|
26 |
+
```
|
27 |
+
|
28 |
+
System requirements:
|
29 |
+
* 45GB RAM for q4_1
|
ggml-model-q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e7d244b5cd7633041bcb2bfdae2a6a0ed0392fc317eca48dc3a007055f69f10
|
3 |
+
size 29279253408
|
ggml-model-q4_1.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80b4a893292ec33aeeadeef15ba5c66975ab79778c2d33bce3d576c95983d0c2
|
3 |
+
size 43166823328
|