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

How do I apply fine-tuned models? #222

Open
dlwwlakfwk2 opened this issue Jul 31, 2024 · 2 comments
Open

How do I apply fine-tuned models? #222

dlwwlakfwk2 opened this issue Jul 31, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@dlwwlakfwk2
Copy link

https://huggingface.co/sin2piusc/whisper-large-v2-anime

Here, I replicated the fine-tuning model to a local folder.

Now how do I apply this model to this Whisper-WebUI?

@dlwwlakfwk2 dlwwlakfwk2 added the enhancement New feature or request label Jul 31, 2024
@jhj0517
Copy link
Owner

jhj0517 commented Jul 31, 2024

Hi @dlwwlakfwk2. Thanks for raising the issue.
Currently, the fine-tuned model is only supported for the faster-whisper implementation (you can use the model by simply putting it in models/faster-whisper).
but it should work on other implementations as well.

I'm looking into it!

@jhj0517
Copy link
Owner

jhj0517 commented Jul 31, 2024

The model from the link you posted uses transformer for inference.
So to run the model it needs to be migrated from the openai-whipser package to transformer.

If you want to run the model until I do something about it, you can see the inference script.

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

No branches or pull requests

2 participants