vicgalle commited on
Commit
bbc16db
1 Parent(s): c180691

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -139,4 +139,20 @@ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-le
139
  |MMLU (5-Shot) |66.71|
140
  |TruthfulQA (0-shot) |77.13|
141
  |Winogrande (5-shot) |83.27|
142
- |GSM8k (5-shot) |63.91|
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
139
  |MMLU (5-Shot) |66.71|
140
  |TruthfulQA (0-shot) |77.13|
141
  |Winogrande (5-shot) |83.27|
142
+ |GSM8k (5-shot) |63.91|
143
+
144
+
145
+ ## Citation
146
+
147
+ If you find this work, data and/or models useful for your research, please consider citing the article:
148
+
149
+ ```
150
+ @misc{gallego2024configurable,
151
+ title={Configurable Safety Tuning of Language Models with Synthetic Preference Data},
152
+ author={Victor Gallego},
153
+ year={2024},
154
+ eprint={2404.00495},
155
+ archivePrefix={arXiv},
156
+ primaryClass={cs.CL}
157
+ }
158
+ ```