Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
- en
|
| 4 |
-
base_model: stepenZEN/DeepSeek-R1-Distill-Llama-8B-Abliterated
|
| 5 |
library_name: transformers
|
| 6 |
tags:
|
|
|
|
|
|
|
| 7 |
- llama-cpp
|
| 8 |
- gguf-my-repo
|
| 9 |
---
|
| 10 |
|
| 11 |
-
# Triangle104/DeepSeek-R1-Distill-Llama-8B-
|
| 12 |
-
This model was converted to GGUF format from [`
|
| 13 |
-
Refer to the [original model card](https://huggingface.co/
|
| 14 |
|
| 15 |
## Use with llama.cpp
|
| 16 |
Install llama.cpp through brew (works on Mac and Linux)
|
|
@@ -23,12 +23,12 @@ Invoke the llama.cpp server or the CLI.
|
|
| 23 |
|
| 24 |
### CLI:
|
| 25 |
```bash
|
| 26 |
-
llama-cli --hf-repo Triangle104/DeepSeek-R1-Distill-Llama-8B-
|
| 27 |
```
|
| 28 |
|
| 29 |
### Server:
|
| 30 |
```bash
|
| 31 |
-
llama-server --hf-repo Triangle104/DeepSeek-R1-Distill-Llama-8B-
|
| 32 |
```
|
| 33 |
|
| 34 |
Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.
|
|
@@ -45,9 +45,9 @@ cd llama.cpp && LLAMA_CURL=1 make
|
|
| 45 |
|
| 46 |
Step 3: Run inference through the main binary.
|
| 47 |
```
|
| 48 |
-
./llama-cli --hf-repo Triangle104/DeepSeek-R1-Distill-Llama-8B-
|
| 49 |
```
|
| 50 |
or
|
| 51 |
```
|
| 52 |
-
./llama-server --hf-repo Triangle104/DeepSeek-R1-Distill-Llama-8B-
|
| 53 |
```
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated
|
|
|
|
|
|
|
| 3 |
library_name: transformers
|
| 4 |
tags:
|
| 5 |
+
- abliterated
|
| 6 |
+
- uncensored
|
| 7 |
- llama-cpp
|
| 8 |
- gguf-my-repo
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# Triangle104/DeepSeek-R1-Distill-Llama-8B-abliterated-Q6_K-GGUF
|
| 12 |
+
This model was converted to GGUF format from [`huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated`](https://huggingface.co/huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
| 13 |
+
Refer to the [original model card](https://huggingface.co/huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated) for more details on the model.
|
| 14 |
|
| 15 |
## Use with llama.cpp
|
| 16 |
Install llama.cpp through brew (works on Mac and Linux)
|
|
|
|
| 23 |
|
| 24 |
### CLI:
|
| 25 |
```bash
|
| 26 |
+
llama-cli --hf-repo Triangle104/DeepSeek-R1-Distill-Llama-8B-abliterated-Q6_K-GGUF --hf-file deepseek-r1-distill-llama-8b-abliterated-q6_k.gguf -p "The meaning to life and the universe is"
|
| 27 |
```
|
| 28 |
|
| 29 |
### Server:
|
| 30 |
```bash
|
| 31 |
+
llama-server --hf-repo Triangle104/DeepSeek-R1-Distill-Llama-8B-abliterated-Q6_K-GGUF --hf-file deepseek-r1-distill-llama-8b-abliterated-q6_k.gguf -c 2048
|
| 32 |
```
|
| 33 |
|
| 34 |
Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.
|
|
|
|
| 45 |
|
| 46 |
Step 3: Run inference through the main binary.
|
| 47 |
```
|
| 48 |
+
./llama-cli --hf-repo Triangle104/DeepSeek-R1-Distill-Llama-8B-abliterated-Q6_K-GGUF --hf-file deepseek-r1-distill-llama-8b-abliterated-q6_k.gguf -p "The meaning to life and the universe is"
|
| 49 |
```
|
| 50 |
or
|
| 51 |
```
|
| 52 |
+
./llama-server --hf-repo Triangle104/DeepSeek-R1-Distill-Llama-8B-abliterated-Q6_K-GGUF --hf-file deepseek-r1-distill-llama-8b-abliterated-q6_k.gguf -c 2048
|
| 53 |
```
|