HaninZ commited on
Commit
ee5bda1
1 Parent(s): ac02a8d

Upload folder using huggingface_hub

Browse files
validation/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d24853faf6848400b0540b13215512380f6d35b5d0dc70a886bab7a55b0ed13
3
+ size 213130040
validation/dataset_info.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "parquet",
3
+ "citation": "",
4
+ "config_name": "voxceleb",
5
+ "dataset_name": "slue",
6
+ "dataset_size": 1634354526,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/asapp/slue@67f7da031721a14cc391c7fa7c8d96411282d8a3/voxceleb/train-00000-of-00002.parquet": {
10
+ "num_bytes": 413456818,
11
+ "checksum": null
12
+ },
13
+ "hf://datasets/asapp/slue@67f7da031721a14cc391c7fa7c8d96411282d8a3/voxceleb/train-00001-of-00002.parquet": {
14
+ "num_bytes": 424139034,
15
+ "checksum": null
16
+ },
17
+ "hf://datasets/asapp/slue@67f7da031721a14cc391c7fa7c8d96411282d8a3/voxceleb/validation-00000-of-00001.parquet": {
18
+ "num_bytes": 203450563,
19
+ "checksum": null
20
+ },
21
+ "hf://datasets/asapp/slue@67f7da031721a14cc391c7fa7c8d96411282d8a3/voxceleb/test-00000-of-00002.parquet": {
22
+ "num_bytes": 262686154,
23
+ "checksum": null
24
+ },
25
+ "hf://datasets/asapp/slue@67f7da031721a14cc391c7fa7c8d96411282d8a3/voxceleb/test-00001-of-00002.parquet": {
26
+ "num_bytes": 259566950,
27
+ "checksum": null
28
+ }
29
+ },
30
+ "download_size": 1563299519,
31
+ "features": {
32
+ "index": {
33
+ "dtype": "int32",
34
+ "_type": "Value"
35
+ },
36
+ "id": {
37
+ "dtype": "string",
38
+ "_type": "Value"
39
+ },
40
+ "audio": {
41
+ "sampling_rate": 16000,
42
+ "_type": "Audio"
43
+ },
44
+ "speaker_id": {
45
+ "dtype": "string",
46
+ "_type": "Value"
47
+ },
48
+ "normalized_text": {
49
+ "dtype": "string",
50
+ "_type": "Value"
51
+ },
52
+ "sentiment": {
53
+ "dtype": "string",
54
+ "_type": "Value"
55
+ },
56
+ "start_second": {
57
+ "dtype": "float64",
58
+ "_type": "Value"
59
+ },
60
+ "end_second": {
61
+ "dtype": "float64",
62
+ "_type": "Value"
63
+ },
64
+ "local_path": {
65
+ "dtype": "string",
66
+ "_type": "Value"
67
+ }
68
+ },
69
+ "homepage": "",
70
+ "license": "",
71
+ "size_in_bytes": 3197654045,
72
+ "splits": {
73
+ "train": {
74
+ "name": "train",
75
+ "num_bytes": 875643365,
76
+ "num_examples": 5777,
77
+ "shard_lengths": [
78
+ 3389,
79
+ 2388
80
+ ],
81
+ "dataset_name": "slue"
82
+ },
83
+ "validation": {
84
+ "name": "validation",
85
+ "num_bytes": 213115130,
86
+ "num_examples": 1454,
87
+ "dataset_name": "slue"
88
+ },
89
+ "test": {
90
+ "name": "test",
91
+ "num_bytes": 545596031,
92
+ "num_examples": 3553,
93
+ "shard_lengths": [
94
+ 3277,
95
+ 276
96
+ ],
97
+ "dataset_name": "slue"
98
+ }
99
+ },
100
+ "version": {
101
+ "version_str": "0.0.0",
102
+ "major": 0,
103
+ "minor": 0,
104
+ "patch": 0
105
+ }
106
+ }
validation/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "9c1b7b6d72ab5d05",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "validation"
13
+ }