Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +114 -0
- sqft-phi-3-mini-4k-50-base-Q2_K.gguf +3 -0
- sqft-phi-3-mini-4k-50-base-Q3_K_L.gguf +3 -0
- sqft-phi-3-mini-4k-50-base-Q3_K_M.gguf +3 -0
- sqft-phi-3-mini-4k-50-base-Q3_K_S.gguf +3 -0
- sqft-phi-3-mini-4k-50-base-Q4_0.gguf +3 -0
- sqft-phi-3-mini-4k-50-base-Q4_K_M.gguf +3 -0
- sqft-phi-3-mini-4k-50-base-Q4_K_S.gguf +3 -0
- sqft-phi-3-mini-4k-50-base-Q5_0.gguf +3 -0
- sqft-phi-3-mini-4k-50-base-Q5_K_M.gguf +3 -0
- sqft-phi-3-mini-4k-50-base-Q5_K_S.gguf +3 -0
- sqft-phi-3-mini-4k-50-base-Q6_K.gguf +3 -0
- sqft-phi-3-mini-4k-50-base-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 |
+
sqft-phi-3-mini-4k-50-base-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
sqft-phi-3-mini-4k-50-base-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
sqft-phi-3-mini-4k-50-base-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
sqft-phi-3-mini-4k-50-base-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
sqft-phi-3-mini-4k-50-base-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
sqft-phi-3-mini-4k-50-base-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
sqft-phi-3-mini-4k-50-base-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
sqft-phi-3-mini-4k-50-base-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
sqft-phi-3-mini-4k-50-base-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
sqft-phi-3-mini-4k-50-base-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
sqft-phi-3-mini-4k-50-base-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
sqft-phi-3-mini-4k-50-base-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,114 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
license: apache-2.0
|
4 |
+
library_name: transformers
|
5 |
+
tags:
|
6 |
+
- TensorBlock
|
7 |
+
- GGUF
|
8 |
+
base_model: IntelLabs/sqft-phi-3-mini-4k-50-base
|
9 |
+
---
|
10 |
+
|
11 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
12 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
13 |
+
</div>
|
14 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
15 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
16 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
17 |
+
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>
|
18 |
+
</p>
|
19 |
+
</div>
|
20 |
+
</div>
|
21 |
+
|
22 |
+
## IntelLabs/sqft-phi-3-mini-4k-50-base - GGUF
|
23 |
+
|
24 |
+
This repo contains GGUF format model files for [IntelLabs/sqft-phi-3-mini-4k-50-base](https://huggingface.co/IntelLabs/sqft-phi-3-mini-4k-50-base).
|
25 |
+
|
26 |
+
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b5165](https://github.com/ggml-org/llama.cpp/commit/1d735c0b4fa0551c51c2f4ac888dd9a01f447985).
|
27 |
+
|
28 |
+
## Our projects
|
29 |
+
<table border="1" cellspacing="0" cellpadding="10">
|
30 |
+
<tr>
|
31 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
32 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
33 |
+
</tr>
|
34 |
+
<tr>
|
35 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
|
36 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
|
37 |
+
</tr>
|
38 |
+
<tr>
|
39 |
+
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
40 |
+
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
41 |
+
</tr>
|
42 |
+
<tr>
|
43 |
+
<th>
|
44 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
45 |
+
display: inline-block;
|
46 |
+
padding: 8px 16px;
|
47 |
+
background-color: #FF7F50;
|
48 |
+
color: white;
|
49 |
+
text-decoration: none;
|
50 |
+
border-radius: 6px;
|
51 |
+
font-weight: bold;
|
52 |
+
font-family: sans-serif;
|
53 |
+
">๐ See what we built ๐</a>
|
54 |
+
</th>
|
55 |
+
<th>
|
56 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
57 |
+
display: inline-block;
|
58 |
+
padding: 8px 16px;
|
59 |
+
background-color: #FF7F50;
|
60 |
+
color: white;
|
61 |
+
text-decoration: none;
|
62 |
+
border-radius: 6px;
|
63 |
+
font-weight: bold;
|
64 |
+
font-family: sans-serif;
|
65 |
+
">๐ See what we built ๐</a>
|
66 |
+
</th>
|
67 |
+
</tr>
|
68 |
+
</table>
|
69 |
+
|
70 |
+
## Prompt template
|
71 |
+
|
72 |
+
```
|
73 |
+
|
74 |
+
```
|
75 |
+
|
76 |
+
## Model file specification
|
77 |
+
|
78 |
+
| Filename | Quant type | File Size | Description |
|
79 |
+
| -------- | ---------- | --------- | ----------- |
|
80 |
+
| [sqft-phi-3-mini-4k-50-base-Q2_K.gguf](https://huggingface.co/tensorblock/IntelLabs_sqft-phi-3-mini-4k-50-base-GGUF/blob/main/sqft-phi-3-mini-4k-50-base-Q2_K.gguf) | Q2_K | 1.416 GB | smallest, significant quality loss - not recommended for most purposes |
|
81 |
+
| [sqft-phi-3-mini-4k-50-base-Q3_K_S.gguf](https://huggingface.co/tensorblock/IntelLabs_sqft-phi-3-mini-4k-50-base-GGUF/blob/main/sqft-phi-3-mini-4k-50-base-Q3_K_S.gguf) | Q3_K_S | 1.682 GB | very small, high quality loss |
|
82 |
+
| [sqft-phi-3-mini-4k-50-base-Q3_K_M.gguf](https://huggingface.co/tensorblock/IntelLabs_sqft-phi-3-mini-4k-50-base-GGUF/blob/main/sqft-phi-3-mini-4k-50-base-Q3_K_M.gguf) | Q3_K_M | 1.955 GB | very small, high quality loss |
|
83 |
+
| [sqft-phi-3-mini-4k-50-base-Q3_K_L.gguf](https://huggingface.co/tensorblock/IntelLabs_sqft-phi-3-mini-4k-50-base-GGUF/blob/main/sqft-phi-3-mini-4k-50-base-Q3_K_L.gguf) | Q3_K_L | 2.088 GB | small, substantial quality loss |
|
84 |
+
| [sqft-phi-3-mini-4k-50-base-Q4_0.gguf](https://huggingface.co/tensorblock/IntelLabs_sqft-phi-3-mini-4k-50-base-GGUF/blob/main/sqft-phi-3-mini-4k-50-base-Q4_0.gguf) | Q4_0 | 2.176 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
85 |
+
| [sqft-phi-3-mini-4k-50-base-Q4_K_S.gguf](https://huggingface.co/tensorblock/IntelLabs_sqft-phi-3-mini-4k-50-base-GGUF/blob/main/sqft-phi-3-mini-4k-50-base-Q4_K_S.gguf) | Q4_K_S | 2.189 GB | small, greater quality loss |
|
86 |
+
| [sqft-phi-3-mini-4k-50-base-Q4_K_M.gguf](https://huggingface.co/tensorblock/IntelLabs_sqft-phi-3-mini-4k-50-base-GGUF/blob/main/sqft-phi-3-mini-4k-50-base-Q4_K_M.gguf) | Q4_K_M | 2.393 GB | medium, balanced quality - recommended |
|
87 |
+
| [sqft-phi-3-mini-4k-50-base-Q5_0.gguf](https://huggingface.co/tensorblock/IntelLabs_sqft-phi-3-mini-4k-50-base-GGUF/blob/main/sqft-phi-3-mini-4k-50-base-Q5_0.gguf) | Q5_0 | 2.641 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
88 |
+
| [sqft-phi-3-mini-4k-50-base-Q5_K_S.gguf](https://huggingface.co/tensorblock/IntelLabs_sqft-phi-3-mini-4k-50-base-GGUF/blob/main/sqft-phi-3-mini-4k-50-base-Q5_K_S.gguf) | Q5_K_S | 2.641 GB | large, low quality loss - recommended |
|
89 |
+
| [sqft-phi-3-mini-4k-50-base-Q5_K_M.gguf](https://huggingface.co/tensorblock/IntelLabs_sqft-phi-3-mini-4k-50-base-GGUF/blob/main/sqft-phi-3-mini-4k-50-base-Q5_K_M.gguf) | Q5_K_M | 2.815 GB | large, very low quality loss - recommended |
|
90 |
+
| [sqft-phi-3-mini-4k-50-base-Q6_K.gguf](https://huggingface.co/tensorblock/IntelLabs_sqft-phi-3-mini-4k-50-base-GGUF/blob/main/sqft-phi-3-mini-4k-50-base-Q6_K.gguf) | Q6_K | 3.136 GB | very large, extremely low quality loss |
|
91 |
+
| [sqft-phi-3-mini-4k-50-base-Q8_0.gguf](https://huggingface.co/tensorblock/IntelLabs_sqft-phi-3-mini-4k-50-base-GGUF/blob/main/sqft-phi-3-mini-4k-50-base-Q8_0.gguf) | Q8_0 | 4.061 GB | very large, extremely low quality loss - not recommended |
|
92 |
+
|
93 |
+
|
94 |
+
## Downloading instruction
|
95 |
+
|
96 |
+
### Command line
|
97 |
+
|
98 |
+
Firstly, install Huggingface Client
|
99 |
+
|
100 |
+
```shell
|
101 |
+
pip install -U "huggingface_hub[cli]"
|
102 |
+
```
|
103 |
+
|
104 |
+
Then, downoad the individual model file the a local directory
|
105 |
+
|
106 |
+
```shell
|
107 |
+
huggingface-cli download tensorblock/IntelLabs_sqft-phi-3-mini-4k-50-base-GGUF --include "sqft-phi-3-mini-4k-50-base-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
108 |
+
```
|
109 |
+
|
110 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
111 |
+
|
112 |
+
```shell
|
113 |
+
huggingface-cli download tensorblock/IntelLabs_sqft-phi-3-mini-4k-50-base-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
114 |
+
```
|
sqft-phi-3-mini-4k-50-base-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b5e262d546615a656f0d8cf78ee5424bbf9a26185b658a29f01560586c9f157
|
3 |
+
size 1416203520
|
sqft-phi-3-mini-4k-50-base-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e5ddf8be05b17ab5bae752b6a8e758b5a27d56f8ec5156a137dee5d0fa3caef
|
3 |
+
size 2087596800
|
sqft-phi-3-mini-4k-50-base-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:258775bfda7cbca69c5cc987a6d505a0e2f5ec3789a40b2ba6999b0820c8641b
|
3 |
+
size 1955476224
|
sqft-phi-3-mini-4k-50-base-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa7ea1eded87c6d6404bd984beaeb50f6a55b1bef3b0339c7c85abf3acdf1115
|
3 |
+
size 1681797888
|
sqft-phi-3-mini-4k-50-base-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf6c225a207b5102bdc59a475d0b10c447439502f84787effde33a348d4c0fb9
|
3 |
+
size 2176176384
|
sqft-phi-3-mini-4k-50-base-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15e5221f3cdec0a49472eee08b9b2e65461311b0e7c5f48255b92a2a346ffca0
|
3 |
+
size 2393231616
|
sqft-phi-3-mini-4k-50-base-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c44594c8d889f3534c59e793e4ae58c2fd989e608fc765fdd1e023ce00f038c5
|
3 |
+
size 2188759296
|
sqft-phi-3-mini-4k-50-base-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ede3016d18d33130afe5d0b5be1c106796d5b0eea30db6d3694988e737666265
|
3 |
+
size 2641473792
|
sqft-phi-3-mini-4k-50-base-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c97b53ed6d6ee5a19b4ddc9f602089f14c7c4277702abe82175fec83e2271433
|
3 |
+
size 2815275264
|
sqft-phi-3-mini-4k-50-base-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72a89a4856b7c7e47b1787b851b7a4d09a166936b9475038ec84b08d6599a7f3
|
3 |
+
size 2641473792
|
sqft-phi-3-mini-4k-50-base-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d6708ab2c9fd91376f5c430488fcd7d4e599e58b5f148b202f4e76a66737f99
|
3 |
+
size 3135852288
|
sqft-phi-3-mini-4k-50-base-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:448b411e243a040b60b65aeb65dde10c243f7dcbea26a3c31dffc3530e799ca1
|
3 |
+
size 4061221632
|