├── .gitignore ├── LICENSE ├── README.md └── data ├── test.txt ├── train.txt └── valid.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LG-1/video_music_book_datasets/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LG-1/video_music_book_datasets/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LG-1/video_music_book_datasets/HEAD/README.md -------------------------------------------------------------------------------- /data/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LG-1/video_music_book_datasets/HEAD/data/test.txt -------------------------------------------------------------------------------- /data/train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LG-1/video_music_book_datasets/HEAD/data/train.txt -------------------------------------------------------------------------------- /data/valid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LG-1/video_music_book_datasets/HEAD/data/valid.txt --------------------------------------------------------------------------------