-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where to find the model for the finetune notebook and can we use other models from huggingface spaces? #20
Comments
They are ckpt files like https://model-server.zqevans2.workers.dev/gwf-440k.ckpt yes you can use the other ckpt files for training. Including ones from larger sized models using the same architecture |
So we can train our own ckpt files? I wanted to know if it's possible to share the training file too, not just finetuning |
Me? I trained on colab free, kaggle and one day on an a100 for the really huge sets. |
Is there a colab file with the training file (not the fine tuning one) that was used to create the models for the glitch etc model? Or will that not be released? |
You would have to ask Zach. The glitch model is trained by (a bunch of people doing it on their own AFAIK) a set of individual. Basially they started from scratch AFAIK and just trained a bunch of glitchy noises. Not sure what you are after. |
For the finetuning notebook:
jmann-small-190k.ckpt
from andjmann-small-190k.ckpt
gives poor quality outputs on hugging face spaces I was curious whether I could usejmann-large-580k
directly through the same code. (assuming it's the.bin
file).Thank you so much for releasing this research effort online!
The text was updated successfully, but these errors were encountered: