初始化项目,由ModelHub XC社区提供模型

Model: bartowski/falcon-mamba-7b-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-13 05:32:05 +08:00
commit 6b2e8bf44a
24 changed files with 330 additions and 0 deletions

56
.gitattributes vendored Normal file
View File

@@ -0,0 +1,56 @@
*.7z filter=lfs diff=lfs merge=lfs -text
*.arrow filter=lfs diff=lfs merge=lfs -text
*.bin filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.ckpt filter=lfs diff=lfs merge=lfs -text
*.ftz filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.h5 filter=lfs diff=lfs merge=lfs -text
*.joblib filter=lfs diff=lfs merge=lfs -text
*.lfs.* filter=lfs diff=lfs merge=lfs -text
*.mlmodel filter=lfs diff=lfs merge=lfs -text
*.model filter=lfs diff=lfs merge=lfs -text
*.msgpack filter=lfs diff=lfs merge=lfs -text
*.npy filter=lfs diff=lfs merge=lfs -text
*.npz filter=lfs diff=lfs merge=lfs -text
*.onnx filter=lfs diff=lfs merge=lfs -text
*.ot filter=lfs diff=lfs merge=lfs -text
*.parquet filter=lfs diff=lfs merge=lfs -text
*.pb filter=lfs diff=lfs merge=lfs -text
*.pickle filter=lfs diff=lfs merge=lfs -text
*.pkl filter=lfs diff=lfs merge=lfs -text
*.pt filter=lfs diff=lfs merge=lfs -text
*.pth filter=lfs diff=lfs merge=lfs -text
*.rar filter=lfs diff=lfs merge=lfs -text
*.safetensors filter=lfs diff=lfs merge=lfs -text
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
*.tar.* filter=lfs diff=lfs merge=lfs -text
*.tar filter=lfs diff=lfs merge=lfs -text
*.tflite filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.wasm filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
*tfevents* filter=lfs diff=lfs merge=lfs -text
falcon-mamba-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
falcon-mamba-7b-Q6_K_L.gguf filter=lfs diff=lfs merge=lfs -text
falcon-mamba-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
falcon-mamba-7b-Q5_K_L.gguf filter=lfs diff=lfs merge=lfs -text
falcon-mamba-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
falcon-mamba-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
falcon-mamba-7b-Q4_K_L.gguf filter=lfs diff=lfs merge=lfs -text
falcon-mamba-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
falcon-mamba-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
falcon-mamba-7b-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
falcon-mamba-7b-Q3_K_XL.gguf filter=lfs diff=lfs merge=lfs -text
falcon-mamba-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
falcon-mamba-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
falcon-mamba-7b-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
falcon-mamba-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
falcon-mamba-7b-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
falcon-mamba-7b-Q2_K_L.gguf filter=lfs diff=lfs merge=lfs -text
falcon-mamba-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
falcon-mamba-7b-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
falcon-mamba-7b-f16.gguf filter=lfs diff=lfs merge=lfs -text
falcon-mamba-7b.imatrix filter=lfs diff=lfs merge=lfs -text

210
README.md Normal file
View File

