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

Model: bartowski/xLAM-7b-r-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-03 17:17:13 +08:00
commit a2b728ff6a
28 changed files with 269 additions and 0 deletions

60
.gitattributes vendored Normal file
View File

@@ -0,0 +1,60 @@
*.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
xLAM-7b-r-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
xLAM-7b-r-Q6_K_L.gguf filter=lfs diff=lfs merge=lfs -text
xLAM-7b-r-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
xLAM-7b-r-Q5_K_L.gguf filter=lfs diff=lfs merge=lfs -text
xLAM-7b-r-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
xLAM-7b-r-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
xLAM-7b-r-Q4_K_L.gguf filter=lfs diff=lfs merge=lfs -text
xLAM-7b-r-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
xLAM-7b-r-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
xLAM-7b-r-Q4_0_8_8.gguf filter=lfs diff=lfs merge=lfs -text
xLAM-7b-r-Q4_0_4_8.gguf filter=lfs diff=lfs merge=lfs -text
xLAM-7b-r-Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text
xLAM-7b-r-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
xLAM-7b-r-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
xLAM-7b-r-Q3_K_XL.gguf filter=lfs diff=lfs merge=lfs -text
xLAM-7b-r-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
xLAM-7b-r-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
xLAM-7b-r-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
xLAM-7b-r-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
xLAM-7b-r-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
xLAM-7b-r-Q2_K_L.gguf filter=lfs diff=lfs merge=lfs -text
xLAM-7b-r-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
xLAM-7b-r-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
xLAM-7b-r-f16.gguf filter=lfs diff=lfs merge=lfs -text
xLAM-7b-r.imatrix filter=lfs diff=lfs merge=lfs -text

133
README.md Normal file
View File

