brooketh commited on
Commit
d8f51a0
1 Parent(s): f50f115

Upload Sunmoy-9B-G2-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
+ Sunmoy-9B-G2.F32.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Sunmoy-9B-G2.IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Sunmoy-9B-G2.IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Sunmoy-9B-G2.IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Sunmoy-9B-G2.IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Sunmoy-9B-G2.IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Sunmoy-9B-G2.IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Sunmoy-9B-G2.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Sunmoy-9B-G2.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Sunmoy-9B-G2.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Sunmoy-9B-G2.IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Sunmoy-9B-G2.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
48
+ Sunmoy-9B-G2.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
49
+ Sunmoy-9B-G2.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
50
+ Sunmoy-9B-G2.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
51
+ Sunmoy-9B-G2.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
52
+ Sunmoy-9B-G2.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
53
+ Sunmoy-9B-G2.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
54
+ Sunmoy-9B-G2.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
55
+ Sunmoy-9B-G2.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
56
+ Sunmoy-9B-G2.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
57
+ Sunmoy-9B-G2.imatrix filter=lfs diff=lfs merge=lfs -text
BackyardAI_Banner.png ADDED
BackyardAI_Logo.png ADDED
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Hastagaras/Sunmoy-9B-G2
3
+ library_name: transformers
4
+ model_name: Sunmoy-9B-G2-GGUF
5
+ tags:
6
+ - mergekit
7
+ - merge
8
+ quantized_by: brooketh
9
+ parameter_count: 9241705984
10
+ ---
11
+ <img src="BackyardAI_Banner.png" alt="Backyard.ai" style="height: 90px; min-width: 32px; display: block; margin: auto;">
12
+
13
+ **<p style="text-align: center;">The official library of GGUF format models for use in the local AI chat app, Backyard AI.</p>**
14
+
15
+ <p style="text-align: center;"><a href="https://backyard.ai/">Download Backyard AI here to get started.</a></p>
16
+
17
+ <p style="text-align: center;"><a href="https://www.reddit.com/r/LLM_Quants/">Request Additional models at r/LLM_Quants.</a></p>
18
+
19
+ ***
20
+ # Sunmoy G2 9B
21
+ - **Creator:** [Hastagaras](https://huggingface.co/Hastagaras/)
22
+ - **Original:** [Sunmoy G2 9B](https://huggingface.co/Hastagaras/Sunmoy-9B-G2)
23
+ - **Date Created:** 2024-07-28
24
+ - **Trained Context:** 8192 tokens
25
+ - **Description:** Excellent instruction adherence, great pacing, good characterization. Excels in single character, but can do multi-character. Adheres to a lot of nuance in the card, especially example dialogue.
26
+ ***
27
+ ## What is a GGUF?
28
+ 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.
29
+ 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.
30
+
31
+ ***
32
+ <img src="BackyardAI_Logo.png" alt="Backyard.ai" style="height: 75px; min-width: 32px; display: block; horizontal align: left;">
33
+
34
+ ## Backyard AI
35
+ - Free, local AI chat application.
36
+ - One-click installation on Mac and PC.
37
+ - Automatically use GPU for maximum speed.
38
+ - Built-in model manager.
39
+ - High-quality character hub.
40
+ - Zero-config desktop-to-mobile tethering.
41
+ 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.
42
+ **Join us on [Discord](https://discord.gg/SyNN2vC9tQ)**
43
+ ***
Sunmoy-9B-G2.F32.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9ecf8feb161d7d039fb0a2a3c5ff5c1f66a717463a943100b037de7edaeaf47
3
+ size 36972881856
Sunmoy-9B-G2.IQ1_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bb21c2317d386f76d5e176f84a4cdbe5d5d8730bb77e05f1cb649664e2bd173
3
+ size 2545952960
Sunmoy-9B-G2.IQ1_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9240a39272df1c0dd5b3fbcddd64461f3a8da5cdb0242b889d186d2c7f4281d
3
+ size 2378565824
Sunmoy-9B-G2.IQ2_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a006aa039cefb7ebc0ee026ae8d3e9b47d86789684cee53befd51aee09103ce1
3
+ size 3434670272
Sunmoy-9B-G2.IQ2_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30e74c0f859ab8c1527b979230e007a3a0c3223af24f922016493325d2704785
3
+ size 3211487424
Sunmoy-9B-G2.IQ2_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d96e193497135134b9d32b8b440681661c940f11317f68d5a99146ae20021ae
3
+ size 3067381952
Sunmoy-9B-G2.IQ2_XXS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a126ab67351f6070c7c5e572f404f9530fe9339791e5340b80cb339b8e3aa2fc
3
+ size 2824931520
Sunmoy-9B-G2.IQ3_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55a2a8fe5ceb3f5019e14728571ebc4ef7aab440ded8445581c3618eaa2eac4d
3
+ size 4494616768
Sunmoy-9B-G2.IQ3_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fc7cc1e21ed617076a88d603e5199bc838d6005693448d4eb42b393c5d96ded
3
+ size 4337666240
Sunmoy-9B-G2.IQ3_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:854d9a38193dc52d5d21baaf18e04b9ad25d19da5b469f265389f3f87acbc632
3
+ size 4144990400
Sunmoy-9B-G2.IQ3_XXS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce5eb0cb81d8af55a1434fc265e20cd3de266cd4da3727b661fc6444c463230d
3
+ size 3796740288
Sunmoy-9B-G2.IQ4_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:582d09de0d74248cf1a2b66ceb7d1c5e341de0fd98fbafa7e2e4ee2a54ad6e24
3
+ size 5183031488
Sunmoy-9B-G2.Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4766268824831d67de079f719dcce0d0c294aec1a4d7b6795bf1441d0e90b9a
3
+ size 5132453824
Sunmoy-9B-G2.Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eadd7086e3ea75c8fe061c622afb882d104c4376f75860388a2f3ed797a2d3a4
3
+ size 4761782208
Sunmoy-9B-G2.Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20273f5aed075cc73566e833811bde38c3df7a7e4db47cd67274ce8fe383bcfe
3
+ size 4337665984
Sunmoy-9B-G2.Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:991e9182750630dd161d907d6f0be78177cf5766fcbd163876a463c9e9ebad44
3
+ size 5761058752
Sunmoy-9B-G2.Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a3a26080f12f38f05a2651fdecc94f931ba96a5b8e904494ccb7439054c1e24
3
+ size 5478926272
Sunmoy-9B-G2.Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:570ad6a1789ef252ecbf849a4c49fcec1b085d9fa52f9365db4e10574529ea2c
3
+ size 6647367616
Sunmoy-9B-G2.Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:655f9078d66a398fb4290e682e20deaa6830660de495f04e906b2445730902d9
3
+ size 6483593152
Sunmoy-9B-G2.Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5f95b285194f30c4aa246abba52a233cb17ea0cf321c67f5a75d715c61cec0b
3
+ size 7589070784
Sunmoy-9B-G2.Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ba69449aa36376e9ccc9740929d1b3c3d496b1e8fc1128fb0cbd81be94b1c5e
3
+ size 9827149760
Sunmoy-9B-G2.imatrix ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05ea70a2dba848fe35fb5d515c4a111774a2acb29e7cb7557af297e05710f3f2
3
+ size 6116946