Update README.md
Browse files
README.md
CHANGED
@@ -18,8 +18,13 @@ This model is a fine-tuned version of [meta-llama/Meta-Llama-3-70B-Instruct](htt
|
|
18 |
## Model description
|
19 |
|
20 |
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).
|
21 |
-
The model is
|
22 |
|
|
|
|
|
|
|
|
|
|
|
23 |
## Intended uses & limitations
|
24 |
|
25 |
More information needed
|
|
|
18 |
## Model description
|
19 |
|
20 |
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).
|
21 |
+
The model is continued train 100 steps with DeRTa on LLaMA3-70B-Instruct.
|
22 |
|
23 |
+
|
24 |
+
Input format:
|
25 |
+
```
|
26 |
+
[INST] Your Instruction [\INST]
|
27 |
+
```
|
28 |
## Intended uses & limitations
|
29 |
|
30 |
More information needed
|