Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ tags:
|
|
13 |
|
14 |
This is an uncensored version of [qihoo360/TinyR1-32B-Preview](https://huggingface.co/qihoo360/TinyR1-32B-Preview) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
15 |
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
16 |
-
## Hotfix (March 3, 2025)
|
17 |
On March 3, 2025, at 20:50 Beijing Time (UTC+8), we update our tokenizer. Users who downloaded our model prior to this update are advised to re-download the tokenizer-related configuration files (tokenizer.json, tokenizer_config.json, config.json and special_tokens_map.json).
|
18 |
Our internal testing has verified that this update resolves the following issues reported by users:
|
19 |
1. Output repetition.
|
|
|
13 |
|
14 |
This is an uncensored version of [qihoo360/TinyR1-32B-Preview](https://huggingface.co/qihoo360/TinyR1-32B-Preview) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
15 |
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
16 |
+
## Hotfix ([March 3, 2025](https://huggingface.co/qihoo360/TinyR1-32B-Preview#hotfix-march-3-2025))
|
17 |
On March 3, 2025, at 20:50 Beijing Time (UTC+8), we update our tokenizer. Users who downloaded our model prior to this update are advised to re-download the tokenizer-related configuration files (tokenizer.json, tokenizer_config.json, config.json and special_tokens_map.json).
|
18 |
Our internal testing has verified that this update resolves the following issues reported by users:
|
19 |
1. Output repetition.
|