Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,8 @@ tags:
|
|
8 |
- falcon3
|
9 |
- abliterated
|
10 |
- uncensored
|
11 |
-
base_model:
|
|
|
12 |
license: other
|
13 |
license_name: falcon-llm-license
|
14 |
license_link: https://falconllm.tii.ae/falcon-terms-and-conditions.html
|
@@ -19,5 +20,4 @@ library_name: transformers
|
|
19 |
|
20 |
|
21 |
This is an uncensored version of [tiiuae/Falcon3-3B-Instruct](https://huggingface.co/tiiuae/Falcon3-3B-Instruct) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
22 |
-
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
23 |
-
|
|
|
8 |
- falcon3
|
9 |
- abliterated
|
10 |
- uncensored
|
11 |
+
base_model:
|
12 |
+
- tiiuae/Falcon3-3B-Instruct
|
13 |
license: other
|
14 |
license_name: falcon-llm-license
|
15 |
license_link: https://falconllm.tii.ae/falcon-terms-and-conditions.html
|
|
|
20 |
|
21 |
|
22 |
This is an uncensored version of [tiiuae/Falcon3-3B-Instruct](https://huggingface.co/tiiuae/Falcon3-3B-Instruct) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
23 |
+
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
|