Triangle104 commited on
Commit
c061123
·
verified ·
1 Parent(s): 2d9d7e2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -1,16 +1,16 @@
1
  ---
2
- language:
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-Abliterated-Q5_K_S-GGUF
12
- This model was converted to GGUF format from [`stepenZEN/DeepSeek-R1-Distill-Llama-8B-Abliterated`](https://huggingface.co/stepenZEN/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/stepenZEN/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,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-Abliterated-Q5_K_S-GGUF --hf-file deepseek-r1-distill-llama-8b-abliterated-q5_k_s.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-Q5_K_S-GGUF --hf-file deepseek-r1-distill-llama-8b-abliterated-q5_k_s.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,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-Abliterated-Q5_K_S-GGUF --hf-file deepseek-r1-distill-llama-8b-abliterated-q5_k_s.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-Q5_K_S-GGUF --hf-file deepseek-r1-distill-llama-8b-abliterated-q5_k_s.gguf -c 2048
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-Q5_K_S-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-Q5_K_S-GGUF --hf-file deepseek-r1-distill-llama-8b-abliterated-q5_k_s.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-Q5_K_S-GGUF --hf-file deepseek-r1-distill-llama-8b-abliterated-q5_k_s.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-Q5_K_S-GGUF --hf-file deepseek-r1-distill-llama-8b-abliterated-q5_k_s.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-Q5_K_S-GGUF --hf-file deepseek-r1-distill-llama-8b-abliterated-q5_k_s.gguf -c 2048
53
  ```