Instructions to use facebook/hubert-xlarge-ll60k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/hubert-xlarge-ll60k with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="facebook/hubert-xlarge-ll60k")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("facebook/hubert-xlarge-ll60k") model = AutoModel.from_pretrained("facebook/hubert-xlarge-ll60k", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
1eb25d1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6131dc27f4508595daa1a13fec4aa1f6b4a579b5d93550bae26c13a83221f8a7
size 3850305733
|