Bokcodes commited on
Commit
119b80a
·
verified ·
1 Parent(s): a416359

Add 1 samples (total 58).

Browse files
dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train"]}
train-00001-of-00356.parquet → train/data-00000-of-00001.arrow RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7cc381105d9f257bf28ee4558428887e785bb7fcb5b8b48b3d8fad27f073ca05
3
- size 46734700
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:931fdc2791031f530ebbd65b1bdbff2a8371fa247b8abd3e2c4bf181838e26fb
3
+ size 105324968
train/dataset_info.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "utterance_id": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "speaker_id": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "audio": {
14
+ "array": {
15
+ "feature": {
16
+ "dtype": "float32",
17
+ "_type": "Value"
18
+ },
19
+ "_type": "List"
20
+ },
21
+ "sampling_rate": {
22
+ "dtype": "int64",
23
+ "_type": "Value"
24
+ }
25
+ },
26
+ "text": {
27
+ "dtype": "string",
28
+ "_type": "Value"
29
+ },
30
+ "text_segments": {
31
+ "dtype": "string",
32
+ "_type": "Value"
33
+ },
34
+ "duration": {
35
+ "dtype": "float64",
36
+ "_type": "Value"
37
+ }
38
+ },
39
+ "homepage": "",
40
+ "license": ""
41
+ }
train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "c81f74daa5895b93",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }