huihui-ai commited on
Commit
41a4fe1
·
verified ·
1 Parent(s): cefd68b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -4
README.md CHANGED
@@ -45,12 +45,17 @@ extra_gated_button_content: Submit
45
  license: llama3.3
46
  ---
47
  # huihui-ai/Llama-3.3-70B-Instruct-abliterated-finetuned
48
- This is an uncensored version of [meta-llama/Llama-3.3-70B-Instruct](https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
49
- This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
50
 
51
- ## How to use
52
 
53
- This repository contains two versions of Llama-3.3-70B-Instruct, for use with transformers and with the original `llama` codebase.
 
 
 
 
 
 
 
54
 
55
  ### Use with transformers
56
 
 
45
  license: llama3.3
46
  ---
47
  # huihui-ai/Llama-3.3-70B-Instruct-abliterated-finetuned
 
 
48
 
49
+ This is a fine-tuned version of [huihui-ai/Llama-3.3-70B-Instruct-abliterated](https://huggingface.co/huihui-ai/Llama-3.3-70B-Instruct-abliterated)
50
 
51
+ If the desired result is not achieved, you can clear the conversation and try again.
52
+
53
+ ## Use with ollama
54
+
55
+ You can use [huihui_ai/llama3.3-abliterated-ft](https://ollama.com/huihui_ai/llama3.3-abliterated-ft) directly,
56
+ ```
57
+ ollama run huihui_ai/llama3.3-abliterated-ft
58
+ ```
59
 
60
  ### Use with transformers
61