Upload dataset statistics
Browse files- conversion_stats.json +7 -0
conversion_stats.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"total_tasks": 0,
|
| 3 |
+
"total_steps": 0,
|
| 4 |
+
"total_positives": 0,
|
| 5 |
+
"total_negatives": 0,
|
| 6 |
+
"domains": {}
|
| 7 |
+
}
|