richarddwang / electra_pytorch

Pretrain and finetune ELECTRA with fastai and huggingface. (Results of the paper replicated !)
324 stars 41 forks source link

Learner class missing? #42

Open RalfKellner opened 2 months ago

RalfKellner commented 2 months ago

Sorry if I am overlooking something here, but where is the Learner class imported or defined which is used in line 388 in the pretrain.py script? Many thanks!