agarwalayushi commited on
Commit
861ee20
·
verified ·
1 Parent(s): cd7a8e3

Add dataset_infos.json to enable viewer

Browse files
Files changed (1) hide show
  1. dataset_infos.json +39 -0
dataset_infos.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "default": {
3
+ "description": "Hinglish Concatenated Audio Dataset",
4
+ "citation": "",
5
+ "homepage": "",
6
+ "license": "cc-by-4.0",
7
+ "features": {
8
+ "source": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "text": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "audio": {
17
+ "_type": "Audio"
18
+ },
19
+ "quality": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "duration": {
24
+ "dtype": "string",
25
+ "_type": "Value"
26
+ }
27
+ },
28
+ "splits": {
29
+ "train": {
30
+ "name": "train",
31
+ "num_bytes": 0,
32
+ "num_examples": 815171,
33
+ "dataset_name": "hinglish"
34
+ }
35
+ },
36
+ "supervised_keys": null,
37
+ "task_templates": null
38
+ }
39
+ }