q8_0
Browse files- .gitattributes +1 -0
- README.md +33 -0
- model_q8_0.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ 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 |
+
model_q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,5 +1,38 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: other
|
3 |
license_name: llama3
|
4 |
license_link: https://llama.meta.com/llama3/license/
|
5 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
datasets:
|
3 |
+
- IlyaGusev/ru_turbo_saiga
|
4 |
+
- IlyaGusev/ru_sharegpt_cleaned
|
5 |
+
- IlyaGusev/oasst1_ru_main_branch
|
6 |
+
- IlyaGusev/ru_turbo_alpaca_evol_instruct
|
7 |
+
- lksy/ru_instruct_gpt4
|
8 |
+
language:
|
9 |
+
- ru
|
10 |
+
inference: false
|
11 |
+
pipeline_tag: text-generation
|
12 |
license: other
|
13 |
license_name: llama3
|
14 |
license_link: https://llama.meta.com/llama3/license/
|
15 |
---
|
16 |
+
|
17 |
+
Llama.cpp compatible versions of an original [8B model](https://huggingface.co/IlyaGusev/saiga_llama3_8b_lora).
|
18 |
+
|
19 |
+
Download one of the versions, for example `model-q4_K.gguf`.
|
20 |
+
```
|
21 |
+
wget https://huggingface.co/IlyaGusev/saiga_mistral_7b_gguf/resolve/main/model-q4_K.gguf
|
22 |
+
```
|
23 |
+
|
24 |
+
Download [interact_llama3_llamacpp.py](https://raw.githubusercontent.com/IlyaGusev/rulm/master/self_instruct/src/interact_llama3_llamacpp.py)
|
25 |
+
```
|
26 |
+
wget https://raw.githubusercontent.com/IlyaGusev/rulm/master/self_instruct/src/interact_llama3_llamacpp.py
|
27 |
+
```
|
28 |
+
|
29 |
+
How to run:
|
30 |
+
```
|
31 |
+
pip install llama-cpp-python fire
|
32 |
+
|
33 |
+
python3 interact_llama3_llamacpp.py model-q4_K.gguf
|
34 |
+
```
|
35 |
+
|
36 |
+
System requirements:
|
37 |
+
* 10GB RAM for q8_0 and less for smaller quantizations
|
38 |
+
|
model_q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5828d3ce9e1c72346f3bd963db2c2ff730058986a57260e7714e55841e136ea
|
3 |
+
size 8541283968
|