morriszms commited on
Commit
a6b315c
·
verified ·
1 Parent(s): 7ce9519

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
+ mamba-1.4b-hf-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ mamba-1.4b-hf-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ mamba-1.4b-hf-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ mamba-1.4b-hf-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ mamba-1.4b-hf-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ mamba-1.4b-hf-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ mamba-1.4b-hf-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ mamba-1.4b-hf-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ mamba-1.4b-hf-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ mamba-1.4b-hf-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ mamba-1.4b-hf-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ mamba-1.4b-hf-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: state-spaces/mamba-1.4b-hf
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
+ ## state-spaces/mamba-1.4b-hf - GGUF
21
+
22
+ This repo contains GGUF format model files for [state-spaces/mamba-1.4b-hf](https://huggingface.co/state-spaces/mamba-1.4b-hf).
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
+
30
+ ```
31
+
32
+ ## Model file specification
33
+
34
+ | Filename | Quant type | File Size | Description |
35
+ | -------- | ---------- | --------- | ----------- |
36
+ | [mamba-1.4b-hf-Q2_K.gguf](https://huggingface.co/tensorblock/mamba-1.4b-hf-GGUF/tree/main/mamba-1.4b-hf-Q2_K.gguf) | Q2_K | 0.489 GB | smallest, significant quality loss - not recommended for most purposes |
37
+ | [mamba-1.4b-hf-Q3_K_S.gguf](https://huggingface.co/tensorblock/mamba-1.4b-hf-GGUF/tree/main/mamba-1.4b-hf-Q3_K_S.gguf) | Q3_K_S | 0.607 GB | very small, high quality loss |
38
+ | [mamba-1.4b-hf-Q3_K_M.gguf](https://huggingface.co/tensorblock/mamba-1.4b-hf-GGUF/tree/main/mamba-1.4b-hf-Q3_K_M.gguf) | Q3_K_M | 0.607 GB | very small, high quality loss |
39
+ | [mamba-1.4b-hf-Q3_K_L.gguf](https://huggingface.co/tensorblock/mamba-1.4b-hf-GGUF/tree/main/mamba-1.4b-hf-Q3_K_L.gguf) | Q3_K_L | 0.607 GB | small, substantial quality loss |
40
+ | [mamba-1.4b-hf-Q4_0.gguf](https://huggingface.co/tensorblock/mamba-1.4b-hf-GGUF/tree/main/mamba-1.4b-hf-Q4_0.gguf) | Q4_0 | 0.760 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
41
+ | [mamba-1.4b-hf-Q4_K_S.gguf](https://huggingface.co/tensorblock/mamba-1.4b-hf-GGUF/tree/main/mamba-1.4b-hf-Q4_K_S.gguf) | Q4_K_S | 0.763 GB | small, greater quality loss |
42
+ | [mamba-1.4b-hf-Q4_K_M.gguf](https://huggingface.co/tensorblock/mamba-1.4b-hf-GGUF/tree/main/mamba-1.4b-hf-Q4_K_M.gguf) | Q4_K_M | 0.763 GB | medium, balanced quality - recommended |
43
+ | [mamba-1.4b-hf-Q5_0.gguf](https://huggingface.co/tensorblock/mamba-1.4b-hf-GGUF/tree/main/mamba-1.4b-hf-Q5_0.gguf) | Q5_0 | 0.907 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
44
+ | [mamba-1.4b-hf-Q5_K_S.gguf](https://huggingface.co/tensorblock/mamba-1.4b-hf-GGUF/tree/main/mamba-1.4b-hf-Q5_K_S.gguf) | Q5_K_S | 0.909 GB | large, low quality loss - recommended |
45
+ | [mamba-1.4b-hf-Q5_K_M.gguf](https://huggingface.co/tensorblock/mamba-1.4b-hf-GGUF/tree/main/mamba-1.4b-hf-Q5_K_M.gguf) | Q5_K_M | 0.909 GB | large, very low quality loss - recommended |
46
+ | [mamba-1.4b-hf-Q6_K.gguf](https://huggingface.co/tensorblock/mamba-1.4b-hf-GGUF/tree/main/mamba-1.4b-hf-Q6_K.gguf) | Q6_K | 1.069 GB | very large, extremely low quality loss |
47
+ | [mamba-1.4b-hf-Q8_0.gguf](https://huggingface.co/tensorblock/mamba-1.4b-hf-GGUF/tree/main/mamba-1.4b-hf-Q8_0.gguf) | Q8_0 | 1.372 GB | very large, extremely low quality loss - not recommended |
48
+
49
+
50
+ ## Downloading instruction
51
+
52
+ ### Command line
53
+
54
+ Firstly, install Huggingface Client
55
+
56
+ ```shell
57
+ pip install -U "huggingface_hub[cli]"
58
+ ```
59
+
60
+ Then, downoad the individual model file the a local directory
61
+
62
+ ```shell
63
+ huggingface-cli download tensorblock/mamba-1.4b-hf-GGUF --include "mamba-1.4b-hf-Q2_K.gguf" --local-dir MY_LOCAL_DIR
64
+ ```
65
+
66
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/mamba-1.4b-hf-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
70
+ ```
mamba-1.4b-hf-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dee15723798a2dd1deab7fc254380f596d96ab6b98e957cbd835d9cc453e5f82
3
+ size 525594560
mamba-1.4b-hf-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bbc60cd8c669944168270b8ce7147645c365b5506f01a0f2cf23f899339db71
3
+ size 651472832
mamba-1.4b-hf-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d18b785255b00e9362e676a456f6876567cb4aa70380fc0a31104104f3620e24
3
+ size 651472832
mamba-1.4b-hf-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1763943aa7266de37d2aad946252d4fdbbc7d64a0d6160d60713460a5965a42
3
+ size 651472832
mamba-1.4b-hf-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4eff11c951e56c0f1896b27fd3c29a3c805054c01627f9816b62cb068703f1f6
3
+ size 816082880
mamba-1.4b-hf-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da791147c19e2ab67bdcf8eab931ebc6beffeb120c5097d902e836737bba0419
3
+ size 819228608
mamba-1.4b-hf-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de2165e74e4e88638a536396413d2ae2252766925bcc67844b9620a9ecaaf884
3
+ size 819228608
mamba-1.4b-hf-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bfab74a54d21666ff460f62414fe94698316b16b22f524c056c0ebb65ee906c
3
+ size 974155712
mamba-1.4b-hf-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcde5ed788aafdd953b46932a785efeba956dbcaac013a6a1c6eb506a08fd1de
3
+ size 975728576
mamba-1.4b-hf-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d689c1c99fa699c0214628e28224e4d324e47511519eb71611a54d483aad6937
3
+ size 975728576
mamba-1.4b-hf-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bad6a422a88bd90150a25aae7f40348be5dc3fb6db9201d3b92de492f3e02c6a
3
+ size 1148202944
mamba-1.4b-hf-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ef9ba64fe7790ef6267366e3ac7f521f86572fd55120847ce24ca90339d00e0
3
+ size 1473313088