Datasets:

Modalities:
Audio
Text
Formats:
parquet
Libraries:
Datasets
pandas
AdnanElAssadi commited on
Commit
e32dfe9
·
verified ·
1 Parent(s): 572cf70

Add lightweight version for MTEB audio classification evaluation

Browse files
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: audio
5
+ dtype: audio
6
+ - name: note
7
+ dtype: int64
8
+ - name: sample_rate
9
+ dtype: int64
10
+ - name: pitch
11
+ dtype: int64
12
+ - name: instrument_source
13
+ dtype: int64
14
+ - name: instrument_family_str
15
+ dtype: string
16
+ - name: instrument_str
17
+ dtype: string
18
+ - name: note_str
19
+ dtype: string
20
+ - name: qualities_str
21
+ sequence: string
22
+ - name: instrument_source_str
23
+ dtype: string
24
+ - name: velocity
25
+ dtype: int64
26
+ - name: instrument_family
27
+ dtype: int64
28
+ - name: instrument
29
+ dtype: int64
30
+ - name: qualities
31
+ sequence: int64
32
+ splits:
33
+ - name: train
34
+ num_bytes: 384986412.875
35
+ num_examples: 3001
36
+ - name: validation
37
+ num_bytes: 385116156.75
38
+ num_examples: 3002
39
+ - name: test
40
+ num_bytes: 385117994.75
41
+ num_examples: 3002
42
+ download_size: 890860474
43
+ dataset_size: 1155220564.375
44
+ configs:
45
+ - config_name: default
46
+ data_files:
47
+ - split: train
48
+ path: data/train-*
49
+ - split: validation
50
+ path: data/validation-*
51
+ - split: test
52
+ path: data/test-*
53
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:189ce32bf5d2636d9f48349fb335675057ded930c944dbf88fcad427c1026104
3
+ size 299870363
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:749fc3668905815178721407e3924578aeca88c3e586c81cbf27ccc24acc9509
3
+ size 292857945
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47114ed4d8fc54f3cf99e6de608e7e1a6c01ff1b98e10639f689a6704cbd3ccf
3
+ size 298132166