morriszms commited on
Commit
a235f6f
1 Parent(s): fd45322

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-8b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ aya-expanse-8b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ aya-expanse-8b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ aya-expanse-8b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ aya-expanse-8b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ aya-expanse-8b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ aya-expanse-8b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ aya-expanse-8b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ aya-expanse-8b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ aya-expanse-8b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ aya-expanse-8b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ aya-expanse-8b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ extra_gated_prompt: By submitting this form, you agree to the [License Agreement](https://cohere.com/c4ai-cc-by-nc-license) and
30
+ acknowledge that the information you provide will be collected, used, and shared
31
+ in accordance with Cohere’s [Privacy Policy]( https://cohere.com/privacy). You’ll
32
+ receive email updates about C4AI and Cohere research, events, products and services.
33
+ You can unsubscribe at any time.
34
+ extra_gated_fields:
35
+ Name: text
36
+ Affiliation: text
37
+ Country: country
38
+ I agree to use this model for non-commercial use ONLY: checkbox
39
+ tags:
40
+ - TensorBlock
41
+ - GGUF
42
+ base_model: CohereForAI/aya-expanse-8b
43
+ ---
44
+
45
+ <div style="width: auto; margin-left: auto; margin-right: auto">
46
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
47
+ </div>
48
+ <div style="display: flex; justify-content: space-between; width: 100%;">
49
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
50
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
51
+ 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>
52
+ </p>
53
+ </div>
54
+ </div>
55
+
56
+ ## CohereForAI/aya-expanse-8b - GGUF
57
+
58
+ This repo contains GGUF format model files for [CohereForAI/aya-expanse-8b](https://huggingface.co/CohereForAI/aya-expanse-8b).
59
+
60
+ 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).
61
+
62
+ <div style="text-align: left; margin: 20px 0;">
63
+ <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;">
64
+ Run them on the TensorBlock client using your local machine ↗
65
+ </a>
66
+ </div>
67
+
68
+ ## Prompt template
69
+
70
+ ```
71
+ <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|>
72
+ ```
73
+
74
+ ## Model file specification
75
+
76
+ | Filename | Quant type | File Size | Description |
77
+ | -------- | ---------- | --------- | ----------- |
78
+ | [aya-expanse-8b-Q2_K.gguf](https://huggingface.co/tensorblock/aya-expanse-8b-GGUF/blob/main/aya-expanse-8b-Q2_K.gguf) | Q2_K | 3.438 GB | smallest, significant quality loss - not recommended for most purposes |
79
+ | [aya-expanse-8b-Q3_K_S.gguf](https://huggingface.co/tensorblock/aya-expanse-8b-GGUF/blob/main/aya-expanse-8b-Q3_K_S.gguf) | Q3_K_S | 3.871 GB | very small, high quality loss |
80
+ | [aya-expanse-8b-Q3_K_M.gguf](https://huggingface.co/tensorblock/aya-expanse-8b-GGUF/blob/main/aya-expanse-8b-Q3_K_M.gguf) | Q3_K_M | 4.225 GB | very small, high quality loss |
81
+ | [aya-expanse-8b-Q3_K_L.gguf](https://huggingface.co/tensorblock/aya-expanse-8b-GGUF/blob/main/aya-expanse-8b-Q3_K_L.gguf) | Q3_K_L | 4.528 GB | small, substantial quality loss |
82
+ | [aya-expanse-8b-Q4_0.gguf](https://huggingface.co/tensorblock/aya-expanse-8b-GGUF/blob/main/aya-expanse-8b-Q4_0.gguf) | Q4_0 | 4.797 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
83
+ | [aya-expanse-8b-Q4_K_S.gguf](https://huggingface.co/tensorblock/aya-expanse-8b-GGUF/blob/main/aya-expanse-8b-Q4_K_S.gguf) | Q4_K_S | 4.829 GB | small, greater quality loss |
84
+ | [aya-expanse-8b-Q4_K_M.gguf](https://huggingface.co/tensorblock/aya-expanse-8b-GGUF/blob/main/aya-expanse-8b-Q4_K_M.gguf) | Q4_K_M | 5.057 GB | medium, balanced quality - recommended |
85
+ | [aya-expanse-8b-Q5_0.gguf](https://huggingface.co/tensorblock/aya-expanse-8b-GGUF/blob/main/aya-expanse-8b-Q5_0.gguf) | Q5_0 | 5.670 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
86
+ | [aya-expanse-8b-Q5_K_S.gguf](https://huggingface.co/tensorblock/aya-expanse-8b-GGUF/blob/main/aya-expanse-8b-Q5_K_S.gguf) | Q5_K_S | 5.670 GB | large, low quality loss - recommended |
87
+ | [aya-expanse-8b-Q5_K_M.gguf](https://huggingface.co/tensorblock/aya-expanse-8b-GGUF/blob/main/aya-expanse-8b-Q5_K_M.gguf) | Q5_K_M | 5.804 GB | large, very low quality loss - recommended |
88
+ | [aya-expanse-8b-Q6_K.gguf](https://huggingface.co/tensorblock/aya-expanse-8b-GGUF/blob/main/aya-expanse-8b-Q6_K.gguf) | Q6_K | 6.597 GB | very large, extremely low quality loss |
89
+ | [aya-expanse-8b-Q8_0.gguf](https://huggingface.co/tensorblock/aya-expanse-8b-GGUF/blob/main/aya-expanse-8b-Q8_0.gguf) | Q8_0 | 8.541 GB | very large, extremely low quality loss - not recommended |
90
+
91
+
92
+ ## Downloading instruction
93
+
94
+ ### Command line
95
+
96
+ Firstly, install Huggingface Client
97
+
98
+ ```shell
99
+ pip install -U "huggingface_hub[cli]"
100
+ ```
101
+
102
+ Then, downoad the individual model file the a local directory
103
+
104
+ ```shell
105
+ huggingface-cli download tensorblock/aya-expanse-8b-GGUF --include "aya-expanse-8b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
106
+ ```
107
+
108
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
109
+
110
+ ```shell
111
+ huggingface-cli download tensorblock/aya-expanse-8b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
112
+ ```
aya-expanse-8b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9016e41b24512271de6dba788322fe8afbb78d8b1c0f344193f4b65385b5e53a
3
+ size 3438497632
aya-expanse-8b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:804b768a5c315c2625624981d028ad690cab0802fc7bb5d4e2740882afb91d2b
3
+ size 4527968096
aya-expanse-8b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d90647153f0ca61f89c6c24d9c1c4f7d1445d54e1a1f22564e17f4745973647d
3
+ size 4224929632
aya-expanse-8b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67ec0565b69c6401bdeb123baaab854ec4edf57c1fd5f82a9c3ec5cf6cd99422
3
+ size 3870510944
aya-expanse-8b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47c09437128319138fe535812d994c704360d981dab4b4df08d7760812d6fac6
3
+ size 4797452128
aya-expanse-8b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:add3774fe74108bf58ba44b236638c9997731f93f871142105bc1d60e8d71b8a
3
+ size 5056974688
aya-expanse-8b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:112fc8bdb793080355fbdd46e6f0f667bfb3c4ea3e691d30a839c044527aefe2
3
+ size 4828909408
aya-expanse-8b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a13ef5917d12cd2a4a963b3a5f8e557cce922a6ffb610a4080fce8dc56b7bc9d
3
+ size 5669867360
aya-expanse-8b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8005e8941fa09f4cd1deb4614c4985c64128f45f746fd04ad2d12937dff0d61a
3
+ size 5803560800
aya-expanse-8b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d661ddf337928f19e06fc81f68323c4b2d884b0ce74e471dcb6b4014d63ea06f
3
+ size 5669867360
aya-expanse-8b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:197b8095bde4c44e50636f1937f9628a306e2526701a2af2a587bd5455d2b748
3
+ size 6596808544
aya-expanse-8b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1038d84e4c01b5d68fa8f210c88766897f30812c2f02f73df4ad00fac6ebac78
3
+ size 8541065056