fix: typos (#29653)

Signed-off-by: guoguangwu <guoguangwug@gmail.com>
This commit is contained in:
guangwu 2024-03-15 23:02:50 +08:00 committed by GitHub
parent 174aecd099
commit 03847ef451
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ class FlaxDataCollatorForWav2Vec2Pretraining:
The Wav2Vec2 model used for pretraining. The data collator needs to have access
to config and ``_get_feat_extract_output_lengths`` function for correct padding.
feature_extractor (:class:`~transformers.Wav2Vec2FeatureExtractor`):
The processor used for proccessing the data.
The processor used for processing the data.
padding (:obj:`bool`, :obj:`str` or :class:`~transformers.tokenization_utils_base.PaddingStrategy`, `optional`, defaults to :obj:`True`):
Select a strategy to pad the returned sequences (according to the model's padding side and padding index)
among:

View File

@ -410,5 +410,5 @@ def generic_train(
trainer.fit(model)
else:
print("RAG modeling tests with new set functions successfuly executed!")
print("RAG modeling tests with new set functions successfully executed!")
return trainer