Upload config.json with huggingface_hub
Browse files- config.json +25 -0
config.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"pretty_name": "NoRa - Noisy Rationales Dataset",
|
| 3 |
+
"viewer": true,
|
| 4 |
+
"preview_example_fields": [
|
| 5 |
+
"question",
|
| 6 |
+
"answer",
|
| 7 |
+
"task",
|
| 8 |
+
"noise_type",
|
| 9 |
+
"difficulty",
|
| 10 |
+
"demos",
|
| 11 |
+
"num_demo_thoughts",
|
| 12 |
+
"num_demo_noisy_thoughts",
|
| 13 |
+
"noise_distribution"
|
| 14 |
+
],
|
| 15 |
+
"min_cell_height": 44,
|
| 16 |
+
"max_cell_height": 100,
|
| 17 |
+
"custom_viewer_config": {
|
| 18 |
+
"page_size": 10,
|
| 19 |
+
"column_config": {
|
| 20 |
+
"demos": {
|
| 21 |
+
"hide_preview": true
|
| 22 |
+
}
|
| 23 |
+
}
|
| 24 |
+
}
|
| 25 |
+
}
|