morriszms commited on
Commit
e1da025
·
verified ·
1 Parent(s): 017735f

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
+ aya-expanse-32b-ungated-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ aya-expanse-32b-ungated-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ aya-expanse-32b-ungated-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ aya-expanse-32b-ungated-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ aya-expanse-32b-ungated-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ aya-expanse-32b-ungated-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ aya-expanse-32b-ungated-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ aya-expanse-32b-ungated-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ aya-expanse-32b-ungated-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ aya-expanse-32b-ungated-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ aya-expanse-32b-ungated-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ aya-expanse-32b-ungated-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ inference: false
3
+ library_name: transformers
4
+ language:
5
+ - en
6
+ - fr
7
+ - de
8
+ - es
9
+ - it
10
+ - pt
11
+ - ja
12
+ - ko
13
+ - zh
14
+ - ar
15
+ - el
16
+ - fa
17
+ - pl
18
+ - id
19
+ - cs
20
+ - he
21
+ - hi
22
+ - nl
23
+ - ro
24
+ - ru
25
+ - tr
26
+ - uk
27
+ - vi
28
+ license: cc-by-nc-4.0
29
+ tags:
30
+ - TensorBlock
31
+ - GGUF
32
+ base_model: adamo1139/aya-expanse-32b-ungated
33
+ ---
34
+
35
+ <div style="width: auto; margin-left: auto; margin-right: auto">
36
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
37
+ </div>
38
+ <div style="display: flex; justify-content: space-between; width: 100%;">
39
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
40
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
41
+ 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>
42
+ </p>
43
+ </div>
44
+ </div>
45
+
46
+ ## adamo1139/aya-expanse-32b-ungated - GGUF
47
+
48
+ This repo contains GGUF format model files for [adamo1139/aya-expanse-32b-ungated](https://huggingface.co/adamo1139/aya-expanse-32b-ungated).
49
+
50
+ 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).
51
+
52
+ <div style="text-align: left; margin: 20px 0;">
53
+ <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;">
54
+ Run them on the TensorBlock client using your local machine ↗
55
+ </a>
56
+ </div>
57
+
58
+ ## Prompt template
59
+
60
+ ```
61
+ <BOS_TOKEN><|START_OF_TURN_TOKEN|><|SYSTEM_TOKEN|>{system_prompt}<|END_OF_TURN_TOKEN|><|START_OF_TURN_TOKEN|><|USER_TOKEN|>{prompt}<|END_OF_TURN_TOKEN|><|START_OF_TURN_TOKEN|><|CHATBOT_TOKEN|>
62
+ ```
63
+
64
+ ## Model file specification
65
+
66
+ | Filename | Quant type | File Size | Description |
67
+ | -------- | ---------- | --------- | ----------- |
68
+ | [aya-expanse-32b-ungated-Q2_K.gguf](https://huggingface.co/tensorblock/aya-expanse-32b-ungated-GGUF/blob/main/aya-expanse-32b-ungated-Q2_K.gguf) | Q2_K | 12.811 GB | smallest, significant quality loss - not recommended for most purposes |
69
+ | [aya-expanse-32b-ungated-Q3_K_S.gguf](https://huggingface.co/tensorblock/aya-expanse-32b-ungated-GGUF/blob/main/aya-expanse-32b-ungated-Q3_K_S.gguf) | Q3_K_S | 14.709 GB | very small, high quality loss |
70
+ | [aya-expanse-32b-ungated-Q3_K_M.gguf](https://huggingface.co/tensorblock/aya-expanse-32b-ungated-GGUF/blob/main/aya-expanse-32b-ungated-Q3_K_M.gguf) | Q3_K_M | 16.232 GB | very small, high quality loss |
71
+ | [aya-expanse-32b-ungated-Q3_K_L.gguf](https://huggingface.co/tensorblock/aya-expanse-32b-ungated-GGUF/blob/main/aya-expanse-32b-ungated-Q3_K_L.gguf) | Q3_K_L | 17.563 GB | small, substantial quality loss |
72
+ | [aya-expanse-32b-ungated-Q4_0.gguf](https://huggingface.co/tensorblock/aya-expanse-32b-ungated-GGUF/blob/main/aya-expanse-32b-ungated-Q4_0.gguf) | Q4_0 | 18.719 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
73
+ | [aya-expanse-32b-ungated-Q4_K_S.gguf](https://huggingface.co/tensorblock/aya-expanse-32b-ungated-GGUF/blob/main/aya-expanse-32b-ungated-Q4_K_S.gguf) | Q4_K_S | 18.850 GB | small, greater quality loss |
74
+ | [aya-expanse-32b-ungated-Q4_K_M.gguf](https://huggingface.co/tensorblock/aya-expanse-32b-ungated-GGUF/blob/main/aya-expanse-32b-ungated-Q4_K_M.gguf) | Q4_K_M | 19.801 GB | medium, balanced quality - recommended |
75
+ | [aya-expanse-32b-ungated-Q5_0.gguf](https://huggingface.co/tensorblock/aya-expanse-32b-ungated-GGUF/blob/main/aya-expanse-32b-ungated-Q5_0.gguf) | Q5_0 | 22.494 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
76
+ | [aya-expanse-32b-ungated-Q5_K_S.gguf](https://huggingface.co/tensorblock/aya-expanse-32b-ungated-GGUF/blob/main/aya-expanse-32b-ungated-Q5_K_S.gguf) | Q5_K_S | 22.494 GB | large, low quality loss - recommended |
77
+ | [aya-expanse-32b-ungated-Q5_K_M.gguf](https://huggingface.co/tensorblock/aya-expanse-32b-ungated-GGUF/blob/main/aya-expanse-32b-ungated-Q5_K_M.gguf) | Q5_K_M | 23.051 GB | large, very low quality loss - recommended |
78
+ | [aya-expanse-32b-ungated-Q6_K.gguf](https://huggingface.co/tensorblock/aya-expanse-32b-ungated-GGUF/blob/main/aya-expanse-32b-ungated-Q6_K.gguf) | Q6_K | 26.505 GB | very large, extremely low quality loss |
79
+ | [aya-expanse-32b-ungated-Q8_0.gguf](https://huggingface.co/tensorblock/aya-expanse-32b-ungated-GGUF/blob/main/aya-expanse-32b-ungated-Q8_0.gguf) | Q8_0 | 34.327 GB | very large, extremely low quality loss - not recommended |
80
+
81
+
82
+ ## Downloading instruction
83
+
84
+ ### Command line
85
+
86
+ Firstly, install Huggingface Client
87
+
88
+ ```shell
89
+ pip install -U "huggingface_hub[cli]"
90
+ ```
91
+
92
+ Then, downoad the individual model file the a local directory
93
+
94
+ ```shell
95
+ huggingface-cli download tensorblock/aya-expanse-32b-ungated-GGUF --include "aya-expanse-32b-ungated-Q2_K.gguf" --local-dir MY_LOCAL_DIR
96
+ ```
97
+
98
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
99
+
100
+ ```shell
101
+ huggingface-cli download tensorblock/aya-expanse-32b-ungated-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
102
+ ```
aya-expanse-32b-ungated-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a3edcf63fbbceb99d52b61f368228b4cd43b8985c77b481422eaa1838b00e4e
3
+ size 12810763552
aya-expanse-32b-ungated-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebc71e16167b545cf00a09dc53f633e336cd42522815e79bfc48bf381bd8390c
3
+ size 17563434272
aya-expanse-32b-ungated-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:340fc72516b73db981390c0d21b22f172b5e01efc51c6d12dd433265731325b6
3
+ size 16231742752
aya-expanse-32b-ungated-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f935cf7505eff408943d5787e67955ccddaa484c5d14c2e8bec3342cfad714e
3
+ size 14708686112
aya-expanse-32b-ungated-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:552ed7541793ecd998c7b1688f894bb399318596badd7112ec4ed9d9c3fc358c
3
+ size 18719489312
aya-expanse-32b-ungated-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae6ba7da30b2081d3f5f85d62b462ea8791f9f1f319429e673e6af989d239f2d
3
+ size 19800833312
aya-expanse-32b-ungated-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:757882a96f506f1d0546eaa2046a9f8b21b14aa8f998fa02e9d8c56cafba1e91
3
+ size 18849512736
aya-expanse-32b-ungated-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44a09073ef6fa1cea9d4890f07e105fdb3d707fa057be002a104647f5a0c70c2
3
+ size 22494362912
aya-expanse-32b-ungated-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7268b193ab12a91163502b6a3b4c3298d0258f20510e3cc77be88c5716b47c1
3
+ size 23051418912
aya-expanse-32b-ungated-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a95614a62c9b9c99a4f49bb6c53c7880e21b558ba48f428deab739f55c9493b
3
+ size 22494362912
aya-expanse-32b-ungated-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:425ecae6be1b034b2fcff808618fb70becde9624dec9fd8929533fe1a99014a7
3
+ size 26505166112
aya-expanse-32b-ungated-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4eb55c1335988a978ed02c5f940e1984ef095cf7f4802cf015daccaa3abf6b05
3
+ size 34326887712