morriszms commited on
Commit
1eceab1
·
verified ·
1 Parent(s): ddaf6f7

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-1b-fc-r-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ xLAM-1b-fc-r-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ xLAM-1b-fc-r-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ xLAM-1b-fc-r-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ xLAM-1b-fc-r-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ xLAM-1b-fc-r-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ xLAM-1b-fc-r-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ xLAM-1b-fc-r-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ xLAM-1b-fc-r-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ xLAM-1b-fc-r-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ xLAM-1b-fc-r-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ xLAM-1b-fc-r-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Salesforce/xLAM-1b-fc-r
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ ---
7
+
8
+ <div style="width: auto; margin-left: auto; margin-right: auto">
9
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
10
+ </div>
11
+ <div style="display: flex; justify-content: space-between; width: 100%;">
12
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
13
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
14
+ 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>
15
+ </p>
16
+ </div>
17
+ </div>
18
+
19
+ ## Salesforce/xLAM-1b-fc-r - GGUF
20
+
21
+ This repo contains GGUF format model files for [Salesforce/xLAM-1b-fc-r](https://huggingface.co/Salesforce/xLAM-1b-fc-r).
22
+
23
+ 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).
24
+
25
+ <div style="text-align: left; margin: 20px 0;">
26
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
27
+ Run them on the TensorBlock client using your local machine ↗
28
+ </a>
29
+ </div>
30
+
31
+ ## Prompt template
32
+
33
+ ```
34
+ {system_prompt}### Instruction:
35
+ {prompt}
36
+ ### Response:
37
+ ```
38
+
39
+ ## Model file specification
40
+
41
+ | Filename | Quant type | File Size | Description |
42
+ | -------- | ---------- | --------- | ----------- |
43
+ | [xLAM-1b-fc-r-Q2_K.gguf](https://huggingface.co/tensorblock/xLAM-1b-fc-r-GGUF/blob/main/xLAM-1b-fc-r-Q2_K.gguf) | Q2_K | 0.521 GB | smallest, significant quality loss - not recommended for most purposes |
44
+ | [xLAM-1b-fc-r-Q3_K_S.gguf](https://huggingface.co/tensorblock/xLAM-1b-fc-r-GGUF/blob/main/xLAM-1b-fc-r-Q3_K_S.gguf) | Q3_K_S | 0.598 GB | very small, high quality loss |
45
+ | [xLAM-1b-fc-r-Q3_K_M.gguf](https://huggingface.co/tensorblock/xLAM-1b-fc-r-GGUF/blob/main/xLAM-1b-fc-r-Q3_K_M.gguf) | Q3_K_M | 0.656 GB | very small, high quality loss |
46
+ | [xLAM-1b-fc-r-Q3_K_L.gguf](https://huggingface.co/tensorblock/xLAM-1b-fc-r-GGUF/blob/main/xLAM-1b-fc-r-Q3_K_L.gguf) | Q3_K_L | 0.693 GB | small, substantial quality loss |
47
+ | [xLAM-1b-fc-r-Q4_0.gguf](https://huggingface.co/tensorblock/xLAM-1b-fc-r-GGUF/blob/main/xLAM-1b-fc-r-Q4_0.gguf) | Q4_0 | 0.723 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
48
+ | [xLAM-1b-fc-r-Q4_K_S.gguf](https://huggingface.co/tensorblock/xLAM-1b-fc-r-GGUF/blob/main/xLAM-1b-fc-r-Q4_K_S.gguf) | Q4_K_S | 0.758 GB | small, greater quality loss |
49
+ | [xLAM-1b-fc-r-Q4_K_M.gguf](https://huggingface.co/tensorblock/xLAM-1b-fc-r-GGUF/blob/main/xLAM-1b-fc-r-Q4_K_M.gguf) | Q4_K_M | 0.813 GB | medium, balanced quality - recommended |
50
+ | [xLAM-1b-fc-r-Q5_0.gguf](https://huggingface.co/tensorblock/xLAM-1b-fc-r-GGUF/blob/main/xLAM-1b-fc-r-Q5_0.gguf) | Q5_0 | 0.872 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
51
+ | [xLAM-1b-fc-r-Q5_K_S.gguf](https://huggingface.co/tensorblock/xLAM-1b-fc-r-GGUF/blob/main/xLAM-1b-fc-r-Q5_K_S.gguf) | Q5_K_S | 0.887 GB | large, low quality loss - recommended |
52
+ | [xLAM-1b-fc-r-Q5_K_M.gguf](https://huggingface.co/tensorblock/xLAM-1b-fc-r-GGUF/blob/main/xLAM-1b-fc-r-Q5_K_M.gguf) | Q5_K_M | 0.933 GB | large, very low quality loss - recommended |
53
+ | [xLAM-1b-fc-r-Q6_K.gguf](https://huggingface.co/tensorblock/xLAM-1b-fc-r-GGUF/blob/main/xLAM-1b-fc-r-Q6_K.gguf) | Q6_K | 1.091 GB | very large, extremely low quality loss |
54
+ | [xLAM-1b-fc-r-Q8_0.gguf](https://huggingface.co/tensorblock/xLAM-1b-fc-r-GGUF/blob/main/xLAM-1b-fc-r-Q8_0.gguf) | Q8_0 | 1.334 GB | very large, extremely low quality loss - not recommended |
55
+
56
+
57
+ ## Downloading instruction
58
+
59
+ ### Command line
60
+
61
+ Firstly, install Huggingface Client
62
+
63
+ ```shell
64
+ pip install -U "huggingface_hub[cli]"
65
+ ```
66
+
67
+ Then, downoad the individual model file the a local directory
68
+
69
+ ```shell
70
+ huggingface-cli download tensorblock/xLAM-1b-fc-r-GGUF --include "xLAM-1b-fc-r-Q2_K.gguf" --local-dir MY_LOCAL_DIR
71
+ ```
72
+
73
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/xLAM-1b-fc-r-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
77
+ ```
xLAM-1b-fc-r-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f17ce1ee01a2f28efebb69891ac5d6abbd2af448f13d2776be75a877e78b654
3
+ size 559717248
xLAM-1b-fc-r-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:419a47abec5769fd5242abd34edfeafce46d7e8c1e37e79684655ffb56ede209
3
+ size 744455040
xLAM-1b-fc-r-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:545ef29b2c3b6dda7eb5771a5e0ca757e34c78c5880949c3dce47b86b73cfed7
3
+ size 704134016
xLAM-1b-fc-r-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcd7ae87d8d9f7d6810c50a36857aae02e9746a1fb3468aa5a2d37af0a0337ec
3
+ size 641825664
xLAM-1b-fc-r-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42999593917131d1c8c1752df839fdef687337e0fd64b31b45be4a587720c772
3
+ size 775936896
xLAM-1b-fc-r-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b38f752ed70fff9124268113be537aa80b90f3b2afd10e2259c55143f38794dc
3
+ size 873454464
xLAM-1b-fc-r-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:480f9e7772e56400d7069a934ff830cfb12c0665a801db068504d9c777272025
3
+ size 813964160
xLAM-1b-fc-r-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc05eac7be6ff9c68508c884e26dc84dfdd009e0b6bec09c81a94448cc427763
3
+ size 935975808
xLAM-1b-fc-r-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3695e42cc0efe931bb90d844189681455a148018a0c2d9f6d98aa6f635e9bab6
3
+ size 1001839488
xLAM-1b-fc-r-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41aed3b2ff073261243bc6bab207578e6e1a96af12fa444a8e038caecd95e279
3
+ size 952884096
xLAM-1b-fc-r-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f72b3957963a9254fe06801275fb4f8ed3f97a64d9b12b94b8a223a0af22425d
3
+ size 1171536768
xLAM-1b-fc-r-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20a3f81fc2262f44a7bdc13781153e8ef2e2002ccfaa8d1318f4ce9434a5982a
3
+ size 1432091520