Datasets:
Add DPO preprocessing manifest
Browse files- preprocessing_manifest.json +18 -0
preprocessing_manifest.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"domain": "ultrafeedback",
|
| 4 |
+
"error": "too many indices for array: array is 0-dimensional, but 1 were indexed"
|
| 5 |
+
},
|
| 6 |
+
{
|
| 7 |
+
"domain": "helpsteer2",
|
| 8 |
+
"error": "too many indices for array: array is 0-dimensional, but 1 were indexed"
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"domain": "hh_rlhf_helpful",
|
| 12 |
+
"error": "too many indices for array: array is 0-dimensional, but 1 were indexed"
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"domain": "hh_rlhf_harmless",
|
| 16 |
+
"error": "too many indices for array: array is 0-dimensional, but 1 were indexed"
|
| 17 |
+
}
|
| 18 |
+
]
|