seungheondoh commited on
Commit
75ae6c6
1 Parent(s): 0b2998e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -67
README.md CHANGED
@@ -4,73 +4,52 @@ configs:
4
  data_files:
5
  - split: gtzan_bind_v1
6
  path: data/gtzan_bind_v1-*
7
- dataset_info:
8
- features:
9
- - name: track_id
10
- dtype: string
11
- - name: shazam_id
12
- dtype: string
13
- - name: title
14
- dtype: string
15
- - name: artist_name
16
- dtype: string
17
- - name: album
18
- dtype: string
19
- - name: label
20
- dtype: string
21
- - name: released
22
- dtype: string
23
- - name: tag
24
- dtype: string
25
- - name: caption_15s
26
- dtype: string
27
- - name: key
28
- dtype: string
29
- - name: youtube_url
30
- dtype: string
31
- - name: album_img_url
32
- dtype: string
33
- - name: artist_img_url
34
- dtype: string
35
- - name: path
36
- dtype: string
37
- - name: fault_filtered_split
38
- dtype: string
39
- - name: beat
40
- sequence: float64
41
- - name: downbeat
42
- sequence: float64
43
- - name: 8th-note
44
- sequence: float64
45
- - name: ternary
46
- dtype: string
47
- - name: swing
48
- dtype: string
49
- - name: swing_ratio_iqr
50
- dtype: string
51
- - name: swing_ratio_confidence
52
- dtype: string
53
- - name: meter
54
- dtype: string
55
- - name: swing_ratio
56
- dtype: string
57
- - name: tempo_mean
58
- dtype: string
59
- - name: tempo_std
60
- dtype: string
61
- - name: metrical_levels_pulse_rates
62
- sequence:
63
- sequence:
64
- sequence: float64
65
- - name: metrical_annotators
66
- sequence: string
67
- splits:
68
- - name: gtzan_bind_v1
69
- num_bytes: 1505501
70
- num_examples: 1000
71
- download_size: 743107
72
- dataset_size: 1505501
73
  ---
74
  # Dataset Card for "gtzan-bind"
75
 
76
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  data_files:
5
  - split: gtzan_bind_v1
6
  path: data/gtzan_bind_v1-*
7
+ license: mit
8
+ language:
9
+ - en
10
+ tags:
11
+ - music
12
+ - gtzan
13
+ pretty_name: gtzan-bind
14
+ size_categories:
15
+ - n<1K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ---
17
  # Dataset Card for "gtzan-bind"
18
 
19
+
20
+ - **Repository:** [GTZAN-Bind repository](https://github.com/seungheondoh/gtzan-bind)
21
+
22
+ [Imgur](https://imgur.com/4Oa5XJj)
23
+
24
+ ## Dataset Summary
25
+
26
+ 📚🎵 Introducing **GTZAN-Bind** a consolidated dataset encompassing diverse gtzan annotations.
27
+ My contribution involved an additional layer of fingerprinting to enhance its comprehensiveness
28
+
29
+ ## Annotations
30
+
31
+ #### audio info
32
+ - [Tzanetakis2002musical](https://ieeexplore.ieee.org/document/1021072),
33
+ - [audio source](https://www.kaggle.com/datasets/andradaolteanu/gtzan-dataset-music-genre-classification)
34
+
35
+ #### Split info
36
+ - [sturm2013faults](https://github.com/coreyker/dnn-mgr/tree/master/gtzan)
37
+
38
+ #### Metadata
39
+ - [sturm2013faults](https://github.com/coreyker/dnn-mgr/tree/master/gtzan)
40
+ - [doh2023fingerprint](https://github.com/seungheondoh/gtzan-bind/tree/main/dataset/metadata/doh2023fingerprint/results)
41
+
42
+ #### Caption
43
+ - [denk2023brain2music](https://www.kaggle.com/datasets/nishimotolab/music-caption-brain2music)
44
+
45
+ #### Key
46
+ - [kraft_lerch2013tonalness](https://github.com/alexanderlerch/gtzan_key)
47
+ - [tom2011genre](http://visal.cs.cityu.edu.hk/downloads/#gtzankeys)
48
+
49
+ #### Rhythm
50
+ - [marchand2015swing](http://anasynth.ircam.fr/home/system/files/attachment_uploads/marchand/private/GTZAN-Rhythm_v2_ismir2015_lbd_2015-10-28.tar_.gz)
51
+ - [quinton2015extraction](http://www.isophonics.net/content/metrical-structure-annotations-gtzan-dataset)
52
+
53
+ ## Contact
54
+
55
+ - seungheondoh@kaist.ac.kr