Skip to content
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

Getting started #29

Open
jbbqqf opened this issue Mar 1, 2023 · 8 comments
Open

Getting started #29

jbbqqf opened this issue Mar 1, 2023 · 8 comments

Comments

@jbbqqf
Copy link

jbbqqf commented Mar 1, 2023

I'm really interested in generating music from text. However, I have poor knowledge of the pytorch framework and ML in general.

I appreciate the README a lot. However it's quite implicit, especially for a newbe like me. Is there a way I can get started ?

How to get the ./hubert/hubert_base_ls960.pt and ./hubert/hubert_base_ls960_L9_km500.bin files ? Where to download audio files ?

@Karma-Cat
Copy link

https://huggingface.co/facebook/hubert-base-ls960

@carlos-kryha
Copy link

I'm also looking to get this running but haven't had the time to mess around with it yet. As far as getting the audio files I did find this, which I think it's what google used for generating the examples shown in the project page, hope that helps

@iamliulong
Copy link

in https://huggingface.co/facebook/hubert-base-ls960, there is no .pt file,
image

@themostusernameever
Copy link

in https://huggingface.co/facebook/hubert-base-ls960, there is no .pt file, image

You can install it in: https://github.com/pytorch/fairseq/tree/master/examples/hubert

that can be found in the model card page.

@iamliulong
Copy link

in https://huggingface.co/facebook/hubert-base-ls960, there is no .pt file, image

You can install it in: https://github.com/pytorch/fairseq/tree/master/examples/hubert

that can be found in the model card page.

got that, thanks a lot!

@implank
Copy link

implank commented May 10, 2023

hi. May I ask if you have successfully created a demo and could you share your ideas? I really feel like if I could share your code. thx

@hahust191806
Copy link

image I'm really interested in generating music from text. However, I have poor knowledge of the pytorch framework and ML in general. what is "/path/to/audio/files", Thank a lots!

@nguyenlamvu123
Copy link

in https://huggingface.co/facebook/hubert-base-ls960, there is no .pt file, image

You can install it in: https://github.com/pytorch/fairseq/tree/master/examples/hubert

that can be found in the model card page.

I downloaded as below
image
and then, my problem was "KeyError: 'hubert_pretraining'"
when I downloaded HuBERT Large (and edited code to checkpoint_path = './hubert/hubert_large_ll60k.pt',), my problem was "AttributeError: 'NoneType' object has no attribute 'task'"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants