Download Data


These data can not be used for purposes other than those state in Terms of Participation in SIGNATE Competition.
Therefore, any Participant shall delete or return to the Company the Company-Provided Information immediately after the completion of each Competition.
Download Filename File size
学習用データ1 (train_sound_1.zip) 193.01 MB
学習用データ2 (train_sound_2.zip) 195.04 MB
学習用データ3 (train_sound_3.zip) 194.42 MB
評価用データ1 (test_sound_1.zip) 193.55 MB
評価用データ2 (test_sound_2.zip) 195.09 MB
評価用データ3 (test_sound_3.zip) 193.6 MB
ラベルマスタ (label_master.tsv) 115 B
学習用データとラベルIDの対応表 (train_master.tsv) 7.72 KB
応募用サンプルファイル (sample_submit.tsv) 7.22 KB

Download data using SIGNATE CLI


By using an official api command line interface SIGNATE CLI (Beta), you can perform general activities such as data downloading and score submitting on the command line. Please refer to this page as for its installation and usage instruction.

Description


学習用データ(train_sound_1~3.zip)、評価用データ(test_sound_1~3.zip)

10ジャンル×100曲の最初の30秒が記録されたau形式の音声ファイル

ラベルマスタ(label_master.tsv)
カラムヘッダ名称データ型説明
0label_namevarcharラベル名(blues, country...)
1label_idintラベルID(0~9)
学習用データとラベルIDの対応表(train_master.tsv)
カラムヘッダ名称データ型説明
0file_namevarchar学習用データファイル名
1label_idintラベルID(0~9)
応募用サンプルファイル(sample_submit.tsv)
サンプルの予測結果が入力された投稿用ファイルのフォーマット
カラムヘッダ名称データ型説明
0無しvarchar評価用データファイル名
1無しint予測したラベルID(0~9)
※黄色く色付けされた変数が目的変数です
投稿方法
応募用サンプルファイルのフォーマットに倣い、1列目に評価用データのファイル名を、2列目に予測した"ラベルID"を記入したファイルを作成し、ヘッダ無しのtsv形式で投稿ください。