huihui-ai commited on
Commit
d5871ce
·
verified ·
1 Parent(s): 844bae7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -48,9 +48,12 @@ license: llama3.3
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
 
 
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
+ ## ollama
52
 
53
+ You can use [huihui_ai/llama3.3-abliterated](https://ollama.com/huihui_ai/llama3.3-abliterated) directly,
54
+ ```
55
+ ollama run huihui_ai/llama3.3-abliterated
56
+ ```
57
 
58
  ### Use with transformers
59