morriszms commited on
Commit
0ff7a99
·
verified ·
1 Parent(s): 3d6726b

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-130m-hf-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ mamba-130m-hf-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ mamba-130m-hf-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ mamba-130m-hf-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ mamba-130m-hf-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ mamba-130m-hf-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ mamba-130m-hf-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ mamba-130m-hf-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ mamba-130m-hf-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ mamba-130m-hf-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ mamba-130m-hf-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ mamba-130m-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-130m-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-130m-hf - GGUF
21
+
22
+ This repo contains GGUF format model files for [state-spaces/mamba-130m-hf](https://huggingface.co/state-spaces/mamba-130m-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-130m-hf-Q2_K.gguf](https://huggingface.co/tensorblock/mamba-130m-hf-GGUF/tree/main/mamba-130m-hf-Q2_K.gguf) | Q2_K | 0.065 GB | smallest, significant quality loss - not recommended for most purposes |
37
+ | [mamba-130m-hf-Q3_K_S.gguf](https://huggingface.co/tensorblock/mamba-130m-hf-GGUF/tree/main/mamba-130m-hf-Q3_K_S.gguf) | Q3_K_S | 0.073 GB | very small, high quality loss |
38
+ | [mamba-130m-hf-Q3_K_M.gguf](https://huggingface.co/tensorblock/mamba-130m-hf-GGUF/tree/main/mamba-130m-hf-Q3_K_M.gguf) | Q3_K_M | 0.073 GB | very small, high quality loss |
39
+ | [mamba-130m-hf-Q3_K_L.gguf](https://huggingface.co/tensorblock/mamba-130m-hf-GGUF/tree/main/mamba-130m-hf-Q3_K_L.gguf) | Q3_K_L | 0.073 GB | small, substantial quality loss |
40
+ | [mamba-130m-hf-Q4_0.gguf](https://huggingface.co/tensorblock/mamba-130m-hf-GGUF/tree/main/mamba-130m-hf-Q4_0.gguf) | Q4_0 | 0.081 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
41
+ | [mamba-130m-hf-Q4_K_S.gguf](https://huggingface.co/tensorblock/mamba-130m-hf-GGUF/tree/main/mamba-130m-hf-Q4_K_S.gguf) | Q4_K_S | 0.084 GB | small, greater quality loss |
42
+ | [mamba-130m-hf-Q4_K_M.gguf](https://huggingface.co/tensorblock/mamba-130m-hf-GGUF/tree/main/mamba-130m-hf-Q4_K_M.gguf) | Q4_K_M | 0.084 GB | medium, balanced quality - recommended |
43
+ | [mamba-130m-hf-Q5_0.gguf](https://huggingface.co/tensorblock/mamba-130m-hf-GGUF/tree/main/mamba-130m-hf-Q5_0.gguf) | Q5_0 | 0.092 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
44
+ | [mamba-130m-hf-Q5_K_S.gguf](https://huggingface.co/tensorblock/mamba-130m-hf-GGUF/tree/main/mamba-130m-hf-Q5_K_S.gguf) | Q5_K_S | 0.094 GB | large, low quality loss - recommended |
45
+ | [mamba-130m-hf-Q5_K_M.gguf](https://huggingface.co/tensorblock/mamba-130m-hf-GGUF/tree/main/mamba-130m-hf-Q5_K_M.gguf) | Q5_K_M | 0.094 GB | large, very low quality loss - recommended |
46
+ | [mamba-130m-hf-Q6_K.gguf](https://huggingface.co/tensorblock/mamba-130m-hf-GGUF/tree/main/mamba-130m-hf-Q6_K.gguf) | Q6_K | 0.105 GB | very large, extremely low quality loss |
47
+ | [mamba-130m-hf-Q8_0.gguf](https://huggingface.co/tensorblock/mamba-130m-hf-GGUF/tree/main/mamba-130m-hf-Q8_0.gguf) | Q8_0 | 0.132 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-130m-hf-GGUF --include "mamba-130m-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-130m-hf-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
70
+ ```
mamba-130m-hf-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:922a9c947f979024fe3675b11a9257637d2226f8953f1831a351890953a5209a
3
+ size 69302464
mamba-130m-hf-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45fac954e23ca14bc03eb6a8dc88fc916eefe9a002aeec05fe602e713a212fcd
3
+ size 78228160
mamba-130m-hf-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ddbd73891d2857c69af4ff1dc61080aa0c607ee0cb0a76155d8f0b468880f6b
3
+ size 78228160
mamba-130m-hf-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b420be2dfe2958cd2cd9e46a65d38b3ae0e8a96df1b07995de4770def0e3cc3d
3
+ size 78228160
mamba-130m-hf-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee13e100359634fa5ecfc35a4dfa5997af72c1ee570cf0841dc947cdd4e3f393
3
+ size 87356608
mamba-130m-hf-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c1ad60f49295afa08d72855b01efaf9f1eaa69d1985a1935ff0a929b305f22f
3
+ size 89900224
mamba-130m-hf-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de7a91bfee5e27109d3545a08632bb2de2b739a0a4d04a3afc2e1baee707cfa3
3
+ size 89900224
mamba-130m-hf-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f713a96a45996675810af70589deb8402263ccf4c1dca84904a8a42b6331d213
3
+ size 98563264
mamba-130m-hf-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c393094e39f77ae04092acabfbbaab57976c6d1e526a3428591fa1b129aa1ef8
3
+ size 100885696
mamba-130m-hf-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5f07ffe2c18f252a303fdcc800513fd567f2c7dc62577d0a822031a509c1c2d
3
+ size 100885696
mamba-130m-hf-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:222e389bb7bd3292baa8af02a2b226f4a76174aa6a8d7bab8ba358285e7ed1e0
3
+ size 112557760
mamba-130m-hf-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bec42000da9838814f22b1452824b832cbd89a27fbdf591f032dc382ad5bc60
3
+ size 141535296