@@ -0,0 +1,210 @@
---
base_model: tiiuae/falcon-mamba-7b
datasets:
- tiiuae/falcon-refinedweb
- HuggingFaceFW/fineweb-edu
language:
- en
license: other
license_name: falcon-mamba-7b-license
license_link: https://falconllm.tii.ae/falcon-mamba-7b-terms-and-conditions.html
pipeline_tag: text-generation
quantized_by: bartowski
model-index:
- name: falcon-mamba-7b
results:
- task:
type: text-generation
name: Text Generation
dataset:
name: IFEval (0-Shot)
type: HuggingFaceH4/ifeval
args:
num_few_shot: 0
metrics:
- type: inst_level_strict_acc and prompt_level_strict_acc
value: 33.36
name: strict accuracy
source:
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=tiiuae/falcon-mamba-7b
name: Open LLM Leaderboard
- task:
type: text-generation
name: Text Generation
dataset:
name: BBH (3-Shot)
type: BBH
args:
num_few_shot: 3
metrics:
- type: acc_norm
value: 19.88
name: normalized accuracy
source:
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=tiiuae/falcon-mamba-7b
name: Open LLM Leaderboard
- task:
type: text-generation
name: Text Generation
dataset:
name: MATH Lvl 5 (4-Shot)
type: hendrycks/competition_math
args:
num_few_shot: 4
metrics:
- type: exact_match
value: 3.63
name: exact match
source:
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=tiiuae/falcon-mamba-7b
name: Open LLM Leaderboard
- task:
type: text-generation
name: Text Generation
dataset:
name: GPQA (0-shot)
type: Idavidrein/gpqa
args:
num_few_shot: 0
metrics:
- type: acc_norm
value: 8.05
name: acc_norm
source:
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=tiiuae/falcon-mamba-7b
name: Open LLM Leaderboard
- task:
type: text-generation
name: Text Generation
dataset:
name: MuSR (0-shot)
type: TAUR-Lab/MuSR
args:
num_few_shot: 0
metrics:
- type: acc_norm
value: 10.86
name: acc_norm
source:
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=tiiuae/falcon-mamba-7b
name: Open LLM Leaderboard
- task:
type: text-generation
name: Text Generation
dataset:
name: MMLU-PRO (5-shot)
type: TIGER-Lab/MMLU-Pro
config: main
split: test
args:
num_few_shot: 5
metrics:
- type: acc
value: 14.47
name: accuracy
source:
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=tiiuae/falcon-mamba-7b
name: Open LLM Leaderboard
---
## Llamacpp imatrix Quantizations of falcon-mamba-7b
Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b3615">b3615</a> for quantization.
Original model: https://huggingface.co/tiiuae/falcon-mamba-7b
All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8)
Run them in [LM Studio](https://lmstudio.ai/)
## Prompt format
No prompt format found, check original model page
## Download a file (not the whole branch) from below:
| Filename | Quant type | File Size | Split | Description |
| -------- | ---------- | --------- | ----- | ----------- |
| [falcon-mamba-7b-f16.gguf](https://huggingface.co/bartowski/falcon-mamba-7b-GGUF/blob/main/falcon-mamba-7b-f16.gguf) | f16 | 14.57GB | false | Full F16 weights. |
| [falcon-mamba-7b-Q8_0.gguf](https://huggingface.co/bartowski/falcon-mamba-7b-GGUF/blob/main/falcon-mamba-7b-Q8_0.gguf) | Q8_0 | 7.77GB | false | Extremely high quality, generally unneeded but max available quant. |
| [falcon-mamba-7b-Q6_K_L.gguf](https://huggingface.co/bartowski/falcon-mamba-7b-GGUF/blob/main/falcon-mamba-7b-Q6_K_L.gguf) | Q6_K_L | 6.14GB | false | Uses Q8_0 for embed and output weights. Very high quality, near perfect, *recommended*. |
| [falcon-mamba-7b-Q6_K.gguf](https://huggingface.co/bartowski/falcon-mamba-7b-GGUF/blob/main/falcon-mamba-7b-Q6_K.gguf) | Q6_K | 6.01GB | false | Very high quality, near perfect, *recommended*. |
| [falcon-mamba-7b-Q5_K_L.gguf](https://huggingface.co/bartowski/falcon-mamba-7b-GGUF/blob/main/falcon-mamba-7b-Q5_K_L.gguf) | Q5_K_L | 5.24GB | false | Uses Q8_0 for embed and output weights. High quality, *recommended*. |
| [falcon-mamba-7b-Q5_K_M.gguf](https://huggingface.co/bartowski/falcon-mamba-7b-GGUF/blob/main/falcon-mamba-7b-Q5_K_M.gguf) | Q5_K_M | 5.08GB | false | High quality, *recommended*. |
| [falcon-mamba-7b-Q5_K_S.gguf](https://huggingface.co/bartowski/falcon-mamba-7b-GGUF/blob/main/falcon-mamba-7b-Q5_K_S.gguf) | Q5_K_S | 5.08GB | false | High quality, *recommended*. |
| [falcon-mamba-7b-Q4_K_L.gguf](https://huggingface.co/bartowski/falcon-mamba-7b-GGUF/blob/main/falcon-mamba-7b-Q4_K_L.gguf) | Q4_K_L | 4.40GB | false | Uses Q8_0 for embed and output weights. Good quality, *recommended*. |
| [falcon-mamba-7b-Q4_K_M.gguf](https://huggingface.co/bartowski/falcon-mamba-7b-GGUF/blob/main/falcon-mamba-7b-Q4_K_M.gguf) | Q4_K_M | 4.20GB | false | Good quality, default size for must use cases, *recommended*. |
| [falcon-mamba-7b-Q4_K_S.gguf](https://huggingface.co/bartowski/falcon-mamba-7b-GGUF/blob/main/falcon-mamba-7b-Q4_K_S.gguf) | Q4_K_S | 4.20GB | false | Slightly lower quality with more space savings, *recommended*. |
| [falcon-mamba-7b-IQ4_XS.gguf](https://huggingface.co/bartowski/falcon-mamba-7b-GGUF/blob/main/falcon-mamba-7b-IQ4_XS.gguf) | IQ4_XS | 3.99GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
| [falcon-mamba-7b-Q3_K_XL.gguf](https://huggingface.co/bartowski/falcon-mamba-7b-GGUF/blob/main/falcon-mamba-7b-Q3_K_XL.gguf) | Q3_K_XL | 3.51GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. |
| [falcon-mamba-7b-Q3_K_L.gguf](https://huggingface.co/bartowski/falcon-mamba-7b-GGUF/blob/main/falcon-mamba-7b-Q3_K_L.gguf) | Q3_K_L | 3.28GB | false | Lower quality but usable, good for low RAM availability. |
| [falcon-mamba-7b-Q3_K_M.gguf](https://huggingface.co/bartowski/falcon-mamba-7b-GGUF/blob/main/falcon-mamba-7b-Q3_K_M.gguf) | Q3_K_M | 3.28GB | false | Low quality. |
| [falcon-mamba-7b-IQ3_M.gguf](https://huggingface.co/bartowski/falcon-mamba-7b-GGUF/blob/main/falcon-mamba-7b-IQ3_M.gguf) | IQ3_M | 3.28GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
| [falcon-mamba-7b-Q3_K_S.gguf](https://huggingface.co/bartowski/falcon-mamba-7b-GGUF/blob/main/falcon-mamba-7b-Q3_K_S.gguf) | Q3_K_S | 3.28GB | false | Low quality, not recommended. |
| [falcon-mamba-7b-IQ3_XS.gguf](https://huggingface.co/bartowski/falcon-mamba-7b-GGUF/blob/main/falcon-mamba-7b-IQ3_XS.gguf) | IQ3_XS | 3.28GB | false | Lower quality, new method with decent performance, slightly better than Q3_K_S. |
| [falcon-mamba-7b-Q2_K_L.gguf](https://huggingface.co/bartowski/falcon-mamba-7b-GGUF/blob/main/falcon-mamba-7b-Q2_K_L.gguf) | Q2_K_L | 2.83GB | false | Uses Q8_0 for embed and output weights. Very low quality but surprisingly usable. |
| [falcon-mamba-7b-Q2_K.gguf](https://huggingface.co/bartowski/falcon-mamba-7b-GGUF/blob/main/falcon-mamba-7b-Q2_K.gguf) | Q2_K | 2.57GB | false | Very low quality but surprisingly usable. |
| [falcon-mamba-7b-IQ2_M.gguf](https://huggingface.co/bartowski/falcon-mamba-7b-GGUF/blob/main/falcon-mamba-7b-IQ2_M.gguf) | IQ2_M | 2.50GB | false | Relatively low quality, uses SOTA techniques to be surprisingly usable. |
## Embed/output weights
Some of these quants (Q3_K_XL, Q4_K_L etc) are the standard quantization method with the embeddings and output weights quantized to Q8_0 instead of what they would normally default to.
Some say that this improves the quality, others don't notice any difference. If you use these models PLEASE COMMENT with your findings. I would like feedback that these are actually used and useful so I don't keep uploading quants no one is using.
Thanks!
## Credits
Thank you kalomaze and Dampf for assistance in creating the imatrix calibration dataset
Thank you ZeroWw for the inspiration to experiment with embed/output
## Downloading using huggingface-cli
First, make sure you have hugginface-cli installed:
```
pip install -U "huggingface_hub[cli]"
```
Then, you can target the specific file you want:
```
huggingface-cli download bartowski/falcon-mamba-7b-GGUF --include "falcon-mamba-7b-Q4_K_M.gguf" --local-dir ./
```
If the model is bigger than 50GB, it will have been split into multiple files. In order to download them all to a local folder, run:
```
huggingface-cli download bartowski/falcon-mamba-7b-GGUF --include "falcon-mamba-7b-Q8_0/*" --local-dir ./
```
You can either specify a new local-dir (falcon-mamba-7b-Q8_0) or download them all in place (./)
## Which file should I choose?
A great write up with charts showing various performances is provided by Artefact2 [here](https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9)
The first thing to figure out is how big a model you can run. To do this, you'll need to figure out how much RAM and/or VRAM you have.
If you want your model running as FAST as possible, you'll want to fit the whole thing on your GPU's VRAM. Aim for a quant with a file size 1-2GB smaller than your GPU's total VRAM.
If you want the absolute maximum quality, add both your system RAM and your GPU's VRAM together, then similarly grab a quant with a file size 1-2GB Smaller than that total.
Next, you'll need to decide if you want to use an 'I-quant' or a 'K-quant'.
If you don't want to think too much, grab one of the K-quants. These are in format 'QX_K_X', like Q5_K_M.
If you want to get more into the weeds, you can check out this extremely useful feature chart:
[llama.cpp feature matrix](https://github.com/ggerganov/llama.cpp/wiki/Feature-matrix)
But basically, if you're aiming for below Q4, and you're running cuBLAS (Nvidia) or rocBLAS (AMD), you should look towards the I-quants. These are in format IQX_X, like IQ3_M. These are newer and offer better performance for their size.
These I-quants can also be used on CPU and Apple Metal, but will be slower than their K-quant equivalent, so speed vs performance is a tradeoff you'll have to decide.
The I-quants are *not* compatible with Vulcan, which is also AMD, so if you have an AMD card double check if you're using the rocBLAS build or the Vulcan build. At the time of writing this, LM Studio has a preview with ROCm support, and other inference engines have specific builds for ROCm.
Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski

1
configuration.json Normal file
View File

@@ -0,0 +1 @@
{"framework": "pytorch", "task": "text-generation", "allow_remote": true}

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9712fb480a11c6eb404e7f46dc3eb20d25d2a6d4ebd66d4d0012dec3c5f11b82
size 2504128512

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e1f06c820e61ddb5ae6d98d3ed1729c9cb5eba469557837e3b8ef0784a979f9f
size 3275339776

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:700b135aebb9162f6b3cb1dec362b4452f2f790c8d1970c5329d695642825e81
size 3275339776

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b6b5716cf2287c242386f9e2dcbb931f253fd7b98268d95024e0ad01e7d040c
size 3985668096

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:051ba6dbf3dfbf3322cb19c7b3b09f10c70ff3dcec8aa606986963be52ee8ab3
size 2565011456

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff23e4993530b953b560231604448f4328bd3816b8a08a72d942397ce4159bfb
size 2825107456

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49fd688d7cc285c4b8bfbd64929782d73e5c6612a7437e86be6d9e1b84f9226d
size 3275339776

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c395c601fc1216a634851738894ff2049b55a46801a062c572f9f38c931ff1bc
size 3275339776

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:395f6e3c64321e5b93dc8dfbdfe2562c8df367fb71ba6bc0258ae5b58ee354f3
size 3275339776

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9030f5eb1dba3c3a3bc01179d3d3139d127689c9c891d07942d62b98d52a0e48
size 3508385792

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e77181b6ed1b3d96fe9f9269fe414e49227c839132db4a305f1645006011a878
size 4401903616

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef8ba78a1fd0b0fd1d1c966acc5f4c043b12fbbd7044f4d9aad82e6b7a51e0a7
size 4204230656

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d69421ad5a106d569e6a826e1a087b4455c9bc6091eec1823f24643f171e04d2
size 4204230656

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f89d7996a2a438b173d18ec9b81b07f1976dcd200ce2be3b7884b5e3b52d9dc2
size 5242861568

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81c42a0e64e1b26d6867f873fd9c6f813b466504cd465c03dea54d33d4f239ea
size 5078480896

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79f0956f072309ea555e36ef24464a85c84dc81b01886e260f1aeac768485a29
size 5078480896

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:050628c047bd67355107416d545c796138e464fc47dea7a033514e110eaec226
size 6007371776

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:522fe282cea167c3be02983dd7b6555f06c3c2cb93cf5fa7a54f6d3861ae8d1c
size 6136379392

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d1fc0dd460ecfa9207af17d2b8a2ac3f06cad8af884efa950bb252e18438bc8d
size 7765735424

3
falcon-mamba-7b-f16.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5460afa45e71078f8dc384b64f6e0daa72fa1fa503613279a1243f2b4f7468e0
size 14572304096

3
falcon-mamba-7b.imatrix Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f5742625a546b074f0ebaad9e63d3123f46775778acc813401cbf6dc8fc5b854
size 5316616