Instructions to use facebook/encodec_48khz with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/encodec_48khz with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="facebook/encodec_48khz")# Load model directly from transformers import AutoFeatureExtractor, AutoModel extractor = AutoFeatureExtractor.from_pretrained("facebook/encodec_48khz") model = AutoModel.from_pretrained("facebook/encodec_48khz") - Notebooks
- Google Colab
- Kaggle
Update README.md
#4
by sanchit-gandhi - opened
Updates the license to MIT (to reflect the recent change to EnCodec: https://github.com/facebookresearch/encodec#license)
cc @ArthurZ if you can merge that would be great! I don't have permissions
I don't have permissions anymore :sweat:
Thanks Sanchit!
lysandre changed pull request status to merged