File size: 3,299 Bytes
4295fd1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
  "vocab_size": 11131,
  "num_composers": 63,
  "num_genres": 52,
  "d_model": 768,
  "n_heads": 12,
  "num_layers": 24,
  "ffn_dim": 3072,
  "dropout": 0.1,
  "max_seq_len": 8192,
  "cond_dim": 128,
  "pad_token_id": 0,
  "bos_token_id": 1,
  "eos_token_id": 2,
  "tokenization_mode": "note",
  "num_composer_ids": 65,
  "num_genre_ids": 54,
  "composers": [
    "Bach",
    "Balakirev",
    "Beethoven",
    "Brahms",
    "Chopin",
    "Debussy",
    "Glinka",
    "Haydn",
    "Liszt",
    "Mozart",
    "Prokofiev",
    "Rachmaninoff",
    "Ravel",
    "Schubert",
    "Schumann",
    "Scriabin",
    "Alban Berg",
    "Antonio Soler",
    "Carl Maria von Weber",
    "C\u00e9sar Franck",
    "Charles Gounod / Franz Liszt",
    "Domenico Scarlatti",
    "Edvard Grieg",
    "Felix Mendelssohn",
    "Felix Mendelssohn / Sergei Rachmaninoff",
    "Franz Liszt / Camille Saint-Sa\u00ebns",
    "Franz Liszt / Vladimir Horowitz",
    "Franz Schubert / Franz Liszt",
    "Franz Schubert / Leopold Godowsky",
    "Fritz Kreisler / Sergei Rachmaninoff",
    "George Enescu",
    "George Frideric Handel",
    "Georges Bizet / Ferruccio Busoni",
    "Georges Bizet / Moritz Moszkowski",
    "Georges Bizet / Vladimir Horowitz",
    "Giuseppe Verdi / Franz Liszt",
    "Henry Purcell",
    "Isaac Alb\u00e9niz",
    "Isaac Alb\u00e9niz / Leopold Godowsky",
    "Jean-Philippe Rameau",
    "Johann Christian Fischer / Wolfgang Amadeus Mozart",
    "Johann Pachelbel",
    "Johann Sebastian Bach / Egon Petri",
    "Johann Sebastian Bach / Ferruccio Busoni",
    "Johann Sebastian Bach / Franz Liszt",
    "Johann Sebastian Bach / Myra Hess",
    "Johann Strauss / Alfred Gr\u00fcnfeld",
    "Leo\u0161 Jan\u00e1\u010dek",
    "Mikhail Glinka / Mily Balakirev",
    "Modest Mussorgsky",
    "Muzio Clementi",
    "Niccol\u00f2 Paganini / Franz Liszt",
    "Nikolai Medtner",
    "Nikolai Rimsky-Korsakov / Sergei Rachmaninoff",
    "Orlando Gibbons",
    "Percy Grainger",
    "Pyotr Ilyich Tchaikovsky",
    "Pyotr Ilyich Tchaikovsky / Mikhail Pletnev",
    "Pyotr Ilyich Tchaikovsky / Sergei Rachmaninoff",
    "Richard Wagner / Franz Liszt",
    "Robert Schumann / Franz Liszt",
    "Sergei Rachmaninoff / Gy\u00f6rgy Cziffra",
    "Sergei Rachmaninoff / Vyacheslav Gryaznov"
  ],
  "genres": [
    "annees_de_pelerinage",
    "arabeske",
    "arabesque",
    "bagatelle",
    "ballade",
    "barcarolle",
    "berceuse",
    "capriccio",
    "carnaval",
    "chaconne",
    "concerto",
    "duet",
    "dumka",
    "elegy",
    "estampes",
    "etude",
    "fantasie",
    "fantasy",
    "fugue",
    "gaspard_de_la_nuit",
    "humoresque",
    "image",
    "images",
    "impromptu",
    "intermezzo",
    "islamey",
    "kreisleriana",
    "mazurka",
    "miroirs",
    "moment_musical",
    "nocturne",
    "overture",
    "paraphrase",
    "partita",
    "pavan",
    "piano_piece",
    "piece",
    "polonaise",
    "prelude",
    "rhapsody",
    "romance",
    "rondo",
    "scherzo",
    "sonata",
    "sonatina",
    "song_transcription",
    "suite",
    "tango",
    "tarantella",
    "toccata",
    "variation",
    "waltz"
  ],
  "composer_pad_id": 63,
  "composer_unknown_id": 64,
  "genre_pad_id": 52,
  "genre_unknown_id": 53,
  "window_duration_sec": 100.0,
  "small_vocab": true
}