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
License?
#3
by muazhuda - opened
Is it CC-NC non commercial like in Audiocraft, or MIT like in encodec repo?
hey, isn't it only for the training code the license?
https://github.com/facebookresearch/encodec?tab=readme-ov-file#license
https://github.com/facebookresearch/audiocraft/blob/main/LICENSE_weights