From dcb5e18c9e0d2782a82680298c5021dc74b2bf16 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Fri, 2 Jun 2023 11:35:52 +0100 Subject: [PATCH] add new mms functions to doc (#23954) --- docs/source/en/model_doc/wav2vec2.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/en/model_doc/wav2vec2.mdx b/docs/source/en/model_doc/wav2vec2.mdx index 166f6bb36c..9b084de8e9 100644 --- a/docs/source/en/model_doc/wav2vec2.mdx +++ b/docs/source/en/model_doc/wav2vec2.mdx @@ -69,6 +69,7 @@ A list of official Hugging Face and community (indicated by 🌎) resources to h - save_vocabulary - decode - batch_decode + - set_target_lang ## Wav2Vec2FeatureExtractor @@ -171,6 +172,7 @@ Otherwise, [`~Wav2Vec2ProcessorWithLM.batch_decode`] performance will be slower [[autodoc]] Wav2Vec2ForCTC - forward + - load_adapter ## Wav2Vec2ForSequenceClassification