Datasets:

ArXiv:
Libraries:
License:
Christy61 commited on
Commit
5ce37db
·
verified ·
1 Parent(s): 44181ac

Update dataset_info.json

Browse files
Files changed (1) hide show
  1. dataset_info.json +17 -6
dataset_info.json CHANGED
@@ -1,9 +1,20 @@
1
  {
2
- "schema": {
3
- "fields": [
4
- {"name": "png", "dtype": "image"},
5
- {"name": "json", "dtype": "json"},
6
- {"name": "cls", "dtype": "txt"}
7
- ]
 
 
 
 
 
 
 
 
 
 
 
8
  }
9
  }
 
1
  {
2
+ "description": "OpenMaterial dataset containing images and JSON metadata.",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "CC BY-NC 4.0",
6
+ "features": {
7
+ "png": {
8
+ "dtype": "image",
9
+ "id": null
10
+ },
11
+ "json": {
12
+ "dtype": "json",
13
+ "id": null
14
+ },
15
+ "cls": {
16
+ "dtype": "string",
17
+ "id": null
18
+ }
19
  }
20
  }