transformers/docs/source
Lysandre Debut d5d7d88612
ELECTRA (#3257)
* Electra wip

* helpers

* Electra wip

* Electra v1

* ELECTRA may be saved/loaded

* Generator & Discriminator

* Embedding size instead of halving the hidden size

* ELECTRA Tokenizer

* Revert BERT helpers

* ELECTRA Conversion script

* Archive maps

* PyTorch tests

* Start fixing tests

* Tests pass

* Same configuration for both models

* Compatible with base + large

* Simplification + weight tying

* Archives

* Auto + Renaming to standard names

* ELECTRA is uncased

* Tests

* Slight API changes

* Update tests

* wip

* ElectraForTokenClassification

* temp

* Simpler arch + tests

Removed ElectraForPreTraining which will be in a script

* Conversion script

* Auto model

* Update links to S3

* Split ElectraForPreTraining and ElectraForTokenClassification

* Actually test PreTraining model

* Remove num_labels from configuration

* wip

* wip

* From discriminator and generator to electra

* Slight API changes

* Better naming

* TensorFlow ELECTRA tests

* Accurate conversion script

* Added to conversion script

* Fast ELECTRA tokenizer

* Style

* Add ELECTRA to README

* Modeling Pytorch Doc + Real style

* TF Docs

* Docs

* Correct links

* Correct model intialized

* random fixes

* style

* Addressing Patrick's and Sam's comments

* Correct links in docs
2020-04-03 14:10:54 -04:00
..
_static Adding usage examples for common tasks (#2850) 2020-02-25 13:48:24 -05:00
imgs GPU text generation: mMoved the encoded_prompt to correct device 2020-01-06 15:11:12 +01:00
main_classes Add Summarization to Pipelines (#3128) 2020-03-17 18:04:21 -04:00
model_doc ELECTRA (#3257) 2020-04-03 14:10:54 -04:00
benchmarks.md GPU text generation: mMoved the encoded_prompt to correct device 2020-01-06 15:11:12 +01:00
bertology.rst GPU text generation: mMoved the encoded_prompt to correct device 2020-01-06 15:11:12 +01:00
conf.py Release: v2.7.0 2020-03-30 08:49:24 -04:00
converting_tensorflow_models.rst GPU text generation: mMoved the encoded_prompt to correct device 2020-01-06 15:11:12 +01:00
examples.md [docs] Doc tweaks 2019-09-26 18:19:51 -04:00
favicon.ico Adding usage examples for common tasks (#2850) 2020-02-25 13:48:24 -05:00
glossary.rst Can test examples spread over multiple blocks 2020-01-23 09:38:45 -05:00
index.rst ELECTRA (#3257) 2020-04-03 14:10:54 -04:00
installation.md CPU/GPU memory benchmarking utilities - Remove support for python 3.5 (now only 3.6+) (#3186) 2020-03-17 10:17:11 -04:00
migration.md GPU text generation: mMoved the encoded_prompt to correct device 2020-01-06 15:11:12 +01:00
model_sharing.md [doc] --organization tweak 2020-03-10 16:52:44 -04:00
multilingual.rst Fix failing doc samples 2020-03-04 19:11:31 -05:00
notebooks.rst GPU text generation: mMoved the encoded_prompt to correct device 2020-01-06 15:11:12 +01:00
pretrained_models.rst Add T5 to docs (#3461) 2020-03-27 10:57:16 -04:00
quickstart.md Delete all mentions of Model2Model (#3019) 2020-02-26 11:36:27 -05:00
serialization.rst GPU text generation: mMoved the encoded_prompt to correct device 2020-01-06 15:11:12 +01:00
torchscript.rst GPU text generation: mMoved the encoded_prompt to correct device 2020-01-06 15:11:12 +01:00
usage.rst [Docs] Add usage examples for translation and summarization (#3538) 2020-03-31 09:36:03 -04:00