Skip to content

Commit

Permalink
Add ELECTRA to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tholor authored Jul 3, 2020
1 parent daa6291 commit 68cbe01
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,29 +69,29 @@ Core features
- **Checkpointing & Caching** to resume training and reduce costs with spot instances
- Simple **deployment** and **visualization** to showcase your model

+------------------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
| Task | BERT | RoBERTa* | XLNet | ALBERT | DistilBERT | XLMRoBERTa |
+==============================+===================+===================+===================+===================+===================+===================+
| Text classification | x | x | x | x | x | x |
+------------------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
| NER | x | x | x | x | x | x |
+------------------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
| Question Answering | x | x | x | x | x | x |
+------------------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
| Language Model Fine-tuning | x | | | | | |
+------------------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
| Text Regression | x | x | x | x | x | x |
+------------------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
| Multilabel Text classif. | x | x | x | x | x | x |
+------------------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
| Extracting embeddings | x | x | x | x | x | x |
+------------------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
| LM from scratch (beta) | x | | | | | |
+------------------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
| Text Pair Classification | x | x | x | x | x | x |
+------------------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
| Passage Ranking | x | x | x | x | x | x |
+------------------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
+------------------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
| Task | BERT | RoBERTa* | XLNet | ALBERT | DistilBERT | XLMRoBERTa | ELECTRA |
+==============================+===================+===================+===================+===================+===================+===================+===================+
| Text classification | x | x | x | x | x | x | x |
+------------------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
| NER | x | x | x | x | x | x | x |
+------------------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
| Question Answering | x | x | x | x | x | x | x |
+------------------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
| Language Model Fine-tuning | x | | | | | | |
+------------------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
| Text Regression | x | x | x | x | x | x | x |
+------------------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
| Multilabel Text classif. | x | x | x | x | x | x | x |
+------------------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
| Extracting embeddings | x | x | x | x | x | x | x |
+------------------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
| LM from scratch (beta) | x | | | | | | |
+------------------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
| Text Pair Classification | x | x | x | x | x | x | x |
+------------------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+
| Passage Ranking | x | x | x | x | x | x | x |
+------------------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+-------------------+

\* including CamemBERT and UmBERTo

Expand Down

0 comments on commit 68cbe01

Please sign in to comment.