Initial commit
Browse files- .gitattributes +3 -0
- README.md +26 -0
- ggml-model-q4_1.bin +3 -0
- ggml-model-q5_1.bin +3 -0
- ggml-model-q8_0.bin +3 -0
.gitattributes
CHANGED
@@ -32,3 +32,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
ggml-model-q5_1.bin filter=lfs diff=lfs merge=lfs -text
|
36 |
+
ggml-model-q8_0.bin filter=lfs diff=lfs merge=lfs -text
|
37 |
+
ggml-model-q4_1.bin filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 versions of an original [13B model](https://huggingface.co/IlyaGusev/saiga_13b_lora).
|
13 |
+
|
14 |
+
* Download one of the versions, for example `ggml-model-q4_1.bin`.
|
15 |
+
* Download [interact_saiga_llamacpp.py]([https://raw.githubusercontent.com/IlyaGusev/rulm/master/self_instruct/src/infer_saiga_llamacpp.py)
|
16 |
+
|
17 |
+
How to run:
|
18 |
+
```
|
19 |
+
sudo apt-get install git-lfs
|
20 |
+
pip install llama-cpp-python fire
|
21 |
+
|
22 |
+
python3 interact_saiga_llamacpp.py ggml-model-q4_1.bin
|
23 |
+
```
|
24 |
+
|
25 |
+
System requirements:
|
26 |
+
* 10GB RAM
|
ggml-model-q4_1.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9fed0b0e45e8731d0e1a0c8ed5b36f83951887805147a2012b327fe9aa7a5b9
|
3 |
+
size 9763701888
|
ggml-model-q5_1.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0098b1bab55b796bb9a1d596241f266205220738f3a9a9064990e44b78b2453
|
3 |
+
size 9763701888
|
ggml-model-q8_0.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b2bc1ee6a05625f78af12f0011ead209a049f986395c1b08eadcb9abd00f992
|
3 |
+
size 14644495488
|