colin-abacus
commited on
Commit
•
6eeeefc
1
Parent(s):
ba65b6e
Update README.md
Browse files
README.md
CHANGED
@@ -181,4 +181,17 @@ benefit the auto industry's transition to e-mobility.
|
|
181 |
"organizations": ["Faraday", "Daimler AG", "Volkswagen"],
|
182 |
"locations": ["Berlin", "Europe"]
|
183 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
184 |
```
|
|
|
181 |
"organizations": ["Faraday", "Daimler AG", "Volkswagen"],
|
182 |
"locations": ["Berlin", "Europe"]
|
183 |
}
|
184 |
+
```
|
185 |
+
|
186 |
+
### Citation
|
187 |
+
|
188 |
+
Please cite the paper if you use data, model, or method in this repo.
|
189 |
+
|
190 |
+
```
|
191 |
+
@article{luo2023wizardcoder,
|
192 |
+
title={Smaug: Fixing Failure Modes of Preference Optimisation with DPO-Positive},
|
193 |
+
author={Pal, Arka and Karkhanis, Deep and Dooley, Samuel and Roberts, Manley and Naidu, Siddartha and White, Colin},
|
194 |
+
journal={arXiv preprint arXiv:2402.13228},
|
195 |
+
year={2024}
|
196 |
+
}
|
197 |
```
|