morriszms commited on
Commit
2701509
·
verified ·
1 Parent(s): 9d7cb1a

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
+ xLAM-7b-r-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ xLAM-7b-r-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ xLAM-7b-r-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ xLAM-7b-r-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ xLAM-7b-r-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ xLAM-7b-r-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ xLAM-7b-r-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ xLAM-7b-r-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ xLAM-7b-r-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ xLAM-7b-r-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ xLAM-7b-r-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ xLAM-7b-r-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ extra_gated_heading: Acknowledge to follow corresponding license to access the repository
3
+ extra_gated_button_content: Agree and access repository
4
+ extra_gated_fields:
5
+ First Name: text
6
+ Last Name: text
7
+ Country: country
8
+ Affiliation: text
9
+ license: cc-by-nc-4.0
10
+ datasets:
11
+ - Salesforce/xlam-function-calling-60k
12
+ language:
13
+ - en
14
+ pipeline_tag: text-generation
15
+ tags:
16
+ - function-calling
17
+ - LLM Agent
18
+ - tool-use
19
+ - mistral
20
+ - pytorch
21
+ - TensorBlock
22
+ - GGUF
23
+ library_name: transformers
24
+ base_model: Salesforce/xLAM-7b-r
25
+ ---
26
+
27
+ <div style="width: auto; margin-left: auto; margin-right: auto">
28
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
29
+ </div>
30
+ <div style="display: flex; justify-content: space-between; width: 100%;">
31
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
32
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
33
+ 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>
34
+ </p>
35
+ </div>
36
+ </div>
37
+
38
+ ## Salesforce/xLAM-7b-r - GGUF
39
+
40
+ This repo contains GGUF format model files for [Salesforce/xLAM-7b-r](https://huggingface.co/Salesforce/xLAM-7b-r).
41
+
42
+ 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).
43
+
44
+ ## Prompt template
45
+
46
+ ```
47
+ <s>[INST] {prompt} [/INST]
48
+ ```
49
+
50
+ ## Model file specification
51
+
52
+ | Filename | Quant type | File Size | Description |
53
+ | -------- | ---------- | --------- | ----------- |
54
+ | [xLAM-7b-r-Q2_K.gguf](https://huggingface.co/tensorblock/xLAM-7b-r-GGUF/tree/main/xLAM-7b-r-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
55
+ | [xLAM-7b-r-Q3_K_S.gguf](https://huggingface.co/tensorblock/xLAM-7b-r-GGUF/tree/main/xLAM-7b-r-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
56
+ | [xLAM-7b-r-Q3_K_M.gguf](https://huggingface.co/tensorblock/xLAM-7b-r-GGUF/tree/main/xLAM-7b-r-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
57
+ | [xLAM-7b-r-Q3_K_L.gguf](https://huggingface.co/tensorblock/xLAM-7b-r-GGUF/tree/main/xLAM-7b-r-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
58
+ | [xLAM-7b-r-Q4_0.gguf](https://huggingface.co/tensorblock/xLAM-7b-r-GGUF/tree/main/xLAM-7b-r-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
59
+ | [xLAM-7b-r-Q4_K_S.gguf](https://huggingface.co/tensorblock/xLAM-7b-r-GGUF/tree/main/xLAM-7b-r-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
60
+ | [xLAM-7b-r-Q4_K_M.gguf](https://huggingface.co/tensorblock/xLAM-7b-r-GGUF/tree/main/xLAM-7b-r-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
61
+ | [xLAM-7b-r-Q5_0.gguf](https://huggingface.co/tensorblock/xLAM-7b-r-GGUF/tree/main/xLAM-7b-r-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
62
+ | [xLAM-7b-r-Q5_K_S.gguf](https://huggingface.co/tensorblock/xLAM-7b-r-GGUF/tree/main/xLAM-7b-r-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
63
+ | [xLAM-7b-r-Q5_K_M.gguf](https://huggingface.co/tensorblock/xLAM-7b-r-GGUF/tree/main/xLAM-7b-r-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
64
+ | [xLAM-7b-r-Q6_K.gguf](https://huggingface.co/tensorblock/xLAM-7b-r-GGUF/tree/main/xLAM-7b-r-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
65
+ | [xLAM-7b-r-Q8_0.gguf](https://huggingface.co/tensorblock/xLAM-7b-r-GGUF/tree/main/xLAM-7b-r-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
66
+
67
+
68
+ ## Downloading instruction
69
+
70
+ ### Command line
71
+
72
+ Firstly, install Huggingface Client
73
+
74
+ ```shell
75
+ pip install -U "huggingface_hub[cli]"
76
+ ```
77
+
78
+ Then, downoad the individual model file the a local directory
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/xLAM-7b-r-GGUF --include "xLAM-7b-r-Q2_K.gguf" --local-dir MY_LOCAL_DIR
82
+ ```
83
+
84
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
85
+
86
+ ```shell
87
+ huggingface-cli download tensorblock/xLAM-7b-r-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
88
+ ```
xLAM-7b-r-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01be575d4412ac7b86c3bc1898c6624cafd124956853623e7f6fcad658e8cd39
3
+ size 2719243072
xLAM-7b-r-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5823e0c2ccfed3524108364f67780aa64f66497751cd486d26a22290a66cc10b
3
+ size 3822025536
xLAM-7b-r-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:884c8207d0f6bee62ee02aa3d495abbba87d6779d4b3962663eef2e5bce54b4d
3
+ size 3518987072
xLAM-7b-r-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a54eb7afb815b0146925e6d05c71beef483401db6976ea2fa4d3a26d945e7bf5
3
+ size 3164568384
xLAM-7b-r-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64cc357608dd1750494403359161cf79d43b7c3b18b0f73b9ef95294134a5378
3
+ size 4108917568
xLAM-7b-r-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6275417b6d02f67a0b4f0a24d2506287ad3b1fba3494cd37305f9a03a09fd8f
3
+ size 4368440128
xLAM-7b-r-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98a0a25cd861edec1b2e30f7cce3caa1cf3a16230450c487265a4de8662cdd5a
3
+ size 4140374848
xLAM-7b-r-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0822999f436a7a2e679666f87364bcb09bd2d179a3f175532d1b0d75d90bca0
3
+ size 4997716800
xLAM-7b-r-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0009d2f790af97be31f479ee2c3ae46dae49251ee555596651a89d071b310dfa
3
+ size 5131410240
xLAM-7b-r-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b5cbacae5964cacc844f1b09a947e822e71b9d7df1b19667e56c24eec92b61b
3
+ size 4997716800
xLAM-7b-r-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a04807e0c6d1b838fcfa1b2dbc2d63cda3b730f2ad2c027c2bb1eb3e8d31e19
3
+ size 5942065984
xLAM-7b-r-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a81d839d31deec44231dfc4d4ef5b427db7a17ca7f82597f657e427d654349a1
3
+ size 7695858496