huihui-ai commited on
Commit
5c6eaad
·
verified ·
1 Parent(s): 93f477b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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. 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 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: