File size: 1,041 Bytes
f1ca5d4 584f8db f1ca5d4 | 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 | ---
pipeline_tag: text-to-audio
tags:
- audio
- mozart
- piano
- concert
- music
- generation
- open
- open-source
- cpu
- local
- tiny
- small
---
# Welcome to TinyMozart v2 85M!
This model is an unconditional MIDI classic piano music generator trained on the Google MAESTRO V3 MIDI dataset.
<br>
Note, that this is the **second** version of our TinyMozart model series.
## Sample
<audio controls src="https://cdn-uploads.huggingface.co/production/uploads/697f2832c2c5e4daa93cece7/oIWWZdm1AKhht_uMSnOvq.mpga"></audio>
## How to use it
To use this model and generate your own music, just download `model.pt` and `use.py` and run it with Python3. Have fun :D
## Training code
Use `train.py`.
## Training data
We trained on [https://storage.googleapis.com/magentadata/datasets/maestro/v3.0.0/maestro-v3.0.0-midi.zip](https://storage.googleapis.com/magentadata/datasets/maestro/v3.0.0/maestro-v3.0.0-midi.zip).
## Limitations
We know, this model isn't perfect, but it's a good beginning to understand how to generate music with AI models. |