tlmdesign commited on
Commit
6cb876a
·
verified ·
1 Parent(s): b8ee573

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,5 +13,5 @@ license: mit
13
  This project implements a GPT-2 based model for generating MIDI music sequences
14
  using deep learning. The model is trained on MIDI files from the MAESTRO
15
  dataset, converted to a special JSON format. The model uses HuggingFace's
16
- transformers library for training. Check out the configuration reference at
17
 
 
13
  This project implements a GPT-2 based model for generating MIDI music sequences
14
  using deep learning. The model is trained on MIDI files from the MAESTRO
15
  dataset, converted to a special JSON format. The model uses HuggingFace's
16
+ transformers library for training.
17