morriszms commited on
Commit
16dd4ca
·
verified ·
1 Parent(s): 1b9f679

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
+ phi-3-mini-128k-function-calling-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ phi-3-mini-128k-function-calling-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ phi-3-mini-128k-function-calling-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ phi-3-mini-128k-function-calling-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ phi-3-mini-128k-function-calling-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ phi-3-mini-128k-function-calling-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ phi-3-mini-128k-function-calling-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ phi-3-mini-128k-function-calling-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ phi-3-mini-128k-function-calling-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ phi-3-mini-128k-function-calling-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ phi-3-mini-128k-function-calling-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ phi-3-mini-128k-function-calling-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: ivilson/phi-3-mini-128k-function-calling
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
+ ## ivilson/phi-3-mini-128k-function-calling - GGUF
21
+
22
+ This repo contains GGUF format model files for [ivilson/phi-3-mini-128k-function-calling](https://huggingface.co/ivilson/phi-3-mini-128k-function-calling).
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
+ <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
+ <s><|system|>
36
+ {system_prompt}<|end|>
37
+ <|user|>
38
+ {prompt}<|end|>
39
+ <|assistant|>
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [phi-3-mini-128k-function-calling-Q2_K.gguf](https://huggingface.co/tensorblock/phi-3-mini-128k-function-calling-GGUF/blob/main/phi-3-mini-128k-function-calling-Q2_K.gguf) | Q2_K | 1.319 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [phi-3-mini-128k-function-calling-Q3_K_S.gguf](https://huggingface.co/tensorblock/phi-3-mini-128k-function-calling-GGUF/blob/main/phi-3-mini-128k-function-calling-Q3_K_S.gguf) | Q3_K_S | 1.566 GB | very small, high quality loss |
48
+ | [phi-3-mini-128k-function-calling-Q3_K_M.gguf](https://huggingface.co/tensorblock/phi-3-mini-128k-function-calling-GGUF/blob/main/phi-3-mini-128k-function-calling-Q3_K_M.gguf) | Q3_K_M | 1.821 GB | very small, high quality loss |
49
+ | [phi-3-mini-128k-function-calling-Q3_K_L.gguf](https://huggingface.co/tensorblock/phi-3-mini-128k-function-calling-GGUF/blob/main/phi-3-mini-128k-function-calling-Q3_K_L.gguf) | Q3_K_L | 1.944 GB | small, substantial quality loss |
50
+ | [phi-3-mini-128k-function-calling-Q4_0.gguf](https://huggingface.co/tensorblock/phi-3-mini-128k-function-calling-GGUF/blob/main/phi-3-mini-128k-function-calling-Q4_0.gguf) | Q4_0 | 2.027 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [phi-3-mini-128k-function-calling-Q4_K_S.gguf](https://huggingface.co/tensorblock/phi-3-mini-128k-function-calling-GGUF/blob/main/phi-3-mini-128k-function-calling-Q4_K_S.gguf) | Q4_K_S | 2.038 GB | small, greater quality loss |
52
+ | [phi-3-mini-128k-function-calling-Q4_K_M.gguf](https://huggingface.co/tensorblock/phi-3-mini-128k-function-calling-GGUF/blob/main/phi-3-mini-128k-function-calling-Q4_K_M.gguf) | Q4_K_M | 2.229 GB | medium, balanced quality - recommended |
53
+ | [phi-3-mini-128k-function-calling-Q5_0.gguf](https://huggingface.co/tensorblock/phi-3-mini-128k-function-calling-GGUF/blob/main/phi-3-mini-128k-function-calling-Q5_0.gguf) | Q5_0 | 2.460 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [phi-3-mini-128k-function-calling-Q5_K_S.gguf](https://huggingface.co/tensorblock/phi-3-mini-128k-function-calling-GGUF/blob/main/phi-3-mini-128k-function-calling-Q5_K_S.gguf) | Q5_K_S | 2.460 GB | large, low quality loss - recommended |
55
+ | [phi-3-mini-128k-function-calling-Q5_K_M.gguf](https://huggingface.co/tensorblock/phi-3-mini-128k-function-calling-GGUF/blob/main/phi-3-mini-128k-function-calling-Q5_K_M.gguf) | Q5_K_M | 2.622 GB | large, very low quality loss - recommended |
56
+ | [phi-3-mini-128k-function-calling-Q6_K.gguf](https://huggingface.co/tensorblock/phi-3-mini-128k-function-calling-GGUF/blob/main/phi-3-mini-128k-function-calling-Q6_K.gguf) | Q6_K | 2.920 GB | very large, extremely low quality loss |
57
+ | [phi-3-mini-128k-function-calling-Q8_0.gguf](https://huggingface.co/tensorblock/phi-3-mini-128k-function-calling-GGUF/blob/main/phi-3-mini-128k-function-calling-Q8_0.gguf) | Q8_0 | 3.782 GB | very large, extremely low quality loss - not recommended |
58
+
59
+
60
+ ## Downloading instruction
61
+
62
+ ### Command line
63
+
64
+ Firstly, install Huggingface Client
65
+
66
+ ```shell
67
+ pip install -U "huggingface_hub[cli]"
68
+ ```
69
+
70
+ Then, downoad the individual model file the a local directory
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/phi-3-mini-128k-function-calling-GGUF --include "phi-3-mini-128k-function-calling-Q2_K.gguf" --local-dir MY_LOCAL_DIR
74
+ ```
75
+
76
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/phi-3-mini-128k-function-calling-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
phi-3-mini-128k-function-calling-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:779d8d1f5a2a8ec8dc4ff1a69053e4f4200f0735701540722fcdb0665ae0cf3a
3
+ size 1416204192
phi-3-mini-128k-function-calling-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7866d9382f33d4844100bdce8353ab34ef3e7b7c87c32c0665b1d3c2637913e0
3
+ size 2087597472
phi-3-mini-128k-function-calling-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:989e4cfe818f086ce0e7eea7d75ea2c24c9c93346960b145c2668e9e3935f4cb
3
+ size 1955476896
phi-3-mini-128k-function-calling-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc1ed869d8960ffac5aa2f1e631d507da556e67cc6f4beaad5c8d1ef0e26694d
3
+ size 1681798560
phi-3-mini-128k-function-calling-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74a7051797225dcf76a2216f7954442835dde53e8ae3db591ec96291f15c4cd6
3
+ size 2176177056
phi-3-mini-128k-function-calling-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfef875729e6111db69a2d1d932162570691a7eb64335283ec3a7380f1e221bf
3
+ size 2393232288
phi-3-mini-128k-function-calling-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f327d60ebc7702c8f1dfc4fcc013ca0fd3db1b27b37f558eca8dd422e64e8550
3
+ size 2188759968
phi-3-mini-128k-function-calling-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5edb5ef7ac751a07908bb305ad8e95b68216b52fd1627393d0b73aac6aa7197
3
+ size 2641474464
phi-3-mini-128k-function-calling-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1824f9680da1489ea028a4c35df399c7d9a589012096439f73f9322dcd9d9139
3
+ size 2815275936
phi-3-mini-128k-function-calling-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5c5bf8145b6b96c71b5b56c879ecc95dae47b4f987b7e1d456f81a0e2a19109
3
+ size 2641474464
phi-3-mini-128k-function-calling-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf9f89d95ad56b138777aa86b2f567284c5c600640543c1a74e6c4999f7408c4
3
+ size 3135852960
phi-3-mini-128k-function-calling-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3554d4d1c52304e3e7670d0f888d7a53cccbc41eafc25b0903dcdc172f4dd4ed
3
+ size 4061222304