morriszms commited on
Commit
3327fec
1 Parent(s): 9dc302f

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
+ Sonya-7B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Sonya-7B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Sonya-7B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Sonya-7B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Sonya-7B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Sonya-7B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Sonya-7B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Sonya-7B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Sonya-7B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Sonya-7B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Sonya-7B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Sonya-7B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - merge
7
+ - TensorBlock
8
+ - GGUF
9
+ base_model: SanjiWatsuki/Sonya-7B
10
+ ---
11
+
12
+ <div style="width: auto; margin-left: auto; margin-right: auto">
13
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
14
+ </div>
15
+ <div style="display: flex; justify-content: space-between; width: 100%;">
16
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
17
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
18
+ 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>
19
+ </p>
20
+ </div>
21
+ </div>
22
+
23
+ ## SanjiWatsuki/Sonya-7B - GGUF
24
+
25
+ This repo contains GGUF format model files for [SanjiWatsuki/Sonya-7B](https://huggingface.co/SanjiWatsuki/Sonya-7B).
26
+
27
+ 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).
28
+
29
+ ## Prompt template
30
+
31
+ ```
32
+
33
+ ```
34
+
35
+ ## Model file specification
36
+
37
+ | Filename | Quant type | File Size | Description |
38
+ | -------- | ---------- | --------- | ----------- |
39
+ | [Sonya-7B-Q2_K.gguf](https://huggingface.co/tensorblock/Sonya-7B-GGUF/tree/main/Sonya-7B-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
40
+ | [Sonya-7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Sonya-7B-GGUF/tree/main/Sonya-7B-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
41
+ | [Sonya-7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Sonya-7B-GGUF/tree/main/Sonya-7B-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
42
+ | [Sonya-7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Sonya-7B-GGUF/tree/main/Sonya-7B-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
43
+ | [Sonya-7B-Q4_0.gguf](https://huggingface.co/tensorblock/Sonya-7B-GGUF/tree/main/Sonya-7B-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
44
+ | [Sonya-7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Sonya-7B-GGUF/tree/main/Sonya-7B-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
45
+ | [Sonya-7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Sonya-7B-GGUF/tree/main/Sonya-7B-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
46
+ | [Sonya-7B-Q5_0.gguf](https://huggingface.co/tensorblock/Sonya-7B-GGUF/tree/main/Sonya-7B-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
47
+ | [Sonya-7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Sonya-7B-GGUF/tree/main/Sonya-7B-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
48
+ | [Sonya-7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Sonya-7B-GGUF/tree/main/Sonya-7B-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
49
+ | [Sonya-7B-Q6_K.gguf](https://huggingface.co/tensorblock/Sonya-7B-GGUF/tree/main/Sonya-7B-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
50
+ | [Sonya-7B-Q8_0.gguf](https://huggingface.co/tensorblock/Sonya-7B-GGUF/tree/main/Sonya-7B-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
51
+
52
+
53
+ ## Downloading instruction
54
+
55
+ ### Command line
56
+
57
+ Firstly, install Huggingface Client
58
+
59
+ ```shell
60
+ pip install -U "huggingface_hub[cli]"
61
+ ```
62
+
63
+ Then, downoad the individual model file the a local directory
64
+
65
+ ```shell
66
+ huggingface-cli download tensorblock/Sonya-7B-GGUF --include "Sonya-7B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
67
+ ```
68
+
69
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
70
+
71
+ ```shell
72
+ huggingface-cli download tensorblock/Sonya-7B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
73
+ ```
Sonya-7B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91afd94e9c63521d9a94fd9eac936958a9e019e12f454f852780a3d08c43ac28
3
+ size 2719242368
Sonya-7B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccd6111849bc30f95e8955503429e496372eea29b5ad6be6931352648ed98067
3
+ size 3822024832
Sonya-7B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7112a3007ef4e813cd7be9438fe6de45e0144d50faf1d10eafbf558674e465bb
3
+ size 3518986368
Sonya-7B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc8907316a8b47d1991619c437a3e7531b80234dda0de445820a2e186dc471ab
3
+ size 3164567680
Sonya-7B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37792954e59a39a276ac0e4043c2dec80b775e3d334dd2a5397d3e7c5cc1f2c7
3
+ size 4108916864
Sonya-7B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5fa858878c9df53661ee709a143446cb652f435e7e1db9b7e0d7ba686bf662a
3
+ size 4368439424
Sonya-7B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fec40d3d0e4971680091596f57d95a5a83acd51bae190c7a8059bf69cf2e2273
3
+ size 4140374144
Sonya-7B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8017fdeae96e995896d5fe93ddf6ae95cbd4cf756d0374d863750286d42b264
3
+ size 4997716096
Sonya-7B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90373520c59aa9f76ddcaa876df4be78d779030b1b73f85ff01e4d75293c3d9a
3
+ size 5131409536
Sonya-7B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42ed6cb74eb452109603743507f7a2dc96a77b15dc3d7912f55d39f554e9c2a3
3
+ size 4997716096
Sonya-7B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b71ca7017a194bd4a29ce5c60772cc508909d9398f8c501d51d2cdaef1d982f4
3
+ size 5942065280
Sonya-7B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c679f1611d237ea8386fcb7050fa59cac2e9ee17a6ad9d0c1429ebfe68bb6e2c
3
+ size 7695857792