codysnider commited on
Commit
efa4e7a
·
1 Parent(s): 72c5de8

Fix Hugging Face dataset feature schema

Browse files
Files changed (1) hide show
  1. dataset_infos.json +6 -4
dataset_infos.json CHANGED
@@ -9,12 +9,14 @@
9
  "feature": {
10
  "id": {"dtype": "string", "_type": "Value"},
11
  "text": {"dtype": "string", "_type": "Value"},
12
- "tags": {"feature": {"dtype": "string", "_type": "Value"}, "_type": "Sequence"},
13
- "depth": {"dtype": "int32", "_type": "Value"}
 
 
14
  },
15
- "_type": "Sequence"
16
  },
17
- "relevant_ids": {"feature": {"dtype": "string", "_type": "Value"}, "_type": "Sequence"},
18
  "notes": {"dtype": "string", "_type": "Value"}
19
  },
20
  "splits": {
 
9
  "feature": {
10
  "id": {"dtype": "string", "_type": "Value"},
11
  "text": {"dtype": "string", "_type": "Value"},
12
+ "tags": {"feature": {"dtype": "string", "_type": "Value"}, "_type": "List"},
13
+ "depth": {"dtype": "int64", "_type": "Value"},
14
+ "timestamp": {"dtype": "timestamp[s]", "_type": "Value"},
15
+ "speaker": {"dtype": "string", "_type": "Value"}
16
  },
17
+ "_type": "List"
18
  },
19
+ "relevant_ids": {"feature": {"dtype": "string", "_type": "Value"}, "_type": "List"},
20
  "notes": {"dtype": "string", "_type": "Value"}
21
  },
22
  "splits": {