Text Generation
Russian
conversational
IlyaGusev commited on
Commit
8d4a684
1 Parent(s): fa1737a

Initial commit

Browse files
.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-q8_0.bin filter=lfs diff=lfs merge=lfs -text
36
+ ggml-model-q4_1.bin filter=lfs diff=lfs merge=lfs -text
37
+ ggml-model-q5_1.bin filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ sets:
2
+ - IlyaGusev/ru_turbo_alpaca
3
+ - IlyaGusev/ru_turbo_saiga
4
+ - IlyaGusev/ru_sharegpt_cleaned
5
+ language:
6
+ - ru
7
+ inference: false
8
+ pipeline_tag: text2text-generation
9
+ ---
10
+
11
+ Llama.cpp compatible versions of an original [7B model](https://huggingface.co/IlyaGusev/saiga_7b_lora).
12
+
13
+ * Download one of the versions, for example `ggml-model-q4_1.bin`.
14
+ * Download [interact_saiga_llamacpp.py]([https://raw.githubusercontent.com/IlyaGusev/rulm/master/self_instruct/src/infer_saiga_llamacpp.py)
15
+
16
+ How to run:
17
+ ```
18
+ sudo apt-get install git-lfs
19
+ pip install llama-cpp-python fire
20
+
21
+ python3 interact_saiga_llamacpp.py ggml-model-q4_1.bin
22
+ ```
23
+
24
+ System requirements:
25
+ * 10GB RAM
ggml-model-q4_1.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c16d5faa6f88eea65699c84b47cc321341222e905cafdb6346478090873ebf4
3
+ size 5055128192
ggml-model-q5_1.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63307bed2b907ac5217cc7761c27b992cf086a77cd688e2ff61abf56d5279703
3
+ size 5055128192
ggml-model-q8_0.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8af8f5a74caca34ee903db1e6bcd9bb993b8cbea9770e431970a323dac04b87
3
+ size 7581934208