Open ysig opened 1 year ago
They are ckpt files generally the format is: https://model-server.zqevans2.workers.dev/ABBREVIATION-STEPSk.ckpt
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
They are ckpt files generally the format is: https://model-server.zqevans2.workers.dev/ABBREVIATION-STEPSk.ckpt
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 And what specs of machine did you have to train on in order to get the results you did?
Me? I trained on colab free, kaggle and one day on an a100 for the really huge sets.
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!