Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ This is a crude, proof-of-concept implementation to remove refusals from an LLM
|
|
25 |
|
26 |
## Note
|
27 |
|
28 |
-
The model's code comes from [transformers](https://github.com/huggingface/transformers/tree/08d45f12d9a742eb2a29098870f8baa0506917e5/src/transformers/models/exaone4). If there are updates, you can modify the file corresponding to auto_map in config.json.
|
29 |
|
30 |
## Usage
|
31 |
You can use this model in your applications by loading it with Hugging Face's `transformers` library:
|
|
|
25 |
|
26 |
## Note
|
27 |
|
28 |
+
The model's [code](https://huggingface.co/huihui-ai/Huihui-EXAONE-4.0-1.2B-abliterated/blob/main/modeling_exaone4.py) comes from [transformers](https://github.com/huggingface/transformers/tree/08d45f12d9a742eb2a29098870f8baa0506917e5/src/transformers/models/exaone4). If there are updates, you can modify the file corresponding to auto_map in config.json.
|
29 |
|
30 |
## Usage
|
31 |
You can use this model in your applications by loading it with Hugging Face's `transformers` library:
|