Instructions to use marcop/musika_misc_small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use marcop/musika_misc_small with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://marcop/musika_misc_small") - Notebooks
- Google Colab
- Kaggle
Musika Misc Small Model
Pretrained Misc Small GAN model for the Musika system for fast infinite waveform music generation. Introduced in this paper.
Model description
This pretrained GAN system consists of a ResNet-style generator and discriminator. During training, stability is controlled by adapting the strength of gradient penalty regularization on-the-fly. The gradient penalty weighting term is contained in switch.npy. The generator is conditioned on a latent coordinate system to produce samples of arbitrary length. The latent representations produced by the generator are then passed to a decoder which converts them into waveform audio. The generator has a context window of about 6 seconds of audio (half the context of the full Misc model).
How to use
This pretrained Misc Small GAN system is automatically downloaded at the first execution of the system. Try Musika here!
Training data
The Misc Small GAN system was trained on the SXSW music dataset (17000 songs with diverse genres).
- Downloads last month
- -