fix modeling_hubert

This commit is contained in:
Quentin Lhoest 2025-07-03 11:39:38 +02:00
parent 49e4f92f07
commit 7e36d30ab5

View File

@ -983,6 +983,7 @@ class HubertModel(HubertPreTrainedModel):
Example:
```python
>>> import torch
>>> from transformers import AutoProcessor, HubertModel
>>> from datasets import load_dataset
>>> from torchcodec.decoders import AudioDecoder