Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +95 -0
- ghost-7b-alpha-Q2_K.gguf +3 -0
- ghost-7b-alpha-Q3_K_L.gguf +3 -0
- ghost-7b-alpha-Q3_K_M.gguf +3 -0
- ghost-7b-alpha-Q3_K_S.gguf +3 -0
- ghost-7b-alpha-Q4_0.gguf +3 -0
- ghost-7b-alpha-Q4_K_M.gguf +3 -0
- ghost-7b-alpha-Q4_K_S.gguf +3 -0
- ghost-7b-alpha-Q5_0.gguf +3 -0
- ghost-7b-alpha-Q5_K_M.gguf +3 -0
- ghost-7b-alpha-Q5_K_S.gguf +3 -0
- ghost-7b-alpha-Q6_K.gguf +3 -0
- ghost-7b-alpha-Q8_0.gguf +3 -0
.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-7b-alpha-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
ghost-7b-alpha-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
ghost-7b-alpha-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
ghost-7b-alpha-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
ghost-7b-alpha-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
ghost-7b-alpha-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
ghost-7b-alpha-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
ghost-7b-alpha-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
ghost-7b-alpha-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
ghost-7b-alpha-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
ghost-7b-alpha-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
ghost-7b-alpha-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- vi
|
5 |
+
license: other
|
6 |
+
license_name: ghost-7b
|
7 |
+
license_link: https://ghost-x.org/ghost-7b-license
|
8 |
+
library_name: transformers
|
9 |
+
tags:
|
10 |
+
- ghost
|
11 |
+
- tools
|
12 |
+
- chat
|
13 |
+
- TensorBlock
|
14 |
+
- GGUF
|
15 |
+
pipeline_tag: text-generation
|
16 |
+
widget:
|
17 |
+
- text: Why is the sky blue ?
|
18 |
+
output:
|
19 |
+
text: The sky appears blue because of a phenomenon called Rayleigh scattering.
|
20 |
+
Sunlight is composed of all colors of the visible spectrum, but blue light has
|
21 |
+
a shorter wavelength than other colors. When sunlight enters the Earth's atmosphere,
|
22 |
+
it interacts with molecules of nitrogen and oxygen, which are the main components
|
23 |
+
of our atmosphere. These molecules scatter the shorter wavelengths of light,
|
24 |
+
such as blue and violet, more than the longer wavelengths, such as red and orange.
|
25 |
+
As a result, when we look up at the sky, we see more blue light than other colors
|
26 |
+
because the blue light has been scattered more by the molecules in the atmosphere.
|
27 |
+
base_model: ghost-x/ghost-7b-alpha
|
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-7b-alpha - GGUF
|
42 |
+
|
43 |
+
This repo contains GGUF format model files for [ghost-x/ghost-7b-alpha](https://huggingface.co/ghost-x/ghost-7b-alpha).
|
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 |
+
## Prompt template
|
48 |
+
|
49 |
+
```
|
50 |
+
<|system|>
|
51 |
+
{system_prompt}</s>
|
52 |
+
<|user|>
|
53 |
+
{prompt}</s>
|
54 |
+
<|assistant|>
|
55 |
+
```
|
56 |
+
|
57 |
+
## Model file specification
|
58 |
+
|
59 |
+
| Filename | Quant type | File Size | Description |
|
60 |
+
| -------- | ---------- | --------- | ----------- |
|
61 |
+
| [ghost-7b-alpha-Q2_K.gguf](https://huggingface.co/tensorblock/ghost-7b-alpha-GGUF/tree/main/ghost-7b-alpha-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
|
62 |
+
| [ghost-7b-alpha-Q3_K_S.gguf](https://huggingface.co/tensorblock/ghost-7b-alpha-GGUF/tree/main/ghost-7b-alpha-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
|
63 |
+
| [ghost-7b-alpha-Q3_K_M.gguf](https://huggingface.co/tensorblock/ghost-7b-alpha-GGUF/tree/main/ghost-7b-alpha-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
|
64 |
+
| [ghost-7b-alpha-Q3_K_L.gguf](https://huggingface.co/tensorblock/ghost-7b-alpha-GGUF/tree/main/ghost-7b-alpha-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
|
65 |
+
| [ghost-7b-alpha-Q4_0.gguf](https://huggingface.co/tensorblock/ghost-7b-alpha-GGUF/tree/main/ghost-7b-alpha-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
66 |
+
| [ghost-7b-alpha-Q4_K_S.gguf](https://huggingface.co/tensorblock/ghost-7b-alpha-GGUF/tree/main/ghost-7b-alpha-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
|
67 |
+
| [ghost-7b-alpha-Q4_K_M.gguf](https://huggingface.co/tensorblock/ghost-7b-alpha-GGUF/tree/main/ghost-7b-alpha-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
|
68 |
+
| [ghost-7b-alpha-Q5_0.gguf](https://huggingface.co/tensorblock/ghost-7b-alpha-GGUF/tree/main/ghost-7b-alpha-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
69 |
+
| [ghost-7b-alpha-Q5_K_S.gguf](https://huggingface.co/tensorblock/ghost-7b-alpha-GGUF/tree/main/ghost-7b-alpha-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
|
70 |
+
| [ghost-7b-alpha-Q5_K_M.gguf](https://huggingface.co/tensorblock/ghost-7b-alpha-GGUF/tree/main/ghost-7b-alpha-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
|
71 |
+
| [ghost-7b-alpha-Q6_K.gguf](https://huggingface.co/tensorblock/ghost-7b-alpha-GGUF/tree/main/ghost-7b-alpha-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
|
72 |
+
| [ghost-7b-alpha-Q8_0.gguf](https://huggingface.co/tensorblock/ghost-7b-alpha-GGUF/tree/main/ghost-7b-alpha-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
|
73 |
+
|
74 |
+
|
75 |
+
## Downloading instruction
|
76 |
+
|
77 |
+
### Command line
|
78 |
+
|
79 |
+
Firstly, install Huggingface Client
|
80 |
+
|
81 |
+
```shell
|
82 |
+
pip install -U "huggingface_hub[cli]"
|
83 |
+
```
|
84 |
+
|
85 |
+
Then, downoad the individual model file the a local directory
|
86 |
+
|
87 |
+
```shell
|
88 |
+
huggingface-cli download tensorblock/ghost-7b-alpha-GGUF --include "ghost-7b-alpha-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
89 |
+
```
|
90 |
+
|
91 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
92 |
+
|
93 |
+
```shell
|
94 |
+
huggingface-cli download tensorblock/ghost-7b-alpha-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
95 |
+
```
|
ghost-7b-alpha-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1742483e2a2241d3bb54d446ab83984c280db5e2a9792eed4d20d3c8556052c3
|
3 |
+
size 2719243488
|
ghost-7b-alpha-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8b4e62ab3d9b7a3918d2eb706d328b623151726fd9ac48e0d7a38caa7b140d1
|
3 |
+
size 3822025952
|
ghost-7b-alpha-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e298a59f54b4e06753c12c5725934d0b2bc8804d3a1b4d12a5d9671e43091804
|
3 |
+
size 3518987488
|
ghost-7b-alpha-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d89435a966f558fdb1b15616cf04dcb03f915e3167ee8ed9a00f4d1fe7784980
|
3 |
+
size 3164568800
|
ghost-7b-alpha-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2380fa7693d447155074566ff6281a477eb5433d79a6e7a79cc2b6787a24373f
|
3 |
+
size 4108917984
|
ghost-7b-alpha-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b80f2048fb3ded8fe6e9c10c5e25494a271dedeb70baf86fa22d0b2170951a4
|
3 |
+
size 4368440544
|
ghost-7b-alpha-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28324c00b9c205972ee01acb5debfbe0668731424649f6c8c0ce08a63ed928dd
|
3 |
+
size 4140375264
|
ghost-7b-alpha-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c17e1005a2e0cae1b29488f3a0d45757610a2b73f2d4b7b7ceb66c62956f5a9a
|
3 |
+
size 4997717216
|
ghost-7b-alpha-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d67ae211b4d95ba4295f7276cc47c2abd5908cc277efa07e0ed63782d79522e
|
3 |
+
size 5131410656
|
ghost-7b-alpha-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:750a4053abcfa6a0ca753ceee7f4de30a0f9648b20b55069312495f71f5f89a7
|
3 |
+
size 4997717216
|
ghost-7b-alpha-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d48f553b98c831ab0783835916a85b2a18b10d51669b1f41ac5ed1e6894e5f4
|
3 |
+
size 5942066400
|
ghost-7b-alpha-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcb904ccc9f83c8f3afbe865504455646bf31ff2c7263d97e250b8e627e3b616
|
3 |
+
size 7695858912
|