Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +181 -0
- orca_mini_3b-Q2_K.gguf +3 -0
- orca_mini_3b-Q3_K_L.gguf +3 -0
- orca_mini_3b-Q3_K_M.gguf +3 -0
- orca_mini_3b-Q3_K_S.gguf +3 -0
- orca_mini_3b-Q4_0.gguf +3 -0
- orca_mini_3b-Q4_K_M.gguf +3 -0
- orca_mini_3b-Q4_K_S.gguf +3 -0
- orca_mini_3b-Q5_0.gguf +3 -0
- orca_mini_3b-Q5_K_M.gguf +3 -0
- orca_mini_3b-Q5_K_S.gguf +3 -0
- orca_mini_3b-Q6_K.gguf +3 -0
- orca_mini_3b-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 |
+
orca_mini_3b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
orca_mini_3b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
orca_mini_3b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
orca_mini_3b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
orca_mini_3b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
orca_mini_3b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
orca_mini_3b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
orca_mini_3b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
orca_mini_3b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
orca_mini_3b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
orca_mini_3b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
orca_mini_3b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,181 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: cc-by-nc-sa-4.0
|
5 |
+
library_name: transformers
|
6 |
+
datasets:
|
7 |
+
- psmathur/alpaca_orca
|
8 |
+
- psmathur/dolly-v2_orca
|
9 |
+
- psmathur/WizardLM_Orca
|
10 |
+
pipeline_tag: text-generation
|
11 |
+
tags:
|
12 |
+
- TensorBlock
|
13 |
+
- GGUF
|
14 |
+
base_model: pankajmathur/orca_mini_3b
|
15 |
+
model-index:
|
16 |
+
- name: orca_mini_3b
|
17 |
+
results:
|
18 |
+
- task:
|
19 |
+
type: text-generation
|
20 |
+
name: Text Generation
|
21 |
+
dataset:
|
22 |
+
name: AI2 Reasoning Challenge (25-Shot)
|
23 |
+
type: ai2_arc
|
24 |
+
config: ARC-Challenge
|
25 |
+
split: test
|
26 |
+
args:
|
27 |
+
num_few_shot: 25
|
28 |
+
metrics:
|
29 |
+
- type: acc_norm
|
30 |
+
value: 41.55
|
31 |
+
name: normalized accuracy
|
32 |
+
source:
|
33 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=psmathur/orca_mini_3b
|
34 |
+
name: Open LLM Leaderboard
|
35 |
+
- task:
|
36 |
+
type: text-generation
|
37 |
+
name: Text Generation
|
38 |
+
dataset:
|
39 |
+
name: HellaSwag (10-Shot)
|
40 |
+
type: hellaswag
|
41 |
+
split: validation
|
42 |
+
args:
|
43 |
+
num_few_shot: 10
|
44 |
+
metrics:
|
45 |
+
- type: acc_norm
|
46 |
+
value: 61.52
|
47 |
+
name: normalized accuracy
|
48 |
+
source:
|
49 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=psmathur/orca_mini_3b
|
50 |
+
name: Open LLM Leaderboard
|
51 |
+
- task:
|
52 |
+
type: text-generation
|
53 |
+
name: Text Generation
|
54 |
+
dataset:
|
55 |
+
name: MMLU (5-Shot)
|
56 |
+
type: cais/mmlu
|
57 |
+
config: all
|
58 |
+
split: test
|
59 |
+
args:
|
60 |
+
num_few_shot: 5
|
61 |
+
metrics:
|
62 |
+
- type: acc
|
63 |
+
value: 26.79
|
64 |
+
name: accuracy
|
65 |
+
source:
|
66 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=psmathur/orca_mini_3b
|
67 |
+
name: Open LLM Leaderboard
|
68 |
+
- task:
|
69 |
+
type: text-generation
|
70 |
+
name: Text Generation
|
71 |
+
dataset:
|
72 |
+
name: TruthfulQA (0-shot)
|
73 |
+
type: truthful_qa
|
74 |
+
config: multiple_choice
|
75 |
+
split: validation
|
76 |
+
args:
|
77 |
+
num_few_shot: 0
|
78 |
+
metrics:
|
79 |
+
- type: mc2
|
80 |
+
value: 42.42
|
81 |
+
source:
|
82 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=psmathur/orca_mini_3b
|
83 |
+
name: Open LLM Leaderboard
|
84 |
+
- task:
|
85 |
+
type: text-generation
|
86 |
+
name: Text Generation
|
87 |
+
dataset:
|
88 |
+
name: Winogrande (5-shot)
|
89 |
+
type: winogrande
|
90 |
+
config: winogrande_xl
|
91 |
+
split: validation
|
92 |
+
args:
|
93 |
+
num_few_shot: 5
|
94 |
+
metrics:
|
95 |
+
- type: acc
|
96 |
+
value: 61.8
|
97 |
+
name: accuracy
|
98 |
+
source:
|
99 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=psmathur/orca_mini_3b
|
100 |
+
name: Open LLM Leaderboard
|
101 |
+
- task:
|
102 |
+
type: text-generation
|
103 |
+
name: Text Generation
|
104 |
+
dataset:
|
105 |
+
name: GSM8k (5-shot)
|
106 |
+
type: gsm8k
|
107 |
+
config: main
|
108 |
+
split: test
|
109 |
+
args:
|
110 |
+
num_few_shot: 5
|
111 |
+
metrics:
|
112 |
+
- type: acc
|
113 |
+
value: 0.08
|
114 |
+
name: accuracy
|
115 |
+
source:
|
116 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=psmathur/orca_mini_3b
|
117 |
+
name: Open LLM Leaderboard
|
118 |
+
---
|
119 |
+
|
120 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
121 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
122 |
+
</div>
|
123 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
124 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
125 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
126 |
+
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>
|
127 |
+
</p>
|
128 |
+
</div>
|
129 |
+
</div>
|
130 |
+
|
131 |
+
## pankajmathur/orca_mini_3b - GGUF
|
132 |
+
|
133 |
+
This repo contains GGUF format model files for [pankajmathur/orca_mini_3b](https://huggingface.co/pankajmathur/orca_mini_3b).
|
134 |
+
|
135 |
+
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).
|
136 |
+
|
137 |
+
## Prompt template
|
138 |
+
|
139 |
+
```
|
140 |
+
|
141 |
+
```
|
142 |
+
|
143 |
+
## Model file specification
|
144 |
+
|
145 |
+
| Filename | Quant type | File Size | Description |
|
146 |
+
| -------- | ---------- | --------- | ----------- |
|
147 |
+
| [orca_mini_3b-Q2_K.gguf](https://huggingface.co/tensorblock/orca_mini_3b-GGUF/tree/main/orca_mini_3b-Q2_K.gguf) | Q2_K | 1.844 GB | smallest, significant quality loss - not recommended for most purposes |
|
148 |
+
| [orca_mini_3b-Q3_K_S.gguf](https://huggingface.co/tensorblock/orca_mini_3b-GGUF/tree/main/orca_mini_3b-Q3_K_S.gguf) | Q3_K_S | 1.844 GB | very small, high quality loss |
|
149 |
+
| [orca_mini_3b-Q3_K_M.gguf](https://huggingface.co/tensorblock/orca_mini_3b-GGUF/tree/main/orca_mini_3b-Q3_K_M.gguf) | Q3_K_M | 1.992 GB | very small, high quality loss |
|
150 |
+
| [orca_mini_3b-Q3_K_L.gguf](https://huggingface.co/tensorblock/orca_mini_3b-GGUF/tree/main/orca_mini_3b-Q3_K_L.gguf) | Q3_K_L | 2.062 GB | small, substantial quality loss |
|
151 |
+
| [orca_mini_3b-Q4_0.gguf](https://huggingface.co/tensorblock/orca_mini_3b-GGUF/tree/main/orca_mini_3b-Q4_0.gguf) | Q4_0 | 1.844 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
152 |
+
| [orca_mini_3b-Q4_K_S.gguf](https://huggingface.co/tensorblock/orca_mini_3b-GGUF/tree/main/orca_mini_3b-Q4_K_S.gguf) | Q4_K_S | 2.238 GB | small, greater quality loss |
|
153 |
+
| [orca_mini_3b-Q4_K_M.gguf](https://huggingface.co/tensorblock/orca_mini_3b-GGUF/tree/main/orca_mini_3b-Q4_K_M.gguf) | Q4_K_M | 2.403 GB | medium, balanced quality - recommended |
|
154 |
+
| [orca_mini_3b-Q5_0.gguf](https://huggingface.co/tensorblock/orca_mini_3b-GGUF/tree/main/orca_mini_3b-Q5_0.gguf) | Q5_0 | 2.231 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
155 |
+
| [orca_mini_3b-Q5_K_S.gguf](https://huggingface.co/tensorblock/orca_mini_3b-GGUF/tree/main/orca_mini_3b-Q5_K_S.gguf) | Q5_K_S | 2.424 GB | large, low quality loss - recommended |
|
156 |
+
| [orca_mini_3b-Q5_K_M.gguf](https://huggingface.co/tensorblock/orca_mini_3b-GGUF/tree/main/orca_mini_3b-Q5_K_M.gguf) | Q5_K_M | 2.568 GB | large, very low quality loss - recommended |
|
157 |
+
| [orca_mini_3b-Q6_K.gguf](https://huggingface.co/tensorblock/orca_mini_3b-GGUF/tree/main/orca_mini_3b-Q6_K.gguf) | Q6_K | 3.392 GB | very large, extremely low quality loss |
|
158 |
+
| [orca_mini_3b-Q8_0.gguf](https://huggingface.co/tensorblock/orca_mini_3b-GGUF/tree/main/orca_mini_3b-Q8_0.gguf) | Q8_0 | 3.392 GB | very large, extremely low quality loss - not recommended |
|
159 |
+
|
160 |
+
|
161 |
+
## Downloading instruction
|
162 |
+
|
163 |
+
### Command line
|
164 |
+
|
165 |
+
Firstly, install Huggingface Client
|
166 |
+
|
167 |
+
```shell
|
168 |
+
pip install -U "huggingface_hub[cli]"
|
169 |
+
```
|
170 |
+
|
171 |
+
Then, downoad the individual model file the a local directory
|
172 |
+
|
173 |
+
```shell
|
174 |
+
huggingface-cli download tensorblock/orca_mini_3b-GGUF --include "orca_mini_3b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
175 |
+
```
|
176 |
+
|
177 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
178 |
+
|
179 |
+
```shell
|
180 |
+
huggingface-cli download tensorblock/orca_mini_3b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
181 |
+
```
|
orca_mini_3b-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ac976b234615a9b0a033a668233e8b3ed42b0e8282e9a5f817f27cd8cd05c17
|
3 |
+
size 1979947328
|
orca_mini_3b-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2993099a0f8f1d23403a2effe6d50885744981d9cc5488be551d141725e52612
|
3 |
+
size 2214571328
|
orca_mini_3b-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0aef8bacb98f5be99e415290b01d00d4ad99ba52b7083cbc6ec1fa39553c9d7
|
3 |
+
size 2139371328
|
orca_mini_3b-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afb35842efcdfd7377757a68ba4573d763f56e6454355fda8bb40a60e4ae7054
|
3 |
+
size 1979947328
|
orca_mini_3b-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4ab261409abb1e340910723c6b4b1496cb7633e19811a5876411a3c25e5db95
|
3 |
+
size 1979947328
|
orca_mini_3b-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9a39f203a2310c3bb77a9a7075c84f2ec4d4ccb7ce7b831c3c62cb2ae2cfd33
|
3 |
+
size 2580139328
|
orca_mini_3b-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c46e5f1a573b2e5eb7f0c659acbd20d1f3d773de026f3e12fc26bd6eae0830e2
|
3 |
+
size 2403179328
|
orca_mini_3b-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74e8ebc32591015a112f9f4996f5370468c6021455481ef4924194057cb3c8c1
|
3 |
+
size 2395435328
|
orca_mini_3b-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:734cd6a7813d0d4d0428aaa843cd4454200b37ca2345e929fbc96cf4c254a520
|
3 |
+
size 2757099328
|
orca_mini_3b-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74bb205e1076f54fb2a1810d742b94016b477fa6b7b50009cbdbcdc5e1747d0a
|
3 |
+
size 2603179328
|
orca_mini_3b-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aea225a5aa915962a8d29b8faba6543db0c4e8ab564d5679aa347602bdfd8414
|
3 |
+
size 3641899328
|
orca_mini_3b-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc682a8c013ee33ec08dc0e0c2abdc9aec4cf63ee94988cc59ff08b5a5895fae
|
3 |
+
size 3641899328
|