Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 263 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 263 Bytes

This code can be used to train RoBERTa on various tasks. It is designed to be easily extendable so new tasks can be added.

The currently supported tasks are:

  • masked language modeling;
  • gapped text (a custom pretraining task);
  • extractive question answering.