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
Commit ·
b6f074b
1
Parent(s): 3227f96
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
inference: false
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |

|
|
@@ -167,4 +168,4 @@ quality, particularly in applications where low latency is not critical (e.g., m
|
|
| 167 |
archivePrefix={arXiv},
|
| 168 |
primaryClass={eess.AS}
|
| 169 |
}
|
| 170 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
inference: false
|
| 3 |
+
license: mit
|
| 4 |
---
|
| 5 |
|
| 6 |

|
|
|
|
| 168 |
archivePrefix={arXiv},
|
| 169 |
primaryClass={eess.AS}
|
| 170 |
}
|
| 171 |
+
```
|