Instructions to use ybelkada/hubert-tiny-random with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ybelkada/hubert-tiny-random with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="ybelkada/hubert-tiny-random")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("ybelkada/hubert-tiny-random") model = AutoModel.from_pretrained("ybelkada/hubert-tiny-random") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload processor 6f02d4c
Update preprocessor_config.json a75a390
Update preprocessor_config.json 2f264c6
Create preprocessor_config.json 44288a6
Upload model 263c1d1
initial commit 9a411de
Younes Belkada commited on