Update README.md
Browse files
README.md
CHANGED
@@ -10,9 +10,9 @@ datasets:
|
|
10 |
- cowese
|
11 |
---
|
12 |
|
13 |
-
##
|
14 |
|
15 |
-
**
|
16 |
|
17 |
As mentioned in the original [paper](https://openreview.net/pdf?id=r1xMH1BtvB):
|
18 |
**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](https://arxiv.org/pdf/1406.2661.pdf). At small scale, ELECTRA achieves strong results even when trained on a single GPU. At large scale, ELECTRA achieves state-of-the-art results on the [SQuAD 2.0](https://rajpurkar.github.io/SQuAD-explorer/) dataset.
|
|
|
10 |
- cowese
|
11 |
---
|
12 |
|
13 |
+
## BIOMEDtra 🦠🏥
|
14 |
|
15 |
+
**BIOMEDtra** (small) is an Electra like model (discriminator in this case) trained on [Spanish Biomedical Crawled Corpus](https://zenodo.org/record/5510033#.Yhdk1ZHMLJx).
|
16 |
|
17 |
As mentioned in the original [paper](https://openreview.net/pdf?id=r1xMH1BtvB):
|
18 |
**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](https://arxiv.org/pdf/1406.2661.pdf). At small scale, ELECTRA achieves strong results even when trained on a single GPU. At large scale, ELECTRA achieves state-of-the-art results on the [SQuAD 2.0](https://rajpurkar.github.io/SQuAD-explorer/) dataset.
|