morriszms commited on
Commit
fe0eb11
1 Parent(s): 480cdb6

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-370m-hf-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ mamba-370m-hf-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ mamba-370m-hf-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ mamba-370m-hf-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ mamba-370m-hf-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ mamba-370m-hf-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ mamba-370m-hf-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ mamba-370m-hf-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ mamba-370m-hf-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ mamba-370m-hf-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ mamba-370m-hf-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ mamba-370m-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-370m-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-370m-hf - GGUF
21
+
22
+ This repo contains GGUF format model files for [state-spaces/mamba-370m-hf](https://huggingface.co/state-spaces/mamba-370m-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-370m-hf-Q2_K.gguf](https://huggingface.co/tensorblock/mamba-370m-hf-GGUF/tree/main/mamba-370m-hf-Q2_K.gguf) | Q2_K | 0.148 GB | smallest, significant quality loss - not recommended for most purposes |
37
+ | [mamba-370m-hf-Q3_K_S.gguf](https://huggingface.co/tensorblock/mamba-370m-hf-GGUF/tree/main/mamba-370m-hf-Q3_K_S.gguf) | Q3_K_S | 0.178 GB | very small, high quality loss |
38
+ | [mamba-370m-hf-Q3_K_M.gguf](https://huggingface.co/tensorblock/mamba-370m-hf-GGUF/tree/main/mamba-370m-hf-Q3_K_M.gguf) | Q3_K_M | 0.178 GB | very small, high quality loss |
39
+ | [mamba-370m-hf-Q3_K_L.gguf](https://huggingface.co/tensorblock/mamba-370m-hf-GGUF/tree/main/mamba-370m-hf-Q3_K_L.gguf) | Q3_K_L | 0.178 GB | small, substantial quality loss |
40
+ | [mamba-370m-hf-Q4_0.gguf](https://huggingface.co/tensorblock/mamba-370m-hf-GGUF/tree/main/mamba-370m-hf-Q4_0.gguf) | Q4_0 | 0.216 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
41
+ | [mamba-370m-hf-Q4_K_S.gguf](https://huggingface.co/tensorblock/mamba-370m-hf-GGUF/tree/main/mamba-370m-hf-Q4_K_S.gguf) | Q4_K_S | 0.217 GB | small, greater quality loss |
42
+ | [mamba-370m-hf-Q4_K_M.gguf](https://huggingface.co/tensorblock/mamba-370m-hf-GGUF/tree/main/mamba-370m-hf-Q4_K_M.gguf) | Q4_K_M | 0.217 GB | medium, balanced quality - recommended |
43
+ | [mamba-370m-hf-Q5_0.gguf](https://huggingface.co/tensorblock/mamba-370m-hf-GGUF/tree/main/mamba-370m-hf-Q5_0.gguf) | Q5_0 | 0.253 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
44
+ | [mamba-370m-hf-Q5_K_S.gguf](https://huggingface.co/tensorblock/mamba-370m-hf-GGUF/tree/main/mamba-370m-hf-Q5_K_S.gguf) | Q5_K_S | 0.253 GB | large, low quality loss - recommended |
45
+ | [mamba-370m-hf-Q5_K_M.gguf](https://huggingface.co/tensorblock/mamba-370m-hf-GGUF/tree/main/mamba-370m-hf-Q5_K_M.gguf) | Q5_K_M | 0.253 GB | large, very low quality loss - recommended |
46
+ | [mamba-370m-hf-Q6_K.gguf](https://huggingface.co/tensorblock/mamba-370m-hf-GGUF/tree/main/mamba-370m-hf-Q6_K.gguf) | Q6_K | 0.294 GB | very large, extremely low quality loss |
47
+ | [mamba-370m-hf-Q8_0.gguf](https://huggingface.co/tensorblock/mamba-370m-hf-GGUF/tree/main/mamba-370m-hf-Q8_0.gguf) | Q8_0 | 0.376 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-370m-hf-GGUF --include "mamba-370m-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-370m-hf-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
70
+ ```
mamba-370m-hf-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8412cf2770f8cfe2c4c779548cc2c2bdba76ea13de624ceb1ee32c2ddbe7d1b7
3
+ size 159001216
mamba-370m-hf-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c1b1743f18e047a7280bac45cd580288a3205b3f46b246ef5625ff44ff426bd
3
+ size 190630528
mamba-370m-hf-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24762e7ebb41bc5b9807fe9f8e6252557a144c7303670d6f4d6d1af6a554a342
3
+ size 190630528
mamba-370m-hf-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:818a839a3f93474670c2266158b7520e9340d5e4ecfbc7eebd17664a37ff4840
3
+ size 190630528
mamba-370m-hf-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6abc7c653466f5cc5a916530b2f05ef4f38d12cdd39022bc20c161749be0a57c
3
+ size 231991936
mamba-370m-hf-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46224b5fc4a7638f401409e5e71000816e0d5fb83a1f90010642737aa3475158
3
+ size 232778368
mamba-370m-hf-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54967a5ab684fe4a3a95fd643aa1c7995740ebba41cb01475f5e0bbdef829e63
3
+ size 232778368
mamba-370m-hf-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e75afb208e448780545a020186dbde734d0ac1669a1975b08e62ac34c1e87e1d
3
+ size 271706752
mamba-370m-hf-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9b85b6f678c6d4806e22e445ad778bdf5c247927dd680b8433fc408645895b6
3
+ size 272099968
mamba-370m-hf-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5771bb3842e5933770d937c607e77972be2305f57bccc6c21034376a41d69c6a
3
+ size 272099968
mamba-370m-hf-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a68d7a820f72a7cd166a9f8d3cdca239ef3c216e6a7b787dfcb9463952b276a4
3
+ size 315427456
mamba-370m-hf-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2127ddc06bf5887fff52545ddd43c3e28bb7cf0b4a464a4044eaf45f02fb4034
3
+ size 403320640