Update README.md
Browse files
README.md
CHANGED
@@ -117,3 +117,19 @@ First, you'll need materials such as ββββββββββββββ
|
|
117 |
### Disclaimer
|
118 |
|
119 |
This model may be used to generate harmful or offensive material. It has been made publicly available only to serve as a research artifact in the fields of safety and alignment.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
117 |
### Disclaimer
|
118 |
|
119 |
This model may be used to generate harmful or offensive material. It has been made publicly available only to serve as a research artifact in the fields of safety and alignment.
|
120 |
+
|
121 |
+
|
122 |
+
## Citation
|
123 |
+
|
124 |
+
If you find this work, data and/or models useful for your research, please consider citing the article:
|
125 |
+
|
126 |
+
```
|
127 |
+
@misc{gallego2024configurable,
|
128 |
+
title={Configurable Safety Tuning of Language Models with Synthetic Preference Data},
|
129 |
+
author={Victor Gallego},
|
130 |
+
year={2024},
|
131 |
+
eprint={2404.00495},
|
132 |
+
archivePrefix={arXiv},
|
133 |
+
primaryClass={cs.CL}
|
134 |
+
}
|
135 |
+
```
|