Skip to content

Commit

Permalink
[Hubert Docs] Make sure example uses a fine-tuned model (huggingface#…
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickvonplaten authored and Alberto Bégué committed Jan 27, 2022
1 parent 1be5e0d commit 69ca929
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 69ca929

Please sign in to comment.