huihui-ai commited on
Commit
cefd68b
·
verified ·
1 Parent(s): 9520f29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -10,7 +10,7 @@ language:
10
  - th
11
  - de
12
  base_model:
13
- - meta-llama/Llama-3.3-70B-Instruct
14
  tags:
15
  - facebook
16
  - meta
@@ -44,7 +44,7 @@ extra_gated_description: >-
44
  extra_gated_button_content: Submit
45
  license: llama3.3
46
  ---
47
- # huihui-ai/Llama-3.3-70B-Instruct-abliterated
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
 
@@ -64,7 +64,7 @@ See the snippet below for usage with Transformers:
64
  import transformers
65
  import torch
66
 
67
- model_id = "huihui-ai/Llama-3.3-70B-Instruct-abliterated"
68
 
69
  pipeline = transformers.pipeline(
70
  "text-generation",
 
10
  - th
11
  - de
12
  base_model:
13
+ - huihui-ai/Llama-3.3-70B-Instruct-abliterated
14
  tags:
15
  - facebook
16
  - meta
 
44
  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
 
 
64
  import transformers
65
  import torch
66
 
67
+ model_id = "huihui-ai/Llama-3.3-70B-Instruct-abliterated-finetuned"
68
 
69
  pipeline = transformers.pipeline(
70
  "text-generation",