You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When training or fine tuning models, data collator provided in huggingface isn't enough.
For example, if we want to further pretrain mBART or XLM-R, where language sampling or sentence permutation are needed, which is hard to do with huggingface datasets API since it loads all language datasets at first.
Thanks!
The text was updated successfully, but these errors were encountered:
🚀 Feature request
Motivation
When training or fine tuning models, data collator provided in huggingface isn't enough.
For example, if we want to further pretrain
mBART
orXLM-R
, where language sampling or sentence permutation are needed, which is hard to do with huggingface datasets API since it loads all language datasets at first.Thanks!
The text was updated successfully, but these errors were encountered: