Merge branch 'main' of https://huggingface.co/IlyaGusev/saiga_gemma3_12b_gguf into main
Browse files
README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
datasets:
|
| 3 |
+
- IlyaGusev/saiga_scored
|
| 4 |
+
- IlyaGusev/saiga_preferences
|
| 5 |
+
language:
|
| 6 |
+
- ru
|
| 7 |
+
inference: false
|
| 8 |
+
license: gemma
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
Llama.cpp compatible versions of an original [12B model](https://huggingface.co/IlyaGusev/saiga_gemma3_12b).
|
| 12 |
+
|
| 13 |
+
Download one of the versions, for example `saiga_gemma3_12b.Q4_K_M.gguf`.
|
| 14 |
+
```
|
| 15 |
+
wget https://huggingface.co/IlyaGusev/saiga_gemma3_12b_gguf/resolve/main/saiga_gemma3_12b.Q4_K_M.gguf
|
| 16 |
+
```
|
| 17 |
+
|
| 18 |
+
Download [interact_gguf.py](https://raw.githubusercontent.com/IlyaGusev/saiga/refs/heads/main/scripts/interact_gguf.py)
|
| 19 |
+
```
|
| 20 |
+
https://raw.githubusercontent.com/IlyaGusev/saiga/refs/heads/main/scripts/interact_gguf.py
|
| 21 |
+
```
|
| 22 |
+
|
| 23 |
+
How to run:
|
| 24 |
+
```
|
| 25 |
+
pip install llama-cpp-python fire
|
| 26 |
+
|
| 27 |
+
python3 interact_gguf.py saiga_gemma3_12b.Q4_K_M.gguf
|
| 28 |
+
```
|
| 29 |
+
|
| 30 |
+
System requirements:
|
| 31 |
+
* 13GB RAM for q8_0 and less for smaller quantizations
|