Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +78 -0
- SAM-Q2_K.gguf +3 -0
- SAM-Q3_K_L.gguf +3 -0
- SAM-Q3_K_M.gguf +3 -0
- SAM-Q3_K_S.gguf +3 -0
- SAM-Q4_0.gguf +3 -0
- SAM-Q4_K_M.gguf +3 -0
- SAM-Q4_K_S.gguf +3 -0
- SAM-Q5_0.gguf +3 -0
- SAM-Q5_K_M.gguf +3 -0
- SAM-Q5_K_S.gguf +3 -0
- SAM-Q6_K.gguf +3 -0
- SAM-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 |
+
SAM-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
SAM-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
SAM-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
SAM-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
SAM-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
SAM-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
SAM-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
SAM-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
SAM-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
SAM-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
SAM-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
SAM-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- TensorBlock
|
7 |
+
- GGUF
|
8 |
+
base_model: SuperAGI/SAM
|
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 |
+
## SuperAGI/SAM - GGUF
|
23 |
+
|
24 |
+
This repo contains GGUF format model files for [SuperAGI/SAM](https://huggingface.co/SuperAGI/SAM).
|
25 |
+
|
26 |
+
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).
|
27 |
+
|
28 |
+
<div style="text-align: left; margin: 20px 0;">
|
29 |
+
<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;">
|
30 |
+
Run them on the TensorBlock client using your local machine ↗
|
31 |
+
</a>
|
32 |
+
</div>
|
33 |
+
|
34 |
+
## Prompt template
|
35 |
+
|
36 |
+
```
|
37 |
+
|
38 |
+
```
|
39 |
+
|
40 |
+
## Model file specification
|
41 |
+
|
42 |
+
| Filename | Quant type | File Size | Description |
|
43 |
+
| -------- | ---------- | --------- | ----------- |
|
44 |
+
| [SAM-Q2_K.gguf](https://huggingface.co/tensorblock/SAM-GGUF/blob/main/SAM-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
|
45 |
+
| [SAM-Q3_K_S.gguf](https://huggingface.co/tensorblock/SAM-GGUF/blob/main/SAM-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
|
46 |
+
| [SAM-Q3_K_M.gguf](https://huggingface.co/tensorblock/SAM-GGUF/blob/main/SAM-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
|
47 |
+
| [SAM-Q3_K_L.gguf](https://huggingface.co/tensorblock/SAM-GGUF/blob/main/SAM-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
|
48 |
+
| [SAM-Q4_0.gguf](https://huggingface.co/tensorblock/SAM-GGUF/blob/main/SAM-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
49 |
+
| [SAM-Q4_K_S.gguf](https://huggingface.co/tensorblock/SAM-GGUF/blob/main/SAM-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
|
50 |
+
| [SAM-Q4_K_M.gguf](https://huggingface.co/tensorblock/SAM-GGUF/blob/main/SAM-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
|
51 |
+
| [SAM-Q5_0.gguf](https://huggingface.co/tensorblock/SAM-GGUF/blob/main/SAM-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
52 |
+
| [SAM-Q5_K_S.gguf](https://huggingface.co/tensorblock/SAM-GGUF/blob/main/SAM-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
|
53 |
+
| [SAM-Q5_K_M.gguf](https://huggingface.co/tensorblock/SAM-GGUF/blob/main/SAM-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
|
54 |
+
| [SAM-Q6_K.gguf](https://huggingface.co/tensorblock/SAM-GGUF/blob/main/SAM-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
|
55 |
+
| [SAM-Q8_0.gguf](https://huggingface.co/tensorblock/SAM-GGUF/blob/main/SAM-Q8_0.gguf) | Q8_0 | 7.696 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/SAM-GGUF --include "SAM-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/SAM-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
78 |
+
```
|
SAM-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f2eb11b330d093bd081b1eb742977f5145d504f2f75501ecdd4d2740a8ac9d5
|
3 |
+
size 2719242304
|
SAM-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f20a7034bc7da5558b81a4e4bf241992e35c77dbe7031efcdb39de90753c45e0
|
3 |
+
size 3822024768
|
SAM-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d58786f5582606ac98873af63c268150087bbe0f7b2e41702398013b04923b5
|
3 |
+
size 3518986304
|
SAM-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3840afe1321bf6697ab72eb4cbaa3ffa43908e347fdca9038623b8e33a71729
|
3 |
+
size 3164567616
|
SAM-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60cb3d551dee75aa572d494424752d43ff27cf4a2146af82df2623586b8f5e9f
|
3 |
+
size 4108916800
|
SAM-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:960279889458715cd807442c03fd4c79c75e80a54b2727d056381885e4a2ed0f
|
3 |
+
size 4368439360
|
SAM-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34c18d9e6315458aeabad6a2d6cb7ee13337214c5b81651b1f1d8625c6220dbe
|
3 |
+
size 4140374080
|
SAM-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c03a3f91ef0636572c27a87273c275b4dc6f8c3b57fdcdeb948b6987db18075
|
3 |
+
size 4997716032
|
SAM-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc14dec691db5882293ad7f09b371a948df3fa5c67fe67aa90b4890f8c5c8d6e
|
3 |
+
size 5131409472
|
SAM-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:543f493e71eee5dd4020134341ba962f73f84a0bae7162451dd5c4108833bcd2
|
3 |
+
size 4997716032
|
SAM-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b607b2b63cb46cf2285806d83f9d93a909b7e1b0189bc09a16d740edb10804e5
|
3 |
+
size 5942065216
|
SAM-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b901766bc9f9c3931f190afde898dec81fcf165fd1ac9b3b2ca5fbbd1647995e
|
3 |
+
size 7695857728
|