morriszms commited on
Commit
835de56
·
verified ·
1 Parent(s): 35740f2

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
+ ghost-8b-beta-1608-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ ghost-8b-beta-1608-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ ghost-8b-beta-1608-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ ghost-8b-beta-1608-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ ghost-8b-beta-1608-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ ghost-8b-beta-1608-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ ghost-8b-beta-1608-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ ghost-8b-beta-1608-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ ghost-8b-beta-1608-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ ghost-8b-beta-1608-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ ghost-8b-beta-1608-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ ghost-8b-beta-1608-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: ghost-x/ghost-8b-beta-1608
3
+ language:
4
+ - vi
5
+ - ko
6
+ - es
7
+ - pt
8
+ - zh
9
+ - fr
10
+ - it
11
+ - de
12
+ - ja
13
+ - ru
14
+ - pl
15
+ - nl
16
+ - hi
17
+ - tr
18
+ - id
19
+ - en
20
+ license: other
21
+ license_name: ghost-open-llms
22
+ license_link: https://ghost-x.org/ghost-open-llms-license
23
+ tags:
24
+ - ghost
25
+ - tools
26
+ - chat
27
+ - transformers
28
+ - unsloth
29
+ - llama
30
+ - TensorBlock
31
+ - GGUF
32
+ pipeline_tag: text-generation
33
+ widget:
34
+ - text: Why is the sky blue ?
35
+ ---
36
+
37
+ <div style="width: auto; margin-left: auto; margin-right: auto">
38
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
39
+ </div>
40
+ <div style="display: flex; justify-content: space-between; width: 100%;">
41
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
42
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
43
+ 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>
44
+ </p>
45
+ </div>
46
+ </div>
47
+
48
+ ## ghost-x/ghost-8b-beta-1608 - GGUF
49
+
50
+ This repo contains GGUF format model files for [ghost-x/ghost-8b-beta-1608](https://huggingface.co/ghost-x/ghost-8b-beta-1608).
51
+
52
+ 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).
53
+
54
+ ## Prompt template
55
+
56
+ ```
57
+ <|bos|><|role:begin|>system<|role:end|>
58
+ {system_prompt}<|cos|>
59
+ <|role:begin|>user<|role:end|>
60
+ {prompt}<|cos|>
61
+ <|role:begin|>assistant<|role:end|>
62
+ ```
63
+
64
+ ## Model file specification
65
+
66
+ | Filename | Quant type | File Size | Description |
67
+ | -------- | ---------- | --------- | ----------- |
68
+ | [ghost-8b-beta-1608-Q2_K.gguf](https://huggingface.co/tensorblock/ghost-8b-beta-1608-GGUF/tree/main/ghost-8b-beta-1608-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
69
+ | [ghost-8b-beta-1608-Q3_K_S.gguf](https://huggingface.co/tensorblock/ghost-8b-beta-1608-GGUF/tree/main/ghost-8b-beta-1608-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
70
+ | [ghost-8b-beta-1608-Q3_K_M.gguf](https://huggingface.co/tensorblock/ghost-8b-beta-1608-GGUF/tree/main/ghost-8b-beta-1608-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
71
+ | [ghost-8b-beta-1608-Q3_K_L.gguf](https://huggingface.co/tensorblock/ghost-8b-beta-1608-GGUF/tree/main/ghost-8b-beta-1608-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
72
+ | [ghost-8b-beta-1608-Q4_0.gguf](https://huggingface.co/tensorblock/ghost-8b-beta-1608-GGUF/tree/main/ghost-8b-beta-1608-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
73
+ | [ghost-8b-beta-1608-Q4_K_S.gguf](https://huggingface.co/tensorblock/ghost-8b-beta-1608-GGUF/tree/main/ghost-8b-beta-1608-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
74
+ | [ghost-8b-beta-1608-Q4_K_M.gguf](https://huggingface.co/tensorblock/ghost-8b-beta-1608-GGUF/tree/main/ghost-8b-beta-1608-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
75
+ | [ghost-8b-beta-1608-Q5_0.gguf](https://huggingface.co/tensorblock/ghost-8b-beta-1608-GGUF/tree/main/ghost-8b-beta-1608-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
76
+ | [ghost-8b-beta-1608-Q5_K_S.gguf](https://huggingface.co/tensorblock/ghost-8b-beta-1608-GGUF/tree/main/ghost-8b-beta-1608-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
77
+ | [ghost-8b-beta-1608-Q5_K_M.gguf](https://huggingface.co/tensorblock/ghost-8b-beta-1608-GGUF/tree/main/ghost-8b-beta-1608-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
78
+ | [ghost-8b-beta-1608-Q6_K.gguf](https://huggingface.co/tensorblock/ghost-8b-beta-1608-GGUF/tree/main/ghost-8b-beta-1608-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
79
+ | [ghost-8b-beta-1608-Q8_0.gguf](https://huggingface.co/tensorblock/ghost-8b-beta-1608-GGUF/tree/main/ghost-8b-beta-1608-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
80
+
81
+
82
+ ## Downloading instruction
83
+
84
+ ### Command line
85
+
86
+ Firstly, install Huggingface Client
87
+
88
+ ```shell
89
+ pip install -U "huggingface_hub[cli]"
90
+ ```
91
+
92
+ Then, downoad the individual model file the a local directory
93
+
94
+ ```shell
95
+ huggingface-cli download tensorblock/ghost-8b-beta-1608-GGUF --include "ghost-8b-beta-1608-Q2_K.gguf" --local-dir MY_LOCAL_DIR
96
+ ```
97
+
98
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
99
+
100
+ ```shell
101
+ huggingface-cli download tensorblock/ghost-8b-beta-1608-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
102
+ ```
ghost-8b-beta-1608-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b43658e88dbf73faadc9ce2cbd9d35af5c9431bd5c3e8599f4d2d7796d63c8b
3
+ size 3179132864
ghost-8b-beta-1608-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2379494056e148b2fe47fb57cabecc56e1216f86eef4c1013b244593cac43e91
3
+ size 4321957824
ghost-8b-beta-1608-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb54e9ffa4f052cf3b3d1e17d0da274f25a79f962441fc936de8680df4d807d1
3
+ size 4018919360
ghost-8b-beta-1608-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05ee94f8edac72f580c8a1836aef63fe4fcfde2e11f2cd5081200b64987ee85d
3
+ size 3664500672
ghost-8b-beta-1608-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a845c63cc77fc02b879bb6e8e52f878bf8bdca702e687324625d9c9531ec25da
3
+ size 4661213120
ghost-8b-beta-1608-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3afd0afcf38f4287cf4b4c6a968f5716d7bb1b3099432eb9f0367d02a7f92f48
3
+ size 4920735680
ghost-8b-beta-1608-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:646d3bd049edd5c5f4aaa07099257288df37d79a568a6f8cf20ffd2b78e05ca7
3
+ size 4692670400
ghost-8b-beta-1608-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9585901371374e48ba4c046af895235e11d21fd1378abfee8713fe73d731a2b
3
+ size 5599295424
ghost-8b-beta-1608-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8a939e841a7aa9e54c30262bc0a3efd2355f219eb826364e28c87d07518e81c
3
+ size 5732988864
ghost-8b-beta-1608-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d50d85e129d0c89a150f844d1246693db793a016881f2c0886d0f6fe44c28ff2
3
+ size 5599295424
ghost-8b-beta-1608-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55f86c9b55cb955f94a0f500016a5f265f019071e64d15aab02dbb3f6114869e
3
+ size 6596007872
ghost-8b-beta-1608-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c34210d1118d0537b22e18e21299acbc3c19bc6bad956074240ac8cd967d372a
3
+ size 8540772288