LEIDIA commited on
Commit
b80cdda
Β·
verified Β·
1 Parent(s): 47726f7

Delete dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -22
dataset_infos.json DELETED
@@ -1,22 +0,0 @@
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
- }