morriszms commited on
Commit
08e32ca
1 Parent(s): 4b03561

Upload folder using huggingface_hub

Browse files
.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
+ saiga-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ saiga-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ saiga-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ saiga-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ saiga-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ saiga-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ saiga-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ saiga-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ saiga-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ saiga-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ saiga-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ saiga-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,175 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - it
4
+ license: apache-2.0
5
+ base_model: FinancialSupport/saiga-7b
6
+ tags:
7
+ - TensorBlock
8
+ - GGUF
9
+ model-index:
10
+ - name: saiga-7b
11
+ results:
12
+ - task:
13
+ type: text-generation
14
+ name: Text Generation
15
+ dataset:
16
+ name: AI2 Reasoning Challenge (25-Shot)
17
+ type: ai2_arc
18
+ config: ARC-Challenge
19
+ split: test
20
+ args:
21
+ num_few_shot: 25
22
+ metrics:
23
+ - type: acc_norm
24
+ value: 63.14
25
+ name: normalized accuracy
26
+ source:
27
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=FinancialSupport/saiga-7b
28
+ name: Open LLM Leaderboard
29
+ - task:
30
+ type: text-generation
31
+ name: Text Generation
32
+ dataset:
33
+ name: HellaSwag (10-Shot)
34
+ type: hellaswag
35
+ split: validation
36
+ args:
37
+ num_few_shot: 10
38
+ metrics:
39
+ - type: acc_norm
40
+ value: 83.14
41
+ name: normalized accuracy
42
+ source:
43
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=FinancialSupport/saiga-7b
44
+ name: Open LLM Leaderboard
45
+ - task:
46
+ type: text-generation
47
+ name: Text Generation
48
+ dataset:
49
+ name: MMLU (5-Shot)
50
+ type: cais/mmlu
51
+ config: all
52
+ split: test
53
+ args:
54
+ num_few_shot: 5
55
+ metrics:
56
+ - type: acc
57
+ value: 61.66
58
+ name: accuracy
59
+ source:
60
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=FinancialSupport/saiga-7b
61
+ name: Open LLM Leaderboard
62
+ - task:
63
+ type: text-generation
64
+ name: Text Generation
65
+ dataset:
66
+ name: TruthfulQA (0-shot)
67
+ type: truthful_qa
68
+ config: multiple_choice
69
+ split: validation
70
+ args:
71
+ num_few_shot: 0
72
+ metrics:
73
+ - type: mc2
74
+ value: 54.99
75
+ source:
76
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=FinancialSupport/saiga-7b
77
+ name: Open LLM Leaderboard
78
+ - task:
79
+ type: text-generation
80
+ name: Text Generation
81
+ dataset:
82
+ name: Winogrande (5-shot)
83
+ type: winogrande
84
+ config: winogrande_xl
85
+ split: validation
86
+ args:
87
+ num_few_shot: 5
88
+ metrics:
89
+ - type: acc
90
+ value: 79.01
91
+ name: accuracy
92
+ source:
93
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=FinancialSupport/saiga-7b
94
+ name: Open LLM Leaderboard
95
+ - task:
96
+ type: text-generation
97
+ name: Text Generation
98
+ dataset:
99
+ name: GSM8k (5-shot)
100
+ type: gsm8k
101
+ config: main
102
+ split: test
103
+ args:
104
+ num_few_shot: 5
105
+ metrics:
106
+ - type: acc
107
+ value: 45.11
108
+ name: accuracy
109
+ source:
110
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=FinancialSupport/saiga-7b
111
+ name: Open LLM Leaderboard
112
+ ---
113
+
114
+ <div style="width: auto; margin-left: auto; margin-right: auto">
115
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
116
+ </div>
117
+ <div style="display: flex; justify-content: space-between; width: 100%;">
118
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
119
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
120
+ 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>
121
+ </p>
122
+ </div>
123
+ </div>
124
+
125
+ ## FinancialSupport/saiga-7b - GGUF
126
+
127
+ This repo contains GGUF format model files for [FinancialSupport/saiga-7b](https://huggingface.co/FinancialSupport/saiga-7b).
128
+
129
+ 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).
130
+
131
+ ## Prompt template
132
+
133
+ ```
134
+ <s>[INST] {prompt} [/INST]
135
+ ```
136
+
137
+ ## Model file specification
138
+
139
+ | Filename | Quant type | File Size | Description |
140
+ | -------- | ---------- | --------- | ----------- |
141
+ | [saiga-7b-Q2_K.gguf](https://huggingface.co/tensorblock/saiga-7b-GGUF/tree/main/saiga-7b-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
142
+ | [saiga-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/saiga-7b-GGUF/tree/main/saiga-7b-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
143
+ | [saiga-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/saiga-7b-GGUF/tree/main/saiga-7b-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
144
+ | [saiga-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/saiga-7b-GGUF/tree/main/saiga-7b-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
145
+ | [saiga-7b-Q4_0.gguf](https://huggingface.co/tensorblock/saiga-7b-GGUF/tree/main/saiga-7b-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
146
+ | [saiga-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/saiga-7b-GGUF/tree/main/saiga-7b-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
147
+ | [saiga-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/saiga-7b-GGUF/tree/main/saiga-7b-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
148
+ | [saiga-7b-Q5_0.gguf](https://huggingface.co/tensorblock/saiga-7b-GGUF/tree/main/saiga-7b-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
149
+ | [saiga-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/saiga-7b-GGUF/tree/main/saiga-7b-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
150
+ | [saiga-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/saiga-7b-GGUF/tree/main/saiga-7b-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
151
+ | [saiga-7b-Q6_K.gguf](https://huggingface.co/tensorblock/saiga-7b-GGUF/tree/main/saiga-7b-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
152
+ | [saiga-7b-Q8_0.gguf](https://huggingface.co/tensorblock/saiga-7b-GGUF/tree/main/saiga-7b-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
153
+
154
+
155
+ ## Downloading instruction
156
+
157
+ ### Command line
158
+
159
+ Firstly, install Huggingface Client
160
+
161
+ ```shell
162
+ pip install -U "huggingface_hub[cli]"
163
+ ```
164
+
165
+ Then, downoad the individual model file the a local directory
166
+
167
+ ```shell
168
+ huggingface-cli download tensorblock/saiga-7b-GGUF --include "saiga-7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
169
+ ```
170
+
171
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
172
+
173
+ ```shell
174
+ huggingface-cli download tensorblock/saiga-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
175
+ ```
saiga-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02cede3a2dcc8193363d573be694f341c2fb6a878c4d8853f2437d3c14349e12
3
+ size 2719242880
saiga-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb1f72eb934b78b31ffc5665ad4e6b53bb86d7fd4244e903d9763e5c69032c67
3
+ size 3822025344
saiga-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:376aa3603e4c8ff5ade14505dfc5cf55c9e34de17f3571a413ff9f79876afdc7
3
+ size 3518986880
saiga-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1441e4c2943bb3f8e43b93f5cef96306a3d55b5d733e65b8853a74942df02bfe
3
+ size 3164568192
saiga-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e44ae023b3d3232eab656c0d15011a52319c98be61190f5c8e138ea6e3f68c34
3
+ size 4108917376
saiga-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfb9a948e0dabf047f362b9bb08464b7801758743bdbd7cd74f39d44f85db3e4
3
+ size 4368439936
saiga-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca39f17754877ecddf72330e2b7edd3e1ddea06b86373405743e8f66f7d29656
3
+ size 4140374656
saiga-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4af8f0e83b0c9ae1c5ab3593c86769fc2e62b15efbddc72bdc533055e98a82a
3
+ size 4997716608
saiga-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c747bfe566676d00cb891feed9e1c2038c14d20383a8cd75f4e29b6325cde7b
3
+ size 5131410048
saiga-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b989b280de9458c433e8800bad9d540d464d9a4d0ad44709ddf80be23ecfa6a5
3
+ size 4997716608
saiga-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7794349dc70ca6c1b01d920315f281a95d6e3d63a51d46512c6cb13692b38aa4
3
+ size 5942065792
saiga-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1612a76e42c6fa8213fe5bb770a06be5e97991d58b217504bca2b1f1bd5eb836
3
+ size 7695858304