morriszms commited on
Commit
2ab02af
·
verified ·
1 Parent(s): 64837bc

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
+ gorilla-openfunctions-v2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ gorilla-openfunctions-v2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ gorilla-openfunctions-v2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ gorilla-openfunctions-v2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ gorilla-openfunctions-v2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ gorilla-openfunctions-v2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ gorilla-openfunctions-v2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ gorilla-openfunctions-v2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ gorilla-openfunctions-v2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ gorilla-openfunctions-v2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ gorilla-openfunctions-v2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ gorilla-openfunctions-v2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: gorilla-llm/gorilla-openfunctions-v2
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ 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>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## gorilla-llm/gorilla-openfunctions-v2 - GGUF
21
+
22
+ This repo contains GGUF format model files for [gorilla-llm/gorilla-openfunctions-v2](https://huggingface.co/gorilla-llm/gorilla-openfunctions-v2).
23
+
24
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
25
+
26
+ <div style="text-align: left; margin: 20px 0;">
27
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
28
+ Run them on the TensorBlock client using your local machine ↗
29
+ </a>
30
+ </div>
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+ <|begin▁of▁sentence|>{system_prompt}### Instruction:
36
+ {prompt}
37
+ ### Response:
38
+ ```
39
+
40
+ ## Model file specification
41
+
42
+ | Filename | Quant type | File Size | Description |
43
+ | -------- | ---------- | --------- | ----------- |
44
+ | [gorilla-openfunctions-v2-Q2_K.gguf](https://huggingface.co/tensorblock/gorilla-openfunctions-v2-GGUF/blob/main/gorilla-openfunctions-v2-Q2_K.gguf) | Q2_K | 2.718 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [gorilla-openfunctions-v2-Q3_K_S.gguf](https://huggingface.co/tensorblock/gorilla-openfunctions-v2-GGUF/blob/main/gorilla-openfunctions-v2-Q3_K_S.gguf) | Q3_K_S | 3.138 GB | very small, high quality loss |
46
+ | [gorilla-openfunctions-v2-Q3_K_M.gguf](https://huggingface.co/tensorblock/gorilla-openfunctions-v2-GGUF/blob/main/gorilla-openfunctions-v2-Q3_K_M.gguf) | Q3_K_M | 3.461 GB | very small, high quality loss |
47
+ | [gorilla-openfunctions-v2-Q3_K_L.gguf](https://huggingface.co/tensorblock/gorilla-openfunctions-v2-GGUF/blob/main/gorilla-openfunctions-v2-Q3_K_L.gguf) | Q3_K_L | 3.746 GB | small, substantial quality loss |
48
+ | [gorilla-openfunctions-v2-Q4_0.gguf](https://huggingface.co/tensorblock/gorilla-openfunctions-v2-GGUF/blob/main/gorilla-openfunctions-v2-Q4_0.gguf) | Q4_0 | 4.000 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [gorilla-openfunctions-v2-Q4_K_S.gguf](https://huggingface.co/tensorblock/gorilla-openfunctions-v2-GGUF/blob/main/gorilla-openfunctions-v2-Q4_K_S.gguf) | Q4_K_S | 4.025 GB | small, greater quality loss |
50
+ | [gorilla-openfunctions-v2-Q4_K_M.gguf](https://huggingface.co/tensorblock/gorilla-openfunctions-v2-GGUF/blob/main/gorilla-openfunctions-v2-Q4_K_M.gguf) | Q4_K_M | 4.223 GB | medium, balanced quality - recommended |
51
+ | [gorilla-openfunctions-v2-Q5_0.gguf](https://huggingface.co/tensorblock/gorilla-openfunctions-v2-GGUF/blob/main/gorilla-openfunctions-v2-Q5_0.gguf) | Q5_0 | 4.811 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [gorilla-openfunctions-v2-Q5_K_S.gguf](https://huggingface.co/tensorblock/gorilla-openfunctions-v2-GGUF/blob/main/gorilla-openfunctions-v2-Q5_K_S.gguf) | Q5_K_S | 4.811 GB | large, low quality loss - recommended |
53
+ | [gorilla-openfunctions-v2-Q5_K_M.gguf](https://huggingface.co/tensorblock/gorilla-openfunctions-v2-GGUF/blob/main/gorilla-openfunctions-v2-Q5_K_M.gguf) | Q5_K_M | 4.926 GB | large, very low quality loss - recommended |
54
+ | [gorilla-openfunctions-v2-Q6_K.gguf](https://huggingface.co/tensorblock/gorilla-openfunctions-v2-GGUF/blob/main/gorilla-openfunctions-v2-Q6_K.gguf) | Q6_K | 5.673 GB | very large, extremely low quality loss |
55
+ | [gorilla-openfunctions-v2-Q8_0.gguf](https://huggingface.co/tensorblock/gorilla-openfunctions-v2-GGUF/blob/main/gorilla-openfunctions-v2-Q8_0.gguf) | Q8_0 | 7.347 GB | very large, extremely low quality loss - not recommended |
56
+
57
+
58
+ ## Downloading instruction
59
+
60
+ ### Command line
61
+
62
+ Firstly, install Huggingface Client
63
+
64
+ ```shell
65
+ pip install -U "huggingface_hub[cli]"
66
+ ```
67
+
68
+ Then, downoad the individual model file the a local directory
69
+
70
+ ```shell
71
+ huggingface-cli download tensorblock/gorilla-openfunctions-v2-GGUF --include "gorilla-openfunctions-v2-Q2_K.gguf" --local-dir MY_LOCAL_DIR
72
+ ```
73
+
74
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/gorilla-openfunctions-v2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
78
+ ```
gorilla-openfunctions-v2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6be7e51de3dde3088e9c5765b1df6f32bb81e76557e8ed773c2ca04dee636d3d
3
+ size 2718423232
gorilla-openfunctions-v2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88aef0a0444d65ad2743a73ad72abb3a2922535961f27ea47e490d0fdab136d7
3
+ size 3746273472
gorilla-openfunctions-v2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:299923b75972874d8c8119921d5f0ea72dd254223f6b7cec83b91854f188d389
3
+ size 3461191872
gorilla-openfunctions-v2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dfe63328c3aa58f1cef076e24e0e946cc624b4aa913408ad55d5eff0f6efd8d
3
+ size 3138017472
gorilla-openfunctions-v2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:350761df3d11c73c80c16c632d2f4719c0730ddfcc87469c19ff0de01ff9422b
3
+ size 4000061632
gorilla-openfunctions-v2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ff4a2bf4ae44b4e1f94a70534c5b0f9c5119eaafd09ff1ab56ce8ed1512fdfd
3
+ size 4223359168
gorilla-openfunctions-v2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:663d97c25e8354c593e1f81790d6ab20620cbf2577a9e79721da9f901633b848
3
+ size 4025358528
gorilla-openfunctions-v2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f8482a0407b739346e2f3c70aca25ec794c6bdfbc75f48e214bdd509b247f5c
3
+ size 4811397312
gorilla-openfunctions-v2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79b687b454f80e0c95a0f2973bc19d5bc4fbd1b1d48445d15609dd5fb2f87015
3
+ size 4926429376
gorilla-openfunctions-v2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07552c8bed11966993de5899bd6d4c6a983ae99e617863cd0426488b5b98627f
3
+ size 4811397312
gorilla-openfunctions-v2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c302154633d7aa5110b674b84be0d3e94eb3f050ceb7248fa3278bc7a910a252
3
+ size 5673441472
gorilla-openfunctions-v2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3e00b9796da4655e7e0fa79938b05175533cd12820e173ee84c8528d001d192
3
+ size 7346985152