mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
fix modeling_hubert
This commit is contained in:
parent
49e4f92f07
commit
7e36d30ab5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user