morriszms commited on
Commit
6b54631
1 Parent(s): 9a06f03

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
+ functionary-small-v2.5-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ functionary-small-v2.5-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ functionary-small-v2.5-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ functionary-small-v2.5-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ functionary-small-v2.5-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ functionary-small-v2.5-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ functionary-small-v2.5-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ functionary-small-v2.5-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ functionary-small-v2.5-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ functionary-small-v2.5-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ functionary-small-v2.5-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ functionary-small-v2.5-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: meetkai/functionary-small-v2.5
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
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
+ ## meetkai/functionary-small-v2.5 - GGUF
21
+
22
+ This repo contains GGUF format model files for [meetkai/functionary-small-v2.5](https://huggingface.co/meetkai/functionary-small-v2.5).
23
+
24
+ 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).
25
+
26
+ ## Prompt template
27
+
28
+ ```
29
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
30
+
31
+ // Supported function definitions that should be called when necessary.
32
+ namespace functions {
33
+
34
+ } // namespace functions<|eot_id|><|start_header_id|>system<|end_header_id|>
35
+
36
+ A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions. The assistant calls functions with appropriate input when necessary<|eot_id|><|start_header_id|>system<|end_header_id|>
37
+
38
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
39
+
40
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
41
+ ```
42
+
43
+ ## Model file specification
44
+
45
+ | Filename | Quant type | File Size | Description |
46
+ | -------- | ---------- | --------- | ----------- |
47
+ | [functionary-small-v2.5-Q2_K.gguf](https://huggingface.co/tensorblock/functionary-small-v2.5-GGUF/tree/main/functionary-small-v2.5-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
48
+ | [functionary-small-v2.5-Q3_K_S.gguf](https://huggingface.co/tensorblock/functionary-small-v2.5-GGUF/tree/main/functionary-small-v2.5-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
49
+ | [functionary-small-v2.5-Q3_K_M.gguf](https://huggingface.co/tensorblock/functionary-small-v2.5-GGUF/tree/main/functionary-small-v2.5-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
50
+ | [functionary-small-v2.5-Q3_K_L.gguf](https://huggingface.co/tensorblock/functionary-small-v2.5-GGUF/tree/main/functionary-small-v2.5-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
51
+ | [functionary-small-v2.5-Q4_0.gguf](https://huggingface.co/tensorblock/functionary-small-v2.5-GGUF/tree/main/functionary-small-v2.5-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
52
+ | [functionary-small-v2.5-Q4_K_S.gguf](https://huggingface.co/tensorblock/functionary-small-v2.5-GGUF/tree/main/functionary-small-v2.5-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
53
+ | [functionary-small-v2.5-Q4_K_M.gguf](https://huggingface.co/tensorblock/functionary-small-v2.5-GGUF/tree/main/functionary-small-v2.5-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
54
+ | [functionary-small-v2.5-Q5_0.gguf](https://huggingface.co/tensorblock/functionary-small-v2.5-GGUF/tree/main/functionary-small-v2.5-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
55
+ | [functionary-small-v2.5-Q5_K_S.gguf](https://huggingface.co/tensorblock/functionary-small-v2.5-GGUF/tree/main/functionary-small-v2.5-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
56
+ | [functionary-small-v2.5-Q5_K_M.gguf](https://huggingface.co/tensorblock/functionary-small-v2.5-GGUF/tree/main/functionary-small-v2.5-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
57
+ | [functionary-small-v2.5-Q6_K.gguf](https://huggingface.co/tensorblock/functionary-small-v2.5-GGUF/tree/main/functionary-small-v2.5-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
58
+ | [functionary-small-v2.5-Q8_0.gguf](https://huggingface.co/tensorblock/functionary-small-v2.5-GGUF/tree/main/functionary-small-v2.5-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
59
+
60
+
61
+ ## Downloading instruction
62
+
63
+ ### Command line
64
+
65
+ Firstly, install Huggingface Client
66
+
67
+ ```shell
68
+ pip install -U "huggingface_hub[cli]"
69
+ ```
70
+
71
+ Then, downoad the individual model file the a local directory
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/functionary-small-v2.5-GGUF --include "functionary-small-v2.5-Q2_K.gguf" --local-dir MY_LOCAL_DIR
75
+ ```
76
+
77
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/functionary-small-v2.5-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
81
+ ```
functionary-small-v2.5-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c962a36e3585dca048b6bdda897a5e25e458b86838fafad0120acb11d1540500
3
+ size 3179144000
functionary-small-v2.5-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbf77930c2ed924482971484d46cdd65b6a1979d580993b91be9ee8e49a6938a
3
+ size 4321968960
functionary-small-v2.5-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9440a3984fee4ee776599b96fc981101f16215e3db92542606350e13d1eca95e
3
+ size 4018930496
functionary-small-v2.5-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7051919743a44e3c9c765b011c26632a5c297263fa87a7c91990f285c0b233a3
3
+ size 3664511808
functionary-small-v2.5-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba03f08ad5401258603a9441ddfc206021d6dc27e12180db874afe2b9eac2c94
3
+ size 4661224256
functionary-small-v2.5-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89034069fd0136c7718a7c9fea0a531832b4dd5d0e9ea1f02a00afa19ed31b95
3
+ size 4920746816
functionary-small-v2.5-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:168872607391dc163c554f1a3bdc530beac5703230e3a253840056d9fa965623
3
+ size 4692681536
functionary-small-v2.5-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ac337b63c5911466afa0865c5d52f431f3633895e49459aeac6a9f8700a9883
3
+ size 5599306560
functionary-small-v2.5-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66371010d2db68f89fb4fc86a8f44db20a3c86d69e2ef64451d14b4a7d205db2
3
+ size 5733000000
functionary-small-v2.5-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc625cb2920c68af0f14fb272bed0a0ba504adf8f0db9591eda3178a7125e622
3
+ size 5599306560
functionary-small-v2.5-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4faaa4cc6d6523f553f9a9cb47427f1b8f00053e9f269d3a3b7a0444536c34ad
3
+ size 6596019008
functionary-small-v2.5-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88a568f82b57b4a0501702b1acc6e6c99d2ecc078953a439f25491b879916042
3
+ size 8540783424