Update README.md
Browse files
README.md
CHANGED
|
@@ -19,6 +19,10 @@ This model is a fine-tuned version of [meta-llama/Meta-Llama-3-70B](https://hugg
|
|
| 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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
## Intended uses & limitations
|
| 23 |
|
| 24 |
More information needed
|
|
|
|
| 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 |
|
| 22 |
+
Input format:
|
| 23 |
+
```
|
| 24 |
+
[INST] Your Instruction [\INST]
|
| 25 |
+
```
|
| 26 |
## Intended uses & limitations
|
| 27 |
|
| 28 |
More information needed
|