Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +169 -0
- SILMA-9B-Instruct-v1.0-Q2_K.gguf +3 -0
- SILMA-9B-Instruct-v1.0-Q3_K_L.gguf +3 -0
- SILMA-9B-Instruct-v1.0-Q3_K_M.gguf +3 -0
- SILMA-9B-Instruct-v1.0-Q3_K_S.gguf +3 -0
- SILMA-9B-Instruct-v1.0-Q4_0.gguf +3 -0
- SILMA-9B-Instruct-v1.0-Q4_K_M.gguf +3 -0
- SILMA-9B-Instruct-v1.0-Q4_K_S.gguf +3 -0
- SILMA-9B-Instruct-v1.0-Q5_0.gguf +3 -0
- SILMA-9B-Instruct-v1.0-Q5_K_M.gguf +3 -0
- SILMA-9B-Instruct-v1.0-Q5_K_S.gguf +3 -0
- SILMA-9B-Instruct-v1.0-Q6_K.gguf +3 -0
- SILMA-9B-Instruct-v1.0-Q8_0.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,15 @@ 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 |
+
SILMA-9B-Instruct-v1.0-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
SILMA-9B-Instruct-v1.0-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
SILMA-9B-Instruct-v1.0-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
SILMA-9B-Instruct-v1.0-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
SILMA-9B-Instruct-v1.0-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
SILMA-9B-Instruct-v1.0-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
SILMA-9B-Instruct-v1.0-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
SILMA-9B-Instruct-v1.0-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
SILMA-9B-Instruct-v1.0-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
SILMA-9B-Instruct-v1.0-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
SILMA-9B-Instruct-v1.0-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
SILMA-9B-Instruct-v1.0-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,169 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: gemma
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
extra_gated_button_content: Acknowledge license
|
6 |
+
tags:
|
7 |
+
- conversational
|
8 |
+
- TensorBlock
|
9 |
+
- GGUF
|
10 |
+
language:
|
11 |
+
- ar
|
12 |
+
- en
|
13 |
+
base_model: silma-ai/SILMA-9B-Instruct-v1.0
|
14 |
+
model-index:
|
15 |
+
- name: SILMA-9B-Instruct-v1.0
|
16 |
+
results:
|
17 |
+
- task:
|
18 |
+
type: text-generation
|
19 |
+
dataset:
|
20 |
+
name: MMLU (Arabic)
|
21 |
+
type: OALL/Arabic_MMLU
|
22 |
+
metrics:
|
23 |
+
- type: loglikelihood_acc_norm
|
24 |
+
value: 52.55
|
25 |
+
name: acc_norm
|
26 |
+
source:
|
27 |
+
url: https://huggingface.co/spaces/OALL/Open-Arabic-LLM-Leaderboard
|
28 |
+
name: Open Arabic LLM Leaderboard
|
29 |
+
- task:
|
30 |
+
type: text-generation
|
31 |
+
dataset:
|
32 |
+
name: AlGhafa
|
33 |
+
type: OALL/AlGhafa-Arabic-LLM-Benchmark-Native
|
34 |
+
metrics:
|
35 |
+
- type: loglikelihood_acc_norm
|
36 |
+
value: 71.85
|
37 |
+
name: acc_norm
|
38 |
+
source:
|
39 |
+
url: https://huggingface.co/spaces/OALL/Open-Arabic-LLM-Leaderboard
|
40 |
+
name: Open Arabic LLM Leaderboard
|
41 |
+
- task:
|
42 |
+
type: text-generation
|
43 |
+
dataset:
|
44 |
+
name: ARC Challenge (Arabic)
|
45 |
+
type: OALL/AlGhafa-Arabic-LLM-Benchmark-Translated
|
46 |
+
metrics:
|
47 |
+
- type: loglikelihood_acc_norm
|
48 |
+
value: 78.19
|
49 |
+
name: acc_norm
|
50 |
+
- type: loglikelihood_acc_norm
|
51 |
+
value: 86
|
52 |
+
name: acc_norm
|
53 |
+
- type: loglikelihood_acc_norm
|
54 |
+
value: 64.05
|
55 |
+
name: acc_norm
|
56 |
+
- type: loglikelihood_acc_norm
|
57 |
+
value: 78.89
|
58 |
+
name: acc_norm
|
59 |
+
- type: loglikelihood_acc_norm
|
60 |
+
value: 47.64
|
61 |
+
name: acc_norm
|
62 |
+
- type: loglikelihood_acc_norm
|
63 |
+
value: 72.93
|
64 |
+
name: acc_norm
|
65 |
+
- type: loglikelihood_acc_norm
|
66 |
+
value: 71.96
|
67 |
+
name: acc_norm
|
68 |
+
- type: loglikelihood_acc_norm
|
69 |
+
value: 75.55
|
70 |
+
name: acc_norm
|
71 |
+
- type: loglikelihood_acc_norm
|
72 |
+
value: 91.26
|
73 |
+
name: acc_norm
|
74 |
+
- type: loglikelihood_acc_norm
|
75 |
+
value: 67.59
|
76 |
+
name: acc_norm
|
77 |
+
source:
|
78 |
+
url: https://huggingface.co/spaces/OALL/Open-Arabic-LLM-Leaderboard
|
79 |
+
name: Open Arabic LLM Leaderboard
|
80 |
+
- task:
|
81 |
+
type: text-generation
|
82 |
+
dataset:
|
83 |
+
name: ACVA
|
84 |
+
type: OALL/ACVA
|
85 |
+
metrics:
|
86 |
+
- type: loglikelihood_acc_norm
|
87 |
+
value: 78.89
|
88 |
+
name: acc_norm
|
89 |
+
source:
|
90 |
+
url: https://huggingface.co/spaces/OALL/Open-Arabic-LLM-Leaderboard
|
91 |
+
name: Open Arabic LLM Leaderboard
|
92 |
+
- task:
|
93 |
+
type: text-generation
|
94 |
+
dataset:
|
95 |
+
name: Arabic_EXAMS
|
96 |
+
type: OALL/Arabic_EXAMS
|
97 |
+
metrics:
|
98 |
+
- type: loglikelihood_acc_norm
|
99 |
+
value: 51.4
|
100 |
+
name: acc_norm
|
101 |
+
source:
|
102 |
+
url: https://huggingface.co/spaces/OALL/Open-Arabic-LLM-Leaderboard
|
103 |
+
name: Open Arabic LLM Leaderboard
|
104 |
+
---
|
105 |
+
|
106 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
107 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
108 |
+
</div>
|
109 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
110 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
111 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
112 |
+
Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
|
113 |
+
</p>
|
114 |
+
</div>
|
115 |
+
</div>
|
116 |
+
|
117 |
+
## silma-ai/SILMA-9B-Instruct-v1.0 - GGUF
|
118 |
+
|
119 |
+
This repo contains GGUF format model files for [silma-ai/SILMA-9B-Instruct-v1.0](https://huggingface.co/silma-ai/SILMA-9B-Instruct-v1.0).
|
120 |
+
|
121 |
+
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
122 |
+
|
123 |
+
## Prompt template
|
124 |
+
|
125 |
+
```
|
126 |
+
<bos>{system_prompt}<start_of_turn>user
|
127 |
+
{prompt}<end_of_turn>
|
128 |
+
<start_of_turn>model
|
129 |
+
```
|
130 |
+
|
131 |
+
## Model file specification
|
132 |
+
|
133 |
+
| Filename | Quant type | File Size | Description |
|
134 |
+
| -------- | ---------- | --------- | ----------- |
|
135 |
+
| [SILMA-9B-Instruct-v1.0-Q2_K.gguf](https://huggingface.co/tensorblock/SILMA-9B-Instruct-v1.0-GGUF/tree/main/SILMA-9B-Instruct-v1.0-Q2_K.gguf) | Q2_K | 3.544 GB | smallest, significant quality loss - not recommended for most purposes |
|
136 |
+
| [SILMA-9B-Instruct-v1.0-Q3_K_S.gguf](https://huggingface.co/tensorblock/SILMA-9B-Instruct-v1.0-GGUF/tree/main/SILMA-9B-Instruct-v1.0-Q3_K_S.gguf) | Q3_K_S | 4.040 GB | very small, high quality loss |
|
137 |
+
| [SILMA-9B-Instruct-v1.0-Q3_K_M.gguf](https://huggingface.co/tensorblock/SILMA-9B-Instruct-v1.0-GGUF/tree/main/SILMA-9B-Instruct-v1.0-Q3_K_M.gguf) | Q3_K_M | 4.435 GB | very small, high quality loss |
|
138 |
+
| [SILMA-9B-Instruct-v1.0-Q3_K_L.gguf](https://huggingface.co/tensorblock/SILMA-9B-Instruct-v1.0-GGUF/tree/main/SILMA-9B-Instruct-v1.0-Q3_K_L.gguf) | Q3_K_L | 4.780 GB | small, substantial quality loss |
|
139 |
+
| [SILMA-9B-Instruct-v1.0-Q4_0.gguf](https://huggingface.co/tensorblock/SILMA-9B-Instruct-v1.0-GGUF/tree/main/SILMA-9B-Instruct-v1.0-Q4_0.gguf) | Q4_0 | 5.069 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
140 |
+
| [SILMA-9B-Instruct-v1.0-Q4_K_S.gguf](https://huggingface.co/tensorblock/SILMA-9B-Instruct-v1.0-GGUF/tree/main/SILMA-9B-Instruct-v1.0-Q4_K_S.gguf) | Q4_K_S | 5.103 GB | small, greater quality loss |
|
141 |
+
| [SILMA-9B-Instruct-v1.0-Q4_K_M.gguf](https://huggingface.co/tensorblock/SILMA-9B-Instruct-v1.0-GGUF/tree/main/SILMA-9B-Instruct-v1.0-Q4_K_M.gguf) | Q4_K_M | 5.365 GB | medium, balanced quality - recommended |
|
142 |
+
| [SILMA-9B-Instruct-v1.0-Q5_0.gguf](https://huggingface.co/tensorblock/SILMA-9B-Instruct-v1.0-GGUF/tree/main/SILMA-9B-Instruct-v1.0-Q5_0.gguf) | Q5_0 | 6.038 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
143 |
+
| [SILMA-9B-Instruct-v1.0-Q5_K_S.gguf](https://huggingface.co/tensorblock/SILMA-9B-Instruct-v1.0-GGUF/tree/main/SILMA-9B-Instruct-v1.0-Q5_K_S.gguf) | Q5_K_S | 6.038 GB | large, low quality loss - recommended |
|
144 |
+
| [SILMA-9B-Instruct-v1.0-Q5_K_M.gguf](https://huggingface.co/tensorblock/SILMA-9B-Instruct-v1.0-GGUF/tree/main/SILMA-9B-Instruct-v1.0-Q5_K_M.gguf) | Q5_K_M | 6.191 GB | large, very low quality loss - recommended |
|
145 |
+
| [SILMA-9B-Instruct-v1.0-Q6_K.gguf](https://huggingface.co/tensorblock/SILMA-9B-Instruct-v1.0-GGUF/tree/main/SILMA-9B-Instruct-v1.0-Q6_K.gguf) | Q6_K | 7.068 GB | very large, extremely low quality loss |
|
146 |
+
| [SILMA-9B-Instruct-v1.0-Q8_0.gguf](https://huggingface.co/tensorblock/SILMA-9B-Instruct-v1.0-GGUF/tree/main/SILMA-9B-Instruct-v1.0-Q8_0.gguf) | Q8_0 | 9.152 GB | very large, extremely low quality loss - not recommended |
|
147 |
+
|
148 |
+
|
149 |
+
## Downloading instruction
|
150 |
+
|
151 |
+
### Command line
|
152 |
+
|
153 |
+
Firstly, install Huggingface Client
|
154 |
+
|
155 |
+
```shell
|
156 |
+
pip install -U "huggingface_hub[cli]"
|
157 |
+
```
|
158 |
+
|
159 |
+
Then, downoad the individual model file the a local directory
|
160 |
+
|
161 |
+
```shell
|
162 |
+
huggingface-cli download tensorblock/SILMA-9B-Instruct-v1.0-GGUF --include "SILMA-9B-Instruct-v1.0-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
163 |
+
```
|
164 |
+
|
165 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
166 |
+
|
167 |
+
```shell
|
168 |
+
huggingface-cli download tensorblock/SILMA-9B-Instruct-v1.0-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
169 |
+
```
|
SILMA-9B-Instruct-v1.0-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a9aacfa7a216a6f1ecef6ddb7c5d23e567373aa78a3e5ba43dd6c4738f30569
|
3 |
+
size 3805397952
|
SILMA-9B-Instruct-v1.0-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e987b7c02c9c62ee44128ad29b300d3fbdd50d82e52c0bdd5219f4cdeed3039
|
3 |
+
size 5132452800
|
SILMA-9B-Instruct-v1.0-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e76ef3cc0df67856e677ebcc8dada4f1532b3f5192d122fa1bd315dd537e3bb
|
3 |
+
size 4761781184
|
SILMA-9B-Instruct-v1.0-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8038d41c276ad3f9028bf5c8acdaef22be764924abf4b9a0a73304662394df1
|
3 |
+
size 4337664960
|
SILMA-9B-Instruct-v1.0-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:348fe2d06f2c4ff2c67ea3715e17a5a7c6e710ecd766c9ef8f1ab8cf876e8718
|
3 |
+
size 5443142592
|
SILMA-9B-Instruct-v1.0-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6117ce8ef54ddb1abe50383382534432eb43c4d4fbf3b9eef398f488bb649383
|
3 |
+
size 5761057728
|
SILMA-9B-Instruct-v1.0-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80e0cb568ec3e5fa7adb2bf79788e2d2cfe559fda19c934cc53df71ea6289e00
|
3 |
+
size 5478925248
|
SILMA-9B-Instruct-v1.0-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edf080c990c125900dffda4a2f0c3123c67cb771dab478f226f0400cae607a14
|
3 |
+
size 6483592128
|
SILMA-9B-Instruct-v1.0-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc8a15d2995acde57a20639b984fd1fc2e265dfea5d617eb5fdadc11bc82cd33
|
3 |
+
size 6647366592
|
SILMA-9B-Instruct-v1.0-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:961f35c843138ed45f81127c5a0fac0cfee712a6cd27bbdfa59c1c32e14d99a1
|
3 |
+
size 6483592128
|
SILMA-9B-Instruct-v1.0-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c9d93e9997e975b134bbc924a90c20157a047c77acd934e469734e54978eb2f
|
3 |
+
size 7589069760
|
SILMA-9B-Instruct-v1.0-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f49cb87006c80870cc64fab81c64b5a5f79b73c2aa53fd29ab9b7ffd97794ac6
|
3 |
+
size 9827148736
|