File size: 438 Bytes
43d673b
f542560
 
 
 
43d673b
543b78b
43d673b
 
 
 
f542560
 
 
543b78b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
title: MAI MIDI AI Music Generation Model
Author: Tara Manuel
colorFrom: purple
colorTo: gray
sdk: gradio
sdk_version: 5.7.1
app_file: app.py
pinned: false
license: mit
---
This project implements a GPT-2 based model for generating MIDI music sequences
using deep learning. The model is trained on MIDI files from the MAESTRO
dataset, converted to a special JSON format. The model uses HuggingFace's
transformers library for training.