Transformers
GGUF
conversational
brooketh commited on
Commit
07f1b26
1 Parent(s): 68d79aa

Upload aya-23-8B-GGUF

Browse files
.gitattributes CHANGED
@@ -33,3 +33,25 @@ 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-23-8B.F32.gguf filter=lfs diff=lfs merge=lfs -text
37
+ aya-23-8B.IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
38
+ aya-23-8B.IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
39
+ aya-23-8B.IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
40
+ aya-23-8B.IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
41
+ aya-23-8B.IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
42
+ aya-23-8B.IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
43
+ aya-23-8B.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
44
+ aya-23-8B.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
45
+ aya-23-8B.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
46
+ aya-23-8B.IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
47
+ aya-23-8B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
48
+ aya-23-8B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
49
+ aya-23-8B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
50
+ aya-23-8B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
51
+ aya-23-8B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
52
+ aya-23-8B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
53
+ aya-23-8B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
54
+ aya-23-8B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
55
+ aya-23-8B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
56
+ aya-23-8B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
57
+ aya-23-8B.imatrix filter=lfs diff=lfs merge=lfs -text
BackyardAI_Banner.png ADDED
BackyardAI_Logo.png ADDED
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - fr
5
+ - de
6
+ - es
7
+ - it
8
+ - pt
9
+ - ja
10
+ - ko
11
+ - zh
12
+ - ar
13
+ - el
14
+ - fa
15
+ - pl
16
+ - id
17
+ - cs
18
+ - he
19
+ - hi
20
+ - nl
21
+ - ro
22
+ - ru
23
+ - tr
24
+ - uk
25
+ - vi
26
+ license: cc-by-nc-4.0
27
+ library_name: transformers
28
+ base_model: CohereForAI/aya-23-8B
29
+ model_name: aya-23-8B-GGUF
30
+ inference: false
31
+ quantized_by: brooketh
32
+ parameter_count: 8028033024
33
+ ---
34
+ <img src="BackyardAI_Banner.png" alt="Backyard.ai" style="height: 90px; min-width: 32px; display: block; margin: auto;">
35
+
36
+ **<p style="text-align: center;">The official library of GGUF format models for use in the local AI chat app, Backyard AI.</p>**
37
+
38
+ <p style="text-align: center;"><a href="https://backyard.ai/">Download Backyard AI here to get started.</a></p>
39
+
40
+ <p style="text-align: center;"><a href="https://www.reddit.com/r/LLM_Quants/">Request Additional models at r/LLM_Quants.</a></p>
41
+
42
+ ***
43
+ # Aya 23 8B
44
+ - **Creator:** [CohereForAI](https://huggingface.co/CohereForAI/)
45
+ - **Original:** [Aya 23 8B](https://huggingface.co/CohereForAI/aya-23-8B)
46
+ - **Date Created:** 2024-05-19
47
+ - **Trained Context:** 8192 tokens
48
+ - **Description:** Aya 23 is an open weights research release of an instruction fine-tuned model with highly advanced multilingual capabilities, serving 23 languages. It is available with 8 billion and 35 billion parameters; this is the 8 billion parameter version.
49
+ ***
50
+ ## What is a GGUF?
51
+ GGUF is a large language model (LLM) format that can be split between CPU and GPU. GGUFs are compatible with applications based on llama.cpp, such as Backyard AI. Where other model formats require higher end GPUs with ample VRAM, GGUFs can be efficiently run on a wider variety of hardware.
52
+ GGUF models are quantized to reduce resource usage, with a tradeoff of reduced coherence at lower quantizations. Quantization reduces the precision of the model weights by changing the number of bits used for each weight.
53
+
54
+ ***
55
+ <img src="BackyardAI_Logo.png" alt="Backyard.ai" style="height: 75px; min-width: 32px; display: block; horizontal align: left;">
56
+
57
+ ## Backyard AI
58
+ - Free, local AI chat application.
59
+ - One-click installation on Mac and PC.
60
+ - Automatically use GPU for maximum speed.
61
+ - Built-in model manager.
62
+ - High-quality character hub.
63
+ - Zero-config desktop-to-mobile tethering.
64
+ Backyard AI makes it easy to start chatting with AI using your own characters or one of the many found in the built-in character hub. The model manager helps you find the latest and greatest models without worrying about whether it's the correct format. Backyard AI supports advanced features such as lorebooks, author's note, text formatting, custom context size, sampler settings, grammars, local TTS, cloud inference, and tethering, all implemented in a way that is straightforward and reliable.
65
+ **Join us on [Discord](https://discord.gg/SyNN2vC9tQ)**
66
+ ***
aya-23-8B.F32.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77d14caf702110924988f153f6e62d709cd14794e1bf90cc1fbe19639fe35a28
3
+ size 32123022208
aya-23-8B.IQ1_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46420b7c4e2667d602be9a969ee784c7979abf67afbca3f47cad14aa5de760a7
3
+ size 2351852640
aya-23-8B.IQ1_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:178930ba5bf9f410378b1f31bb8f9cb86ac0c269e6c409cb4e8317f42cd45f82
3
+ size 2209508448
aya-23-8B.IQ2_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd1684fcff7f7eb1c8881138f95f4f4903df94d92849c593c50651e837c0f441
3
+ size 3084807264
aya-23-8B.IQ2_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8871079ecfe5cc6fd4c5a667f50efd7adbc4e4abc8520a61bdebd6454b4ce42f
3
+ size 2895015008
aya-23-8B.IQ2_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73228717065b7b20af46c3160a4afacda5421af79d9d31ee449e24c59d3d195b
3
+ size 2795662432
aya-23-8B.IQ2_XXS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:197ca2dd65adc1da31b7739a6ea47c641475fbda72d7f4d561daef3e2de60736
3
+ size 2589092960
aya-23-8B.IQ3_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00684527b597fb7c2e3da7d3a5ee87bb440d63b031fd3274f62b5670920afd1b
3
+ size 3990842464
aya-23-8B.IQ3_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a7841e9d8f5dc8fdc33065dc0ea415206746e33ea37c572cd09e4e42d8b07da
3
+ size 3888344160
aya-23-8B.IQ3_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f32e3122f991a6cc67704a6e3ef78aa47229730cf1ff2f94d1992fd53f4d3cb
3
+ size 3724766304
aya-23-8B.IQ3_XXS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adbfedc9e367227b7303dbaa721fbc58a6f246aa53c6aea4c8f7fb42d016aa48
3
+ size 3411438688
aya-23-8B.IQ4_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7549c13ef2d01b41873f7678e6cd2d8972d04e8c67c7ccd6c51b68fd05e4ce60
3
+ size 4600327264
aya-23-8B.Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:017d67d65702faf7f7b5e3eeb34bd21fecf8722c4aaac2b292ba8a23b5d89713
3
+ size 4527975296
aya-23-8B.Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:131ad3696cea9132896bdbb91456fc6832d23d564fcc5a773bebadeca8286cdb
3
+ size 4224936832
aya-23-8B.Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d39903931fcc6420b499228abbb96bf7d6167410a2c20f5dbdf74f3ced1bc9a3
3
+ size 3870518144
aya-23-8B.Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82289f352708afb43529995b4ae210960a900244203a47dc81efeee7767149f8
3
+ size 5056981888
aya-23-8B.Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31cb1dd0715996d6ea3fa3e595eb8ef2bd0e9399e5c3e0d4d1b1509d0c77aac4
3
+ size 4828916608
aya-23-8B.Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7728007d0cc7b9fd24497fdc29a0077f850f5213a5f36c7ebef46da16b7ca97f
3
+ size 5803568000
aya-23-8B.Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdbe3ba72bb66ad717b5ea4cc5c609bd181f226f245338c49afbb7c1baf99940
3
+ size 5669874560
aya-23-8B.Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db5f1a1f5a29302598e5f921900b2bce79c29c7037c237b12598fb50fd0eddc4
3
+ size 6596815744
aya-23-8B.Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:783b5b76f09f5fd63c7fd8211346f205d2b5d54410ea6a8a5208551f4a97aee0
3
+ size 8541072256
aya-23-8B.imatrix ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80ebf8a23b1577952736925d48b4c96c66f53b64b21775993bbdca9c70542fed
3
+ size 4988153