huihui-ai commited on
Commit
2d6beea
·
verified ·
1 Parent(s): 37152ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -51,6 +51,13 @@ This is a crude, proof-of-concept implementation to remove refusals from an LLM
51
 
52
  If it's only for translation, use the original model without ablation. If it involves translation and other conversations, the ablated model can be used.
53
 
 
 
 
 
 
 
 
54
  ## Usage
55
  You can use this model in your applications by loading it with Hugging Face's `transformers` library:
56
 
 
51
 
52
  If it's only for translation, use the original model without ablation. If it involves translation and other conversations, the ablated model can be used.
53
 
54
+ ## ollama
55
+
56
+ You can use [huihui_ai/hy-mt1.5-abliterated:1.8b](https://ollama.com/huihui_ai/hy-mt1.5-abliterated:1.8b) directly,
57
+ ```
58
+ ollama run huihui_ai/hy-mt1.5-abliterated:1.8b
59
+ ```
60
+
61
  ## Usage
62
  You can use this model in your applications by loading it with Hugging Face's `transformers` library:
63