Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +84 -0
- mamba-gpt-3b-v4-Q2_K.gguf +3 -0
- mamba-gpt-3b-v4-Q3_K_L.gguf +3 -0
- mamba-gpt-3b-v4-Q3_K_M.gguf +3 -0
- mamba-gpt-3b-v4-Q3_K_S.gguf +3 -0
- mamba-gpt-3b-v4-Q4_0.gguf +3 -0
- mamba-gpt-3b-v4-Q4_K_M.gguf +3 -0
- mamba-gpt-3b-v4-Q4_K_S.gguf +3 -0
- mamba-gpt-3b-v4-Q5_0.gguf +3 -0
- mamba-gpt-3b-v4-Q5_K_M.gguf +3 -0
- mamba-gpt-3b-v4-Q5_K_S.gguf +3 -0
- mamba-gpt-3b-v4-Q6_K.gguf +3 -0
- mamba-gpt-3b-v4-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 |
+
mamba-gpt-3b-v4-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
mamba-gpt-3b-v4-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
mamba-gpt-3b-v4-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
mamba-gpt-3b-v4-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
mamba-gpt-3b-v4-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
mamba-gpt-3b-v4-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
mamba-gpt-3b-v4-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
mamba-gpt-3b-v4-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
mamba-gpt-3b-v4-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
mamba-gpt-3b-v4-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
mamba-gpt-3b-v4-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
mamba-gpt-3b-v4-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
library_name: transformers
|
5 |
+
tags:
|
6 |
+
- gpt
|
7 |
+
- llm
|
8 |
+
- large language model
|
9 |
+
- TensorBlock
|
10 |
+
- GGUF
|
11 |
+
inference: false
|
12 |
+
thumbnail: https://h2o.ai/etc.clientlibs/h2o/clientlibs/clientlib-site/resources/images/favicon.ico
|
13 |
+
license: apache-2.0
|
14 |
+
base_model: CobraMamba/mamba-gpt-3b-v4
|
15 |
+
---
|
16 |
+
|
17 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
18 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
19 |
+
</div>
|
20 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
21 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
22 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
23 |
+
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>
|
24 |
+
</p>
|
25 |
+
</div>
|
26 |
+
</div>
|
27 |
+
|
28 |
+
## CobraMamba/mamba-gpt-3b-v4 - GGUF
|
29 |
+
|
30 |
+
This repo contains GGUF format model files for [CobraMamba/mamba-gpt-3b-v4](https://huggingface.co/CobraMamba/mamba-gpt-3b-v4).
|
31 |
+
|
32 |
+
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).
|
33 |
+
|
34 |
+
<div style="text-align: left; margin: 20px 0;">
|
35 |
+
<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;">
|
36 |
+
Run them on the TensorBlock client using your local machine ↗
|
37 |
+
</a>
|
38 |
+
</div>
|
39 |
+
|
40 |
+
## Prompt template
|
41 |
+
|
42 |
+
```
|
43 |
+
|
44 |
+
```
|
45 |
+
|
46 |
+
## Model file specification
|
47 |
+
|
48 |
+
| Filename | Quant type | File Size | Description |
|
49 |
+
| -------- | ---------- | --------- | ----------- |
|
50 |
+
| [mamba-gpt-3b-v4-Q2_K.gguf](https://huggingface.co/tensorblock/mamba-gpt-3b-v4-GGUF/blob/main/mamba-gpt-3b-v4-Q2_K.gguf) | Q2_K | 1.844 GB | smallest, significant quality loss - not recommended for most purposes |
|
51 |
+
| [mamba-gpt-3b-v4-Q3_K_S.gguf](https://huggingface.co/tensorblock/mamba-gpt-3b-v4-GGUF/blob/main/mamba-gpt-3b-v4-Q3_K_S.gguf) | Q3_K_S | 1.844 GB | very small, high quality loss |
|
52 |
+
| [mamba-gpt-3b-v4-Q3_K_M.gguf](https://huggingface.co/tensorblock/mamba-gpt-3b-v4-GGUF/blob/main/mamba-gpt-3b-v4-Q3_K_M.gguf) | Q3_K_M | 1.992 GB | very small, high quality loss |
|
53 |
+
| [mamba-gpt-3b-v4-Q3_K_L.gguf](https://huggingface.co/tensorblock/mamba-gpt-3b-v4-GGUF/blob/main/mamba-gpt-3b-v4-Q3_K_L.gguf) | Q3_K_L | 2.062 GB | small, substantial quality loss |
|
54 |
+
| [mamba-gpt-3b-v4-Q4_0.gguf](https://huggingface.co/tensorblock/mamba-gpt-3b-v4-GGUF/blob/main/mamba-gpt-3b-v4-Q4_0.gguf) | Q4_0 | 1.844 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
55 |
+
| [mamba-gpt-3b-v4-Q4_K_S.gguf](https://huggingface.co/tensorblock/mamba-gpt-3b-v4-GGUF/blob/main/mamba-gpt-3b-v4-Q4_K_S.gguf) | Q4_K_S | 2.238 GB | small, greater quality loss |
|
56 |
+
| [mamba-gpt-3b-v4-Q4_K_M.gguf](https://huggingface.co/tensorblock/mamba-gpt-3b-v4-GGUF/blob/main/mamba-gpt-3b-v4-Q4_K_M.gguf) | Q4_K_M | 2.403 GB | medium, balanced quality - recommended |
|
57 |
+
| [mamba-gpt-3b-v4-Q5_0.gguf](https://huggingface.co/tensorblock/mamba-gpt-3b-v4-GGUF/blob/main/mamba-gpt-3b-v4-Q5_0.gguf) | Q5_0 | 2.231 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
58 |
+
| [mamba-gpt-3b-v4-Q5_K_S.gguf](https://huggingface.co/tensorblock/mamba-gpt-3b-v4-GGUF/blob/main/mamba-gpt-3b-v4-Q5_K_S.gguf) | Q5_K_S | 2.424 GB | large, low quality loss - recommended |
|
59 |
+
| [mamba-gpt-3b-v4-Q5_K_M.gguf](https://huggingface.co/tensorblock/mamba-gpt-3b-v4-GGUF/blob/main/mamba-gpt-3b-v4-Q5_K_M.gguf) | Q5_K_M | 2.568 GB | large, very low quality loss - recommended |
|
60 |
+
| [mamba-gpt-3b-v4-Q6_K.gguf](https://huggingface.co/tensorblock/mamba-gpt-3b-v4-GGUF/blob/main/mamba-gpt-3b-v4-Q6_K.gguf) | Q6_K | 3.392 GB | very large, extremely low quality loss |
|
61 |
+
| [mamba-gpt-3b-v4-Q8_0.gguf](https://huggingface.co/tensorblock/mamba-gpt-3b-v4-GGUF/blob/main/mamba-gpt-3b-v4-Q8_0.gguf) | Q8_0 | 3.392 GB | very large, extremely low quality loss - not recommended |
|
62 |
+
|
63 |
+
|
64 |
+
## Downloading instruction
|
65 |
+
|
66 |
+
### Command line
|
67 |
+
|
68 |
+
Firstly, install Huggingface Client
|
69 |
+
|
70 |
+
```shell
|
71 |
+
pip install -U "huggingface_hub[cli]"
|
72 |
+
```
|
73 |
+
|
74 |
+
Then, downoad the individual model file the a local directory
|
75 |
+
|
76 |
+
```shell
|
77 |
+
huggingface-cli download tensorblock/mamba-gpt-3b-v4-GGUF --include "mamba-gpt-3b-v4-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
78 |
+
```
|
79 |
+
|
80 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
81 |
+
|
82 |
+
```shell
|
83 |
+
huggingface-cli download tensorblock/mamba-gpt-3b-v4-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
84 |
+
```
|
mamba-gpt-3b-v4-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43557ec60d38fb04e8d0098d7801bbac60d4dcede0fc3ed6ab0da8db961a640a
|
3 |
+
size 1979924704
|
mamba-gpt-3b-v4-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56e7ab037bcc9ffd9e8b54b1f13770ad3da2df79829d232c2dd3e7caff964322
|
3 |
+
size 2214548704
|
mamba-gpt-3b-v4-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef4a543486cca1ceef4d4628ca6d588106eab14d721fd9f8db062523ea8eee3b
|
3 |
+
size 2139348704
|
mamba-gpt-3b-v4-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e229095048e8c30e22c72f0b54a9a61c26e7c0be035cbb4d9b235b35d124d664
|
3 |
+
size 1979924704
|
mamba-gpt-3b-v4-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0245bafddb115f8018e09dc3cd23910cca5a7218a408dc2953fc65af33e7fd9d
|
3 |
+
size 1979924704
|
mamba-gpt-3b-v4-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bbb9604bb4de9c372cb99af0c0eca00795cb29fd76beec24e68cf57a550d0cb2
|
3 |
+
size 2580116704
|
mamba-gpt-3b-v4-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:902fd36c5006c00321e394603f9c9caae4eba16332f96118a6461e59ef60316a
|
3 |
+
size 2403156704
|
mamba-gpt-3b-v4-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b855eb46b81f4348e38d5f35226ed1661a706302f3b7429e4efba45818ae170c
|
3 |
+
size 2395412704
|
mamba-gpt-3b-v4-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83bcfd610d8a236ac2759ea2ba360ad4b81cae6d8a8f384b0c9d4c0ccffa85ea
|
3 |
+
size 2757076704
|
mamba-gpt-3b-v4-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a3ab7a1e25a94cf296b86b1418b735cfbf08ccfe193d246198130b8aa654d38
|
3 |
+
size 2603156704
|
mamba-gpt-3b-v4-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2507237aca65fa39a6d297d3b54445504b2cde116367c27168a68d8725891e9b
|
3 |
+
size 3641876704
|
mamba-gpt-3b-v4-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:710376e7318c3ea29fbd2fecca84d5e5bd798505bcef5a7f6fe4fe9f1712f15c
|
3 |
+
size 3641876704
|