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
{{ message }}
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
For some task(such as masking ), we want to mask different pos in different epoch for the same record.
Like the code in Transformers, we could pass a class to the collate_fn.
But now we only have a simple allennlp_collate.
The old version of our Dataloader is a subclass of Pytorch Dataloder, seems we write our own one in the latest version ?
The text was updated successfully, but these errors were encountered:
For some task(such as masking ), we want to mask different pos in different epoch for the same record.
Like the code in Transformers, we could pass a class to the collate_fn.
But now we only have a simple allennlp_collate.
The old version of our Dataloader is a subclass of Pytorch Dataloder, seems we write our own one in the latest version ?
The text was updated successfully, but these errors were encountered: