google/electra-small-discriminator
The google/electra-small-discriminator model is a machine learning model.
About google/electra-small-discriminator
Electra is a new method for self-supervised language representation learning . It can be used to pre-train transformer networks using relatively little compute . ELECTRA models are trained to distinguish "real" input tokens vs "fake" input . tokens generated by another neural network, similar to the discriminator of a GAN . At small scale, ELECTRA achieves strong results even when trained on a single GPU . It also supports fine-tuning ELECTRA on downstream tasks including classification and QA . tasks including QA tasks (e.g., SQuAD), and sequence tagging tasks . For a detailed description and experimental results, please refer to our paper ELECTRA: Pre-training Text,