Skip to content

Commit

Permalink
[Hubert Docs] Make sure example uses a fine-tuned model (#14291)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickvonplaten authored Nov 5, 2021
1 parent a14d62b commit 4be78c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/models/hubert/modeling_hubert.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
logger = logging.get_logger(__name__)

_CONFIG_FOR_DOC = "HubertConfig"
_CHECKPOINT_FOR_DOC = "facebook/hubert-base-ls960"
_CHECKPOINT_FOR_DOC = "facebook/hubert-large-ls960-ft"
_PROCESSOR_FOR_DOC = "Wav2Vec2Processor"

_SEQ_CLASS_CHECKPOINT = "superb/hubert-base-superb-ks"
Expand Down

0 comments on commit 4be78c2

Please sign in to comment.