morriszms commited on
Commit
2d677b3
·
verified ·
1 Parent(s): 2940103

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-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ ghost-8b-beta-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ ghost-8b-beta-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ ghost-8b-beta-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ ghost-8b-beta-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ ghost-8b-beta-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ ghost-8b-beta-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ ghost-8b-beta-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ ghost-8b-beta-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ ghost-8b-beta-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ ghost-8b-beta-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ ghost-8b-beta-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - vi
5
+ - es
6
+ - pt
7
+ - de
8
+ - it
9
+ - fr
10
+ - ko
11
+ - zh
12
+ license: other
13
+ license_name: ghost-open-llms
14
+ license_link: https://ghost-x.org/ghost-open-llms-license
15
+ tags:
16
+ - ghost
17
+ - tools
18
+ - chat
19
+ - transformers
20
+ - unsloth
21
+ - llama
22
+ - TensorBlock
23
+ - GGUF
24
+ pipeline_tag: text-generation
25
+ widget:
26
+ - text: Why is the sky blue ?
27
+ base_model: ghost-x/ghost-8b-beta
28
+ ---
29
+
30
+ <div style="width: auto; margin-left: auto; margin-right: auto">
31
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
32
+ </div>
33
+ <div style="display: flex; justify-content: space-between; width: 100%;">
34
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
35
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
36
+ 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>
37
+ </p>
38
+ </div>
39
+ </div>
40
+
41
+ ## ghost-x/ghost-8b-beta - GGUF
42
+
43
+ This repo contains GGUF format model files for [ghost-x/ghost-8b-beta](https://huggingface.co/ghost-x/ghost-8b-beta).
44
+
45
+ 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).
46
+
47
+ <div style="text-align: left; margin: 20px 0;">
48
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
49
+ Run them on the TensorBlock client using your local machine ↗
50
+ </a>
51
+ </div>
52
+
53
+ ## Prompt template
54
+
55
+ ```
56
+ <|bos|><|role:begin|>system<|role:end|>
57
+ {system_prompt}<|cos|>
58
+ <|role:begin|>user<|role:end|>
59
+ {prompt}<|cos|>
60
+ <|role:begin|>assistant<|role:end|>
61
+ ```
62
+
63
+ ## Model file specification
64
+
65
+ | Filename | Quant type | File Size | Description |
66
+ | -------- | ---------- | --------- | ----------- |
67
+ | [ghost-8b-beta-Q2_K.gguf](https://huggingface.co/tensorblock/ghost-8b-beta-GGUF/blob/main/ghost-8b-beta-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
68
+ | [ghost-8b-beta-Q3_K_S.gguf](https://huggingface.co/tensorblock/ghost-8b-beta-GGUF/blob/main/ghost-8b-beta-Q3_K_S.gguf) | Q3_K_S | 3.664 GB | very small, high quality loss |
69
+ | [ghost-8b-beta-Q3_K_M.gguf](https://huggingface.co/tensorblock/ghost-8b-beta-GGUF/blob/main/ghost-8b-beta-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
70
+ | [ghost-8b-beta-Q3_K_L.gguf](https://huggingface.co/tensorblock/ghost-8b-beta-GGUF/blob/main/ghost-8b-beta-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
71
+ | [ghost-8b-beta-Q4_0.gguf](https://huggingface.co/tensorblock/ghost-8b-beta-GGUF/blob/main/ghost-8b-beta-Q4_0.gguf) | Q4_0 | 4.661 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
72
+ | [ghost-8b-beta-Q4_K_S.gguf](https://huggingface.co/tensorblock/ghost-8b-beta-GGUF/blob/main/ghost-8b-beta-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
73
+ | [ghost-8b-beta-Q4_K_M.gguf](https://huggingface.co/tensorblock/ghost-8b-beta-GGUF/blob/main/ghost-8b-beta-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
74
+ | [ghost-8b-beta-Q5_0.gguf](https://huggingface.co/tensorblock/ghost-8b-beta-GGUF/blob/main/ghost-8b-beta-Q5_0.gguf) | Q5_0 | 5.599 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
75
+ | [ghost-8b-beta-Q5_K_S.gguf](https://huggingface.co/tensorblock/ghost-8b-beta-GGUF/blob/main/ghost-8b-beta-Q5_K_S.gguf) | Q5_K_S | 5.599 GB | large, low quality loss - recommended |
76
+ | [ghost-8b-beta-Q5_K_M.gguf](https://huggingface.co/tensorblock/ghost-8b-beta-GGUF/blob/main/ghost-8b-beta-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
77
+ | [ghost-8b-beta-Q6_K.gguf](https://huggingface.co/tensorblock/ghost-8b-beta-GGUF/blob/main/ghost-8b-beta-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
78
+ | [ghost-8b-beta-Q8_0.gguf](https://huggingface.co/tensorblock/ghost-8b-beta-GGUF/blob/main/ghost-8b-beta-Q8_0.gguf) | Q8_0 | 8.541 GB | very large, extremely low quality loss - not recommended |
79
+
80
+
81
+ ## Downloading instruction
82
+
83
+ ### Command line
84
+
85
+ Firstly, install Huggingface Client
86
+
87
+ ```shell
88
+ pip install -U "huggingface_hub[cli]"
89
+ ```
90
+
91
+ Then, downoad the individual model file the a local directory
92
+
93
+ ```shell
94
+ huggingface-cli download tensorblock/ghost-8b-beta-GGUF --include "ghost-8b-beta-Q2_K.gguf" --local-dir MY_LOCAL_DIR
95
+ ```
96
+
97
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
98
+
99
+ ```shell
100
+ huggingface-cli download tensorblock/ghost-8b-beta-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
101
+ ```
ghost-8b-beta-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:042b5ad2bd651eb4ecb63a7527e5707cef6e501ded4170d6cfaa7ba438bc658d
3
+ size 3179129728
ghost-8b-beta-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b1e374bb0bf5300251de97048fbb947f05fd9f5ef9ad942e494e1bb5f41dc7d
3
+ size 4321954688
ghost-8b-beta-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09f0e69c67eed49f0717122011523e4c64169f8765e5ece2d84496d8dd82ef74
3
+ size 4018916224
ghost-8b-beta-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99081aa6e8e51de4beacfc40a6e58049926b8481d239cf644e053bd271a41853
3
+ size 3664497536
ghost-8b-beta-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b65d77564b11358a678986926c3b2d3e3f4aa6e5411371b91c26d432bb066530
3
+ size 4661209984
ghost-8b-beta-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02acf53a42aa4667ee633d36bb115eae013c461176ad5c223e0490de111a70e1
3
+ size 4920732544
ghost-8b-beta-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6c4f53501efb7bdd1a49366225ce0aa6963252a32194b615e494a1be596e9cc
3
+ size 4692667264
ghost-8b-beta-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c27fb792a159e7c55291010deb7ef193292619c876e03bbafb65bb422d34dcd
3
+ size 5599292288
ghost-8b-beta-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:157e7a8469c7fced255af2987ae2c35e3c76665fc84b8b30c3cb7172ff2c35c9
3
+ size 5732985728
ghost-8b-beta-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30dcba5e01dc6db8421524f172fcb99824a689c327ff7358c9c48acd43977258
3
+ size 5599292288
ghost-8b-beta-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1d269d74e7a21ea498f560dba3be50e218ca75be59f6e2bfdcbfcc02b5f9f13
3
+ size 6596004736
ghost-8b-beta-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e791b52fe284d5c87672bbd3860d08d4ea6ce4877ede30e3ffc8efa21759c64e
3
+ size 8540769152