@@ -0,0 +1,133 @@
---
base_model: Salesforce/xLAM-7b-r
datasets:
- Salesforce/xlam-function-calling-60k
language:
- en
license: cc-by-nc-4.0
pipeline_tag: text-generation
tags:
- function-calling
- LLM Agent
- tool-use
- mistral
- pytorch
quantized_by: bartowski
extra_gated_heading: Acknowledge to follow corresponding license to access the repository
extra_gated_button_content: Agree and access repository
extra_gated_fields:
First Name: text
Last Name: text
Country: country
Affiliation: text
---
## Llamacpp imatrix Quantizations of xLAM-7b-r
Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b3634">b3634</a> for quantization.
Original model: https://huggingface.co/Salesforce/xLAM-7b-r
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
```
<s> [INST] {prompt} [/INST]
```
Note that this model does not support a System prompt.
## Download a file (not the whole branch) from below:
| Filename | Quant type | File Size | Split | Description |
| -------- | ---------- | --------- | ----- | ----------- |
| [xLAM-7b-r-f16.gguf](https://huggingface.co/bartowski/xLAM-7b-r-GGUF/blob/main/xLAM-7b-r-f16.gguf) | f16 | 14.48GB | false | Full F16 weights. |
| [xLAM-7b-r-Q8_0.gguf](https://huggingface.co/bartowski/xLAM-7b-r-GGUF/blob/main/xLAM-7b-r-Q8_0.gguf) | Q8_0 | 7.70GB | false | Extremely high quality, generally unneeded but max available quant. |
| [xLAM-7b-r-Q6_K_L.gguf](https://huggingface.co/bartowski/xLAM-7b-r-GGUF/blob/main/xLAM-7b-r-Q6_K_L.gguf) | Q6_K_L | 6.01GB | false | Uses Q8_0 for embed and output weights. Very high quality, near perfect, *recommended*. |
| [xLAM-7b-r-Q6_K.gguf](https://huggingface.co/bartowski/xLAM-7b-r-GGUF/blob/main/xLAM-7b-r-Q6_K.gguf) | Q6_K | 5.94GB | false | Very high quality, near perfect, *recommended*. |
| [xLAM-7b-r-Q5_K_L.gguf](https://huggingface.co/bartowski/xLAM-7b-r-GGUF/blob/main/xLAM-7b-r-Q5_K_L.gguf) | Q5_K_L | 5.21GB | false | Uses Q8_0 for embed and output weights. High quality, *recommended*. |
| [xLAM-7b-r-Q5_K_M.gguf](https://huggingface.co/bartowski/xLAM-7b-r-GGUF/blob/main/xLAM-7b-r-Q5_K_M.gguf) | Q5_K_M | 5.13GB | false | High quality, *recommended*. |
| [xLAM-7b-r-Q5_K_S.gguf](https://huggingface.co/bartowski/xLAM-7b-r-GGUF/blob/main/xLAM-7b-r-Q5_K_S.gguf) | Q5_K_S | 5.00GB | false | High quality, *recommended*. |
| [xLAM-7b-r-Q4_K_L.gguf](https://huggingface.co/bartowski/xLAM-7b-r-GGUF/blob/main/xLAM-7b-r-Q4_K_L.gguf) | Q4_K_L | 4.47GB | false | Uses Q8_0 for embed and output weights. Good quality, *recommended*. |
| [xLAM-7b-r-Q4_K_M.gguf](https://huggingface.co/bartowski/xLAM-7b-r-GGUF/blob/main/xLAM-7b-r-Q4_K_M.gguf) | Q4_K_M | 4.37GB | false | Good quality, default size for must use cases, *recommended*. |
| [xLAM-7b-r-Q4_K_S.gguf](https://huggingface.co/bartowski/xLAM-7b-r-GGUF/blob/main/xLAM-7b-r-Q4_K_S.gguf) | Q4_K_S | 4.14GB | false | Slightly lower quality with more space savings, *recommended*. |
| [xLAM-7b-r-Q4_0.gguf](https://huggingface.co/bartowski/xLAM-7b-r-GGUF/blob/main/xLAM-7b-r-Q4_0.gguf) | Q4_0 | 4.12GB | false | Legacy format, generally not worth using over similarly sized formats |
| [xLAM-7b-r-Q4_0_8_8.gguf](https://huggingface.co/bartowski/xLAM-7b-r-GGUF/blob/main/xLAM-7b-r-Q4_0_8_8.gguf) | Q4_0_8_8 | 4.11GB | false | Optimized for ARM and CPU inference, much faster than Q4_0 at similar quality. |
| [xLAM-7b-r-Q4_0_4_8.gguf](https://huggingface.co/bartowski/xLAM-7b-r-GGUF/blob/main/xLAM-7b-r-Q4_0_4_8.gguf) | Q4_0_4_8 | 4.11GB | false | Optimized for ARM and CPU inference, much faster than Q4_0 at similar quality. |
| [xLAM-7b-r-Q4_0_4_4.gguf](https://huggingface.co/bartowski/xLAM-7b-r-GGUF/blob/main/xLAM-7b-r-Q4_0_4_4.gguf) | Q4_0_4_4 | 4.11GB | false | Optimized for ARM and CPU inference, much faster than Q4_0 at similar quality. |
| [xLAM-7b-r-Q3_K_XL.gguf](https://huggingface.co/bartowski/xLAM-7b-r-GGUF/blob/main/xLAM-7b-r-Q3_K_XL.gguf) | Q3_K_XL | 3.94GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. |
| [xLAM-7b-r-IQ4_XS.gguf](https://huggingface.co/bartowski/xLAM-7b-r-GGUF/blob/main/xLAM-7b-r-IQ4_XS.gguf) | IQ4_XS | 3.91GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
| [xLAM-7b-r-Q3_K_L.gguf](https://huggingface.co/bartowski/xLAM-7b-r-GGUF/blob/main/xLAM-7b-r-Q3_K_L.gguf) | Q3_K_L | 3.82GB | false | Lower quality but usable, good for low RAM availability. |
| [xLAM-7b-r-Q3_K_M.gguf](https://huggingface.co/bartowski/xLAM-7b-r-GGUF/blob/main/xLAM-7b-r-Q3_K_M.gguf) | Q3_K_M | 3.52GB | false | Low quality. |
| [xLAM-7b-r-IQ3_M.gguf](https://huggingface.co/bartowski/xLAM-7b-r-GGUF/blob/main/xLAM-7b-r-IQ3_M.gguf) | IQ3_M | 3.28GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
| [xLAM-7b-r-Q3_K_S.gguf](https://huggingface.co/bartowski/xLAM-7b-r-GGUF/blob/main/xLAM-7b-r-Q3_K_S.gguf) | Q3_K_S | 3.16GB | false | Low quality, not recommended. |
| [xLAM-7b-r-IQ3_XS.gguf](https://huggingface.co/bartowski/xLAM-7b-r-GGUF/blob/main/xLAM-7b-r-IQ3_XS.gguf) | IQ3_XS | 3.02GB | false | Lower quality, new method with decent performance, slightly better than Q3_K_S. |
| [xLAM-7b-r-Q2_K_L.gguf](https://huggingface.co/bartowski/xLAM-7b-r-GGUF/blob/main/xLAM-7b-r-Q2_K_L.gguf) | Q2_K_L | 2.85GB | false | Uses Q8_0 for embed and output weights. Very low quality but surprisingly usable. |
| [xLAM-7b-r-Q2_K.gguf](https://huggingface.co/bartowski/xLAM-7b-r-GGUF/blob/main/xLAM-7b-r-Q2_K.gguf) | Q2_K | 2.72GB | false | Very low quality but surprisingly usable. |
| [xLAM-7b-r-IQ2_M.gguf](https://huggingface.co/bartowski/xLAM-7b-r-GGUF/blob/main/xLAM-7b-r-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/xLAM-7b-r-GGUF --include "xLAM-7b-r-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/xLAM-7b-r-GGUF --include "xLAM-7b-r-Q8_0/*" --local-dir ./
```
You can either specify a new local-dir (xLAM-7b-r-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}

3
xLAM-7b-r-IQ2_M.gguf Normal file
View File

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

3
xLAM-7b-r-IQ3_M.gguf Normal file
View File

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

3
xLAM-7b-r-IQ3_XS.gguf Normal file
View File

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

3
xLAM-7b-r-IQ4_XS.gguf Normal file
View File

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

3
xLAM-7b-r-Q2_K.gguf Normal file
View File

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

3
xLAM-7b-r-Q2_K_L.gguf Normal file
View File

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

3
xLAM-7b-r-Q3_K_L.gguf Normal file
View File

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

3
xLAM-7b-r-Q3_K_M.gguf Normal file
View File

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

3
xLAM-7b-r-Q3_K_S.gguf Normal file
View File

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

3
xLAM-7b-r-Q3_K_XL.gguf Normal file
View File

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

3
xLAM-7b-r-Q4_0.gguf Normal file
View File

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

3
xLAM-7b-r-Q4_0_4_4.gguf Normal file
View File

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

3
xLAM-7b-r-Q4_0_4_8.gguf Normal file
View File

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

3
xLAM-7b-r-Q4_0_8_8.gguf Normal file
View File

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

3
xLAM-7b-r-Q4_K_L.gguf Normal file
View File

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

3
xLAM-7b-r-Q4_K_M.gguf Normal file
View File

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

3
xLAM-7b-r-Q4_K_S.gguf Normal file
View File

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

3
xLAM-7b-r-Q5_K_L.gguf Normal file
View File

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

3
xLAM-7b-r-Q5_K_M.gguf Normal file
View File

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

3
xLAM-7b-r-Q5_K_S.gguf Normal file
View File

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

3
xLAM-7b-r-Q6_K.gguf Normal file
View File

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

3
xLAM-7b-r-Q6_K_L.gguf Normal file
View File

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

3
xLAM-7b-r-Q8_0.gguf Normal file
View File

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

3
xLAM-7b-r-f16.gguf Normal file
View File

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

3
xLAM-7b-r.imatrix Normal file
View File

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