Youliang commited on
Commit
1c41e15
1 Parent(s): 860f99f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -18,6 +18,10 @@ This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggi
18
 
19
  Please refer to the paper [Refuse Whenever You Feel Unsafe: Improving Safety in LLMs via Decoupled Refusal Training](https://arxiv.org/abs/2407.09121) and GitHub [DeRTa](https://github.com/RobustNLP/DeRTa).
20
 
 
 
 
 
21
  ## Intended uses & limitations
22
 
23
  The model is trained with DeRTa, showing a high safety performance.
 
18
 
19
  Please refer to the paper [Refuse Whenever You Feel Unsafe: Improving Safety in LLMs via Decoupled Refusal Training](https://arxiv.org/abs/2407.09121) and GitHub [DeRTa](https://github.com/RobustNLP/DeRTa).
20
 
21
+ Input format:
22
+ ```
23
+ [INST] Your Instruction [\INST]
24
+ ```
25
  ## Intended uses & limitations
26
 
27
  The model is trained with DeRTa, showing a high safety performance.