huihui-ai commited on
Commit
d00922c
·
verified ·
1 Parent(s): b3cdbb6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -19,6 +19,12 @@ This is an uncensored version of [nvidia/Llama-3.1-Nemotron-70B-Instruct-HF](htt
19
 
20
  Special thanks to [@FailSpy](https://huggingface.co/failspy) for the original code and technique. Please follow him if you're interested in abliterated models.
21
 
 
 
 
 
 
 
22
 
23
  ## Usage
24
  You can use this model in your applications by loading it with Hugging Face's `transformers` library,
 
19
 
20
  Special thanks to [@FailSpy](https://huggingface.co/failspy) for the original code and technique. Please follow him if you're interested in abliterated models.
21
 
22
+ ## Use with ollama
23
+
24
+ You can use [huihui_ai/nemotron-abliterated](https://ollama.com/huihui_ai/nemotron-abliterated) directly,
25
+ ```
26
+ ollama run huihui_ai/nemotron-abliterated
27
+ ```
28
 
29
  ## Usage
30
  You can use this model in your applications by loading it with Hugging Face's `transformers` library,