GGUF
Japanese
English
TensorBlock
GGUF
Inference Endpoints
morriszms commited on
Commit
f1ab3c5
1 Parent(s): 71d83ac

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
+ shisa-gamma-7b-v1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ shisa-gamma-7b-v1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ shisa-gamma-7b-v1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ shisa-gamma-7b-v1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ shisa-gamma-7b-v1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ shisa-gamma-7b-v1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ shisa-gamma-7b-v1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ shisa-gamma-7b-v1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ shisa-gamma-7b-v1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ shisa-gamma-7b-v1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ shisa-gamma-7b-v1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ shisa-gamma-7b-v1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - augmxnt/ultra-orca-boros-en-ja-v1
5
+ language:
6
+ - ja
7
+ - en
8
+ tags:
9
+ - TensorBlock
10
+ - GGUF
11
+ base_model: augmxnt/shisa-gamma-7b-v1
12
+ ---
13
+
14
+ <div style="width: auto; margin-left: auto; margin-right: auto">
15
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
16
+ </div>
17
+ <div style="display: flex; justify-content: space-between; width: 100%;">
18
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
19
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
20
+ 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>
21
+ </p>
22
+ </div>
23
+ </div>
24
+
25
+ ## augmxnt/shisa-gamma-7b-v1 - GGUF
26
+
27
+ This repo contains GGUF format model files for [augmxnt/shisa-gamma-7b-v1](https://huggingface.co/augmxnt/shisa-gamma-7b-v1).
28
+
29
+ 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).
30
+
31
+ ## Prompt template
32
+
33
+ ```
34
+
35
+ ```
36
+
37
+ ## Model file specification
38
+
39
+ | Filename | Quant type | File Size | Description |
40
+ | -------- | ---------- | --------- | ----------- |
41
+ | [shisa-gamma-7b-v1-Q2_K.gguf](https://huggingface.co/tensorblock/shisa-gamma-7b-v1-GGUF/tree/main/shisa-gamma-7b-v1-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [shisa-gamma-7b-v1-Q3_K_S.gguf](https://huggingface.co/tensorblock/shisa-gamma-7b-v1-GGUF/tree/main/shisa-gamma-7b-v1-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
43
+ | [shisa-gamma-7b-v1-Q3_K_M.gguf](https://huggingface.co/tensorblock/shisa-gamma-7b-v1-GGUF/tree/main/shisa-gamma-7b-v1-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
44
+ | [shisa-gamma-7b-v1-Q3_K_L.gguf](https://huggingface.co/tensorblock/shisa-gamma-7b-v1-GGUF/tree/main/shisa-gamma-7b-v1-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
45
+ | [shisa-gamma-7b-v1-Q4_0.gguf](https://huggingface.co/tensorblock/shisa-gamma-7b-v1-GGUF/tree/main/shisa-gamma-7b-v1-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [shisa-gamma-7b-v1-Q4_K_S.gguf](https://huggingface.co/tensorblock/shisa-gamma-7b-v1-GGUF/tree/main/shisa-gamma-7b-v1-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
47
+ | [shisa-gamma-7b-v1-Q4_K_M.gguf](https://huggingface.co/tensorblock/shisa-gamma-7b-v1-GGUF/tree/main/shisa-gamma-7b-v1-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
48
+ | [shisa-gamma-7b-v1-Q5_0.gguf](https://huggingface.co/tensorblock/shisa-gamma-7b-v1-GGUF/tree/main/shisa-gamma-7b-v1-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [shisa-gamma-7b-v1-Q5_K_S.gguf](https://huggingface.co/tensorblock/shisa-gamma-7b-v1-GGUF/tree/main/shisa-gamma-7b-v1-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
50
+ | [shisa-gamma-7b-v1-Q5_K_M.gguf](https://huggingface.co/tensorblock/shisa-gamma-7b-v1-GGUF/tree/main/shisa-gamma-7b-v1-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
51
+ | [shisa-gamma-7b-v1-Q6_K.gguf](https://huggingface.co/tensorblock/shisa-gamma-7b-v1-GGUF/tree/main/shisa-gamma-7b-v1-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
52
+ | [shisa-gamma-7b-v1-Q8_0.gguf](https://huggingface.co/tensorblock/shisa-gamma-7b-v1-GGUF/tree/main/shisa-gamma-7b-v1-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
53
+
54
+
55
+ ## Downloading instruction
56
+
57
+ ### Command line
58
+
59
+ Firstly, install Huggingface Client
60
+
61
+ ```shell
62
+ pip install -U "huggingface_hub[cli]"
63
+ ```
64
+
65
+ Then, downoad the individual model file the a local directory
66
+
67
+ ```shell
68
+ huggingface-cli download tensorblock/shisa-gamma-7b-v1-GGUF --include "shisa-gamma-7b-v1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
69
+ ```
70
+
71
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/shisa-gamma-7b-v1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
shisa-gamma-7b-v1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71440e3c7c2085842f05e66af850d4b422d77d30ec67f3774892d82b276f2b7e
3
+ size 2719242336
shisa-gamma-7b-v1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87cfbaed73129a8d88db6070489a35461ea0ff21b311d3d15efacabed3231055
3
+ size 3822024800
shisa-gamma-7b-v1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71e3016576f21d6e5101f6d0e8d58df160835dfced5d884331d539642dd5bbfa
3
+ size 3518986336
shisa-gamma-7b-v1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e521b0c72d81d6e0488a111be8ce9b1ef78a307cdd0cb171680c3f510322c3f5
3
+ size 3164567648
shisa-gamma-7b-v1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e276baad317f43502773d752f57c995ad23a8e9c00967d2ac0256a5a532be8e
3
+ size 4108916832
shisa-gamma-7b-v1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34757f16d8d65b314f8f5f373c1fe628e427255ab7dc0f9de44dbd089802c7b2
3
+ size 4368439392
shisa-gamma-7b-v1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9580f03e71a3111cd6e58d976dc2db2453a0c4597e3bdf338031d11a7123c6fd
3
+ size 4140374112
shisa-gamma-7b-v1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e09abb5d46f2bd67596d6e7dc542cb13275b0c0f11d0bbe9891f2a6f76fc0646
3
+ size 4997716064
shisa-gamma-7b-v1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a87b4ea5cf65038d64a8c6a8e6e6f644054c36a0e6fbce54accf9328e9723a4
3
+ size 5131409504
shisa-gamma-7b-v1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e098f8264efccf66b44b02c6149caa74b6ca52f023130df3693a02dd9ee797b9
3
+ size 4997716064
shisa-gamma-7b-v1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:211f75ea5ac1e85eb9bd79fe81d044b9ae2553a89e3db6d0b0b90e916f19b6c1
3
+ size 5942065248
shisa-gamma-7b-v1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7acc4952441eb2c9a44bec23b628e63612f91e5bf84fed4436029d9920774b7a
3
+ size 7695857760