Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +84 -0
- llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q2_K.gguf +3 -0
- llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q3_K_L.gguf +3 -0
- llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q3_K_M.gguf +3 -0
- llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q3_K_S.gguf +3 -0
- llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q4_0.gguf +3 -0
- llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q4_K_M.gguf +3 -0
- llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q4_K_S.gguf +3 -0
- llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q5_0.gguf +3 -0
- llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q5_K_M.gguf +3 -0
- llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q5_K_S.gguf +3 -0
- llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q6_K.gguf +3 -0
- llama3-8B-DarkIdol-2.2-Uncensored-1048K-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 |
+
llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- ja
|
6 |
+
- zh
|
7 |
+
tags:
|
8 |
+
- roleplay
|
9 |
+
- llama3
|
10 |
+
- sillytavern
|
11 |
+
- idol
|
12 |
+
- TensorBlock
|
13 |
+
- GGUF
|
14 |
+
base_model: aifeifei798/llama3-8B-DarkIdol-2.2-Uncensored-1048K
|
15 |
+
---
|
16 |
+
|
17 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
18 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
19 |
+
</div>
|
20 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
21 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
22 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
23 |
+
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>
|
24 |
+
</p>
|
25 |
+
</div>
|
26 |
+
</div>
|
27 |
+
|
28 |
+
## aifeifei798/llama3-8B-DarkIdol-2.2-Uncensored-1048K - GGUF
|
29 |
+
|
30 |
+
This repo contains GGUF format model files for [aifeifei798/llama3-8B-DarkIdol-2.2-Uncensored-1048K](https://huggingface.co/aifeifei798/llama3-8B-DarkIdol-2.2-Uncensored-1048K).
|
31 |
+
|
32 |
+
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).
|
33 |
+
|
34 |
+
<div style="text-align: left; margin: 20px 0;">
|
35 |
+
<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;">
|
36 |
+
Run them on the TensorBlock client using your local machine ↗
|
37 |
+
</a>
|
38 |
+
</div>
|
39 |
+
|
40 |
+
## Prompt template
|
41 |
+
|
42 |
+
```
|
43 |
+
|
44 |
+
```
|
45 |
+
|
46 |
+
## Model file specification
|
47 |
+
|
48 |
+
| Filename | Quant type | File Size | Description |
|
49 |
+
| -------- | ---------- | --------- | ----------- |
|
50 |
+
| [llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q2_K.gguf](https://huggingface.co/tensorblock/llama3-8B-DarkIdol-2.2-Uncensored-1048K-GGUF/blob/main/llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
|
51 |
+
| [llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama3-8B-DarkIdol-2.2-Uncensored-1048K-GGUF/blob/main/llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q3_K_S.gguf) | Q3_K_S | 3.664 GB | very small, high quality loss |
|
52 |
+
| [llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama3-8B-DarkIdol-2.2-Uncensored-1048K-GGUF/blob/main/llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
|
53 |
+
| [llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama3-8B-DarkIdol-2.2-Uncensored-1048K-GGUF/blob/main/llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
|
54 |
+
| [llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q4_0.gguf](https://huggingface.co/tensorblock/llama3-8B-DarkIdol-2.2-Uncensored-1048K-GGUF/blob/main/llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q4_0.gguf) | Q4_0 | 4.661 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
55 |
+
| [llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama3-8B-DarkIdol-2.2-Uncensored-1048K-GGUF/blob/main/llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
|
56 |
+
| [llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama3-8B-DarkIdol-2.2-Uncensored-1048K-GGUF/blob/main/llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
|
57 |
+
| [llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q5_0.gguf](https://huggingface.co/tensorblock/llama3-8B-DarkIdol-2.2-Uncensored-1048K-GGUF/blob/main/llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q5_0.gguf) | Q5_0 | 5.599 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
58 |
+
| [llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama3-8B-DarkIdol-2.2-Uncensored-1048K-GGUF/blob/main/llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q5_K_S.gguf) | Q5_K_S | 5.599 GB | large, low quality loss - recommended |
|
59 |
+
| [llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama3-8B-DarkIdol-2.2-Uncensored-1048K-GGUF/blob/main/llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
|
60 |
+
| [llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q6_K.gguf](https://huggingface.co/tensorblock/llama3-8B-DarkIdol-2.2-Uncensored-1048K-GGUF/blob/main/llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
|
61 |
+
| [llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q8_0.gguf](https://huggingface.co/tensorblock/llama3-8B-DarkIdol-2.2-Uncensored-1048K-GGUF/blob/main/llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q8_0.gguf) | Q8_0 | 8.541 GB | very large, extremely low quality loss - not recommended |
|
62 |
+
|
63 |
+
|
64 |
+
## Downloading instruction
|
65 |
+
|
66 |
+
### Command line
|
67 |
+
|
68 |
+
Firstly, install Huggingface Client
|
69 |
+
|
70 |
+
```shell
|
71 |
+
pip install -U "huggingface_hub[cli]"
|
72 |
+
```
|
73 |
+
|
74 |
+
Then, downoad the individual model file the a local directory
|
75 |
+
|
76 |
+
```shell
|
77 |
+
huggingface-cli download tensorblock/llama3-8B-DarkIdol-2.2-Uncensored-1048K-GGUF --include "llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
78 |
+
```
|
79 |
+
|
80 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
81 |
+
|
82 |
+
```shell
|
83 |
+
huggingface-cli download tensorblock/llama3-8B-DarkIdol-2.2-Uncensored-1048K-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
84 |
+
```
|
llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7177655a83f425ab419e3fa59802a4519ea145fcea1031c744151573ee59bf6
|
3 |
+
size 3179131232
|
llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd94404d0c7afbb5a4e955e9b5d713d36d9fb4c4deda4ae895fcf2a5dee688bc
|
3 |
+
size 4321956192
|
llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc552155bfed4c8e2a9cce36264ff196d82b4c67b323f1b0c651c02cc889354f
|
3 |
+
size 4018917728
|
llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95637e813f6933e282fda98a4b4d720688cf7931112416e4131359357c00cdf3
|
3 |
+
size 3664499040
|
llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6e8820a1aa403493f33430340a570210b32d2d4fffda1606a43f082ea02f6b9
|
3 |
+
size 4661211488
|
llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5753de44dbcc3daa9a0f2efbfd288ee7d55e8030161688d279a2fc570b2022d5
|
3 |
+
size 4920734048
|
llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95535301791c2e32c86a7759cb802e2cf53b0b78dec78c2ae648f55861640ee8
|
3 |
+
size 4692668768
|
llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59fabfb7d0efc23da184340ef13a03313b49127fbe9bf1d9076c91da5c93def9
|
3 |
+
size 5599293792
|
llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d97ddabbab2a932141274fbddd020c8f2700c1cefb87dc295fd104a8d6c1b1ee
|
3 |
+
size 5732987232
|
llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d3c9cdb49f188b5477954a1c208240e878876696cd9526efa57df2df11432c4
|
3 |
+
size 5599293792
|
llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:797be446cdc795e9ce72d27c409ae15126fd3a61622832274379f3ca7f5a6997
|
3 |
+
size 6596006240
|
llama3-8B-DarkIdol-2.2-Uncensored-1048K-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23640e7225a21b5ea103fb5ba2afd6ea2228d2a997eccfcd38f96a9e960dd06a
|
3 |
+
size 8540770656
|