morriszms commited on
Commit
9f4369e
·
verified ·
1 Parent(s): b58c934

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-2.8b-hf-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ mamba-2.8b-hf-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ mamba-2.8b-hf-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ mamba-2.8b-hf-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ mamba-2.8b-hf-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ mamba-2.8b-hf-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ mamba-2.8b-hf-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ mamba-2.8b-hf-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ mamba-2.8b-hf-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ mamba-2.8b-hf-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ mamba-2.8b-hf-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ mamba-2.8b-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-2.8b-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-2.8b-hf - GGUF
21
+
22
+ This repo contains GGUF format model files for [state-spaces/mamba-2.8b-hf](https://huggingface.co/state-spaces/mamba-2.8b-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-2.8b-hf-Q2_K.gguf](https://huggingface.co/tensorblock/mamba-2.8b-hf-GGUF/tree/main/mamba-2.8b-hf-Q2_K.gguf) | Q2_K | 0.944 GB | smallest, significant quality loss - not recommended for most purposes |
37
+ | [mamba-2.8b-hf-Q3_K_S.gguf](https://huggingface.co/tensorblock/mamba-2.8b-hf-GGUF/tree/main/mamba-2.8b-hf-Q3_K_S.gguf) | Q3_K_S | 1.188 GB | very small, high quality loss |
38
+ | [mamba-2.8b-hf-Q3_K_M.gguf](https://huggingface.co/tensorblock/mamba-2.8b-hf-GGUF/tree/main/mamba-2.8b-hf-Q3_K_M.gguf) | Q3_K_M | 1.188 GB | very small, high quality loss |
39
+ | [mamba-2.8b-hf-Q3_K_L.gguf](https://huggingface.co/tensorblock/mamba-2.8b-hf-GGUF/tree/main/mamba-2.8b-hf-Q3_K_L.gguf) | Q3_K_L | 1.188 GB | small, substantial quality loss |
40
+ | [mamba-2.8b-hf-Q4_0.gguf](https://huggingface.co/tensorblock/mamba-2.8b-hf-GGUF/tree/main/mamba-2.8b-hf-Q4_0.gguf) | Q4_0 | 1.507 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
41
+ | [mamba-2.8b-hf-Q4_K_S.gguf](https://huggingface.co/tensorblock/mamba-2.8b-hf-GGUF/tree/main/mamba-2.8b-hf-Q4_K_S.gguf) | Q4_K_S | 1.514 GB | small, greater quality loss |
42
+ | [mamba-2.8b-hf-Q4_K_M.gguf](https://huggingface.co/tensorblock/mamba-2.8b-hf-GGUF/tree/main/mamba-2.8b-hf-Q4_K_M.gguf) | Q4_K_M | 1.514 GB | medium, balanced quality - recommended |
43
+ | [mamba-2.8b-hf-Q5_0.gguf](https://huggingface.co/tensorblock/mamba-2.8b-hf-GGUF/tree/main/mamba-2.8b-hf-Q5_0.gguf) | Q5_0 | 1.814 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
44
+ | [mamba-2.8b-hf-Q5_K_S.gguf](https://huggingface.co/tensorblock/mamba-2.8b-hf-GGUF/tree/main/mamba-2.8b-hf-Q5_K_S.gguf) | Q5_K_S | 1.817 GB | large, low quality loss - recommended |
45
+ | [mamba-2.8b-hf-Q5_K_M.gguf](https://huggingface.co/tensorblock/mamba-2.8b-hf-GGUF/tree/main/mamba-2.8b-hf-Q5_K_M.gguf) | Q5_K_M | 1.817 GB | large, very low quality loss - recommended |
46
+ | [mamba-2.8b-hf-Q6_K.gguf](https://huggingface.co/tensorblock/mamba-2.8b-hf-GGUF/tree/main/mamba-2.8b-hf-Q6_K.gguf) | Q6_K | 2.151 GB | very large, extremely low quality loss |
47
+ | [mamba-2.8b-hf-Q8_0.gguf](https://huggingface.co/tensorblock/mamba-2.8b-hf-GGUF/tree/main/mamba-2.8b-hf-Q8_0.gguf) | Q8_0 | 2.762 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-2.8b-hf-GGUF --include "mamba-2.8b-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-2.8b-hf-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
70
+ ```
mamba-2.8b-hf-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82db45d68914396eaf410108c6035e006edf0e80001b9de847e966f02de812ac
3
+ size 1014093120
mamba-2.8b-hf-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c8605ea30e9e0f09f9e77013c50929143d61dcf05725ab0370e8b51fd43f797
3
+ size 1276073280
mamba-2.8b-hf-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa3125642f8a9e90c84044fc1dc381cf9d0fffa811d17c83ec00fd597fad4cfc
3
+ size 1276073280
mamba-2.8b-hf-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95d7250d936717265669e17353e35cbc0e798842bd13caedf608bb3f84cb290a
3
+ size 1276073280
mamba-2.8b-hf-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:109798bf7b17e6b9b38777a6a2fb2cad3893aae627830df8cdbc1734f360fcdd
3
+ size 1618662720
mamba-2.8b-hf-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5959aec109932c789d1ca0a94bfc0ff30fb5a0572b8d7513985d35293b01875d
3
+ size 1625216320
mamba-2.8b-hf-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea234e941ec09c223e73c9372109437e7ea20015207f280d713c50c71c1e94d6
3
+ size 1625216320
mamba-2.8b-hf-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be3099093a534d3e348243a135492a37dd673a3ef41106dad5f2a9f257f76004
3
+ size 1947653440
mamba-2.8b-hf-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5185b2f2268a8aa3f5181ea9a264e8c86800ed14734df0cd09fc8a38c4904945
3
+ size 1950930240
mamba-2.8b-hf-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:074ec52933e15033f24b6c5e376dfc126334029c9ef82163acef534f51121c56
3
+ size 1950930240
mamba-2.8b-hf-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c4c1f80b1d41a6e6b8e4a29f759672c753cda8b6b4cb1de1f1e1563eac2f7e3
3
+ size 2309903680
mamba-2.8b-hf-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f528ba7d807ff0dd98f406ef672020104a204c5c1c1a9281ced0dfd0e5b8cfe
3
+ size 2965799200