Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +83 -0
- llama3.2-1b-Uncensored-Q2_K.gguf +3 -0
- llama3.2-1b-Uncensored-Q3_K_L.gguf +3 -0
- llama3.2-1b-Uncensored-Q3_K_M.gguf +3 -0
- llama3.2-1b-Uncensored-Q3_K_S.gguf +3 -0
- llama3.2-1b-Uncensored-Q4_0.gguf +3 -0
- llama3.2-1b-Uncensored-Q4_K_M.gguf +3 -0
- llama3.2-1b-Uncensored-Q4_K_S.gguf +3 -0
- llama3.2-1b-Uncensored-Q5_0.gguf +3 -0
- llama3.2-1b-Uncensored-Q5_K_M.gguf +3 -0
- llama3.2-1b-Uncensored-Q5_K_S.gguf +3 -0
- llama3.2-1b-Uncensored-Q6_K.gguf +3 -0
- llama3.2-1b-Uncensored-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.2-1b-Uncensored-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
llama3.2-1b-Uncensored-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
llama3.2-1b-Uncensored-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
llama3.2-1b-Uncensored-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
llama3.2-1b-Uncensored-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
llama3.2-1b-Uncensored-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
llama3.2-1b-Uncensored-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
llama3.2-1b-Uncensored-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
llama3.2-1b-Uncensored-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
llama3.2-1b-Uncensored-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
llama3.2-1b-Uncensored-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
llama3.2-1b-Uncensored-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: mit
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- llama
|
8 |
+
- uncensored
|
9 |
+
- abliteration
|
10 |
+
- TensorBlock
|
11 |
+
- GGUF
|
12 |
+
pipeline_tag: text-generation
|
13 |
+
base_model: nztinversive/llama3.2-1b-Uncensored
|
14 |
+
---
|
15 |
+
|
16 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
17 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
18 |
+
</div>
|
19 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
20 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
21 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
22 |
+
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>
|
23 |
+
</p>
|
24 |
+
</div>
|
25 |
+
</div>
|
26 |
+
|
27 |
+
## nztinversive/llama3.2-1b-Uncensored - GGUF
|
28 |
+
|
29 |
+
This repo contains GGUF format model files for [nztinversive/llama3.2-1b-Uncensored](https://huggingface.co/nztinversive/llama3.2-1b-Uncensored).
|
30 |
+
|
31 |
+
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).
|
32 |
+
|
33 |
+
<div style="text-align: left; margin: 20px 0;">
|
34 |
+
<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;">
|
35 |
+
Run them on the TensorBlock client using your local machine ↗
|
36 |
+
</a>
|
37 |
+
</div>
|
38 |
+
|
39 |
+
## Prompt template
|
40 |
+
|
41 |
+
```
|
42 |
+
|
43 |
+
```
|
44 |
+
|
45 |
+
## Model file specification
|
46 |
+
|
47 |
+
| Filename | Quant type | File Size | Description |
|
48 |
+
| -------- | ---------- | --------- | ----------- |
|
49 |
+
| [llama3.2-1b-Uncensored-Q2_K.gguf](https://huggingface.co/tensorblock/llama3.2-1b-Uncensored-GGUF/blob/main/llama3.2-1b-Uncensored-Q2_K.gguf) | Q2_K | 0.581 GB | smallest, significant quality loss - not recommended for most purposes |
|
50 |
+
| [llama3.2-1b-Uncensored-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama3.2-1b-Uncensored-GGUF/blob/main/llama3.2-1b-Uncensored-Q3_K_S.gguf) | Q3_K_S | 0.642 GB | very small, high quality loss |
|
51 |
+
| [llama3.2-1b-Uncensored-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama3.2-1b-Uncensored-GGUF/blob/main/llama3.2-1b-Uncensored-Q3_K_M.gguf) | Q3_K_M | 0.691 GB | very small, high quality loss |
|
52 |
+
| [llama3.2-1b-Uncensored-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama3.2-1b-Uncensored-GGUF/blob/main/llama3.2-1b-Uncensored-Q3_K_L.gguf) | Q3_K_L | 0.733 GB | small, substantial quality loss |
|
53 |
+
| [llama3.2-1b-Uncensored-Q4_0.gguf](https://huggingface.co/tensorblock/llama3.2-1b-Uncensored-GGUF/blob/main/llama3.2-1b-Uncensored-Q4_0.gguf) | Q4_0 | 0.771 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
54 |
+
| [llama3.2-1b-Uncensored-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama3.2-1b-Uncensored-GGUF/blob/main/llama3.2-1b-Uncensored-Q4_K_S.gguf) | Q4_K_S | 0.776 GB | small, greater quality loss |
|
55 |
+
| [llama3.2-1b-Uncensored-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama3.2-1b-Uncensored-GGUF/blob/main/llama3.2-1b-Uncensored-Q4_K_M.gguf) | Q4_K_M | 0.808 GB | medium, balanced quality - recommended |
|
56 |
+
| [llama3.2-1b-Uncensored-Q5_0.gguf](https://huggingface.co/tensorblock/llama3.2-1b-Uncensored-GGUF/blob/main/llama3.2-1b-Uncensored-Q5_0.gguf) | Q5_0 | 0.893 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
57 |
+
| [llama3.2-1b-Uncensored-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama3.2-1b-Uncensored-GGUF/blob/main/llama3.2-1b-Uncensored-Q5_K_S.gguf) | Q5_K_S | 0.893 GB | large, low quality loss - recommended |
|
58 |
+
| [llama3.2-1b-Uncensored-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama3.2-1b-Uncensored-GGUF/blob/main/llama3.2-1b-Uncensored-Q5_K_M.gguf) | Q5_K_M | 0.911 GB | large, very low quality loss - recommended |
|
59 |
+
| [llama3.2-1b-Uncensored-Q6_K.gguf](https://huggingface.co/tensorblock/llama3.2-1b-Uncensored-GGUF/blob/main/llama3.2-1b-Uncensored-Q6_K.gguf) | Q6_K | 1.022 GB | very large, extremely low quality loss |
|
60 |
+
| [llama3.2-1b-Uncensored-Q8_0.gguf](https://huggingface.co/tensorblock/llama3.2-1b-Uncensored-GGUF/blob/main/llama3.2-1b-Uncensored-Q8_0.gguf) | Q8_0 | 1.321 GB | very large, extremely low quality loss - not recommended |
|
61 |
+
|
62 |
+
|
63 |
+
## Downloading instruction
|
64 |
+
|
65 |
+
### Command line
|
66 |
+
|
67 |
+
Firstly, install Huggingface Client
|
68 |
+
|
69 |
+
```shell
|
70 |
+
pip install -U "huggingface_hub[cli]"
|
71 |
+
```
|
72 |
+
|
73 |
+
Then, downoad the individual model file the a local directory
|
74 |
+
|
75 |
+
```shell
|
76 |
+
huggingface-cli download tensorblock/llama3.2-1b-Uncensored-GGUF --include "llama3.2-1b-Uncensored-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
77 |
+
```
|
78 |
+
|
79 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
80 |
+
|
81 |
+
```shell
|
82 |
+
huggingface-cli download tensorblock/llama3.2-1b-Uncensored-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
83 |
+
```
|
llama3.2-1b-Uncensored-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83858cb8a49b91ffdcb8a02253016263d9565721270139853a7956abec7d2348
|
3 |
+
size 580870208
|
llama3.2-1b-Uncensored-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96ea3446a594751f10140967706eafcdeb39b387225972e68e4d95c3f1e27871
|
3 |
+
size 732520512
|
llama3.2-1b-Uncensored-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b2a8e9b6ad58a1ab44b2dd9d4ab195a8b7a52f5a259932cff13240186665ed40
|
3 |
+
size 690839616
|
llama3.2-1b-Uncensored-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8de5c945f5c129f92a77ab800e4a5ba333f9f155c517377342e69a4f08e0963b
|
3 |
+
size 641687616
|
llama3.2-1b-Uncensored-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:649565dfcd60d0019ff11dea6f34e5fa5266e755c8a379601ba88535ef0da945
|
3 |
+
size 770924608
|
llama3.2-1b-Uncensored-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2459721aee6c3fa3e096890a2c7ea9d1e930b8fb2db12cbbae5829582a39725d
|
3 |
+
size 807690304
|
llama3.2-1b-Uncensored-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59d95e9d263938dff9386ad1ecbc2392a60804c76a29ca52eac98176084d3365
|
3 |
+
size 775643200
|
llama3.2-1b-Uncensored-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5944042306421f1ccd9e1a77a8d2d5a5ddfad34eba8cebc127463b49373a82b
|
3 |
+
size 892559424
|
llama3.2-1b-Uncensored-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:108142a3b25af7768afac3ca526fd1f199e6ecd8cd8b0ae855314b921990e662
|
3 |
+
size 911499328
|
llama3.2-1b-Uncensored-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1b39275ec396c9215bce75fc9dc0d42a4bce6a11ef3374ba2fd1e9b1fd9ccce
|
3 |
+
size 892559424
|
llama3.2-1b-Uncensored-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e95b0eb8ead45379a3d9720bf046d19693190ded5e401ab2879bfe1ed281026a
|
3 |
+
size 1021796416
|
llama3.2-1b-Uncensored-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b67654de1e3bf76600bd8f7637aafabd175a56fe10f60d20fd096d3a4785672
|
3 |
+
size 1321078848
|