google-research / electra

ELECTRA: Pre-training Text Encoders as Discriminators Rather Than Generators
Apache License 2.0
2.33k stars 352 forks source link

Request: pypi package for ELECTRA #77

Open mgroovyank opened 4 years ago

mgroovyank commented 4 years ago

I request you to add a package configuration so that the ELECTRA repository can be easily installed and used. The purpose is to remove the need of cloning the repository and modifying it locally which can be quite dirty for common tasks (e.g. training a new classifier). It will also enable the easy sharing of codes.

There are similar pypi packages available for other popular models like -

I hope this will help the community as well and looking forward for a positive response.

stefan-it commented 4 years ago

I think you can just use the ELECTRA implementation from 🤗 Transformers :)