LEIDIA commited on
Commit
ea597a3
Β·
verified Β·
1 Parent(s): 3a6f3d0

Upload dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +22 -0
dataset_infos.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "default": {
3
+ "description":"...",
4
+ "citation": "...",
5
+ "homepage": "...",
6
+ "license": "...",
7
+ "features": {
8
+ "image": {
9
+ "dtype": "Image",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ // ... outras features
14
+ "Wom_dataset": { // Nova chave para o arquivo JSON
15
+ "dtype": "string",
16
+ "id": null,
17
+ "_type": "Value",
18
+ "path": "Wom_dataset.json" // Caminho para o seu arquivo JSON
19
+ }
20
+ }
21
+ }
22
+ }