IlyaGusev commited on
Commit
f6dc34a
1 Parent(s): 9718276

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - IlyaGusev/ru_turbo_alpaca
4
+ - IlyaGusev/ru_turbo_saiga
5
+ - IlyaGusev/ru_sharegpt_cleaned
6
+ - IlyaGusev/oasst1_ru_main_branch
7
+ - IlyaGusev/ru_turbo_alpaca_evol_instruct
8
+ - lksy/ru_instruct_gpt4
9
+ language:
10
+ - ru
11
+ inference: false
12
+ pipeline_tag: text2text-generation
13
+ ---
14
+
15
+ Llama.cpp compatible versions of an original [7B model](https://huggingface.co/IlyaGusev/saiga2_7b_lora).
16
+
17
+ * Download one of the versions, for example `ggml-model-q4_1.bin`.
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.bin
26
+ ```
27
+
28
+ System requirements:
29
+ * 10GB RAM