initial upload
Browse files- dataset_info.json +18 -0
dataset_info.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"structured3d_train": {
|
| 3 |
+
"file_name": "structured3d_train.json",
|
| 4 |
+
"formatting": "sharegpt",
|
| 5 |
+
"columns": {
|
| 6 |
+
"messages": "conversations",
|
| 7 |
+
"point_clouds": "point_clouds"
|
| 8 |
+
}
|
| 9 |
+
},
|
| 10 |
+
"structured3d_test": {
|
| 11 |
+
"file_name": "structured3d_test.json",
|
| 12 |
+
"formatting": "sharegpt",
|
| 13 |
+
"columns": {
|
| 14 |
+
"messages": "conversations",
|
| 15 |
+
"point_clouds": "point_clouds"
|
| 16 |
+
}
|
| 17 |
+
}
|
| 18 |
+
}
|