vtsouval commited on
Commit
771a7eb
·
1 Parent(s): 8facb4a

Upload processed version of VIVAE with audio and cleaned paths

Browse files
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ pretty_name: VIVAE
4
+ ---
5
+
6
+ # VIVAE
7
+
8
+ Original dataset at https://zenodo.org/records/4066235#.YWWe4ZpByUk, we just upload in HuggingFace for mirror purpose.
data/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bee77245d17e732268df1ce3a6b0d4fb5d2152bdc2c7d9eeea63da15a988ce93
3
+ size 121302896
data/dataset_info.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "parquet",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "vivae",
6
+ "dataset_size": 102745,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/Revolab/VIVAE@845f88a73d6b56c6d630682707c0a5175491f53d/data/vivae-00000-of-00001.parquet": {
10
+ "num_bytes": 20675,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 20675,
15
+ "features": {
16
+ "set": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "label": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "audio": {
25
+ "_type": "Audio"
26
+ }
27
+ },
28
+ "homepage": "",
29
+ "license": "",
30
+ "size_in_bytes": 123420,
31
+ "splits": {
32
+ "vivae": {
33
+ "name": "vivae",
34
+ "num_bytes": 102745,
35
+ "num_examples": 1565,
36
+ "dataset_name": "vivae"
37
+ }
38
+ },
39
+ "version": {
40
+ "version_str": "0.0.0",
41
+ "major": 0,
42
+ "minor": 0,
43
+ "patch": 0
44
+ }
45
+ }
data/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "76252c9f0354a19f",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "vivae"
13
+ }