Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,16 @@
|
|
2 |
license: gemma
|
3 |
---
|
4 |
|
5 |
-
A Gemma-2-9B-IT checkpoint implemented with deeper safety alignment, using the data augmentation approach proposed in the paper[Safety Alignment Should Be Made More Than Just a Few Tokens Deep](https://arxiv.org/abs/2406.05946)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: gemma
|
3 |
---
|
4 |
|
5 |
+
A Gemma-2-9B-IT checkpoint implemented with deeper safety alignment, using the data augmentation approach proposed in the paper [Safety Alignment Should Be Made More Than Just a Few Tokens Deep](https://arxiv.org/abs/2406.05946)
|
6 |
+
|
7 |
+
|
8 |
+
|
9 |
+
Citation:
|
10 |
+
```
|
11 |
+
@article{qi2024safety,
|
12 |
+
title={Safety Alignment Should Be Made More Than Just a Few Tokens Deep},
|
13 |
+
author={Qi, Xiangyu and Panda, Ashwinee and Lyu, Kaifeng and Ma, Xiao and Roy, Subhrajit and Beirami, Ahmad and Mittal, Prateek and Henderson, Peter},
|
14 |
+
journal={arXiv preprint arXiv:2406.05946},
|
15 |
+
year={2024}
|
16 |
+
}
|
17 |
+
```
|