Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,21 @@
|
|
| 1 |
# Bangla-Electra
|
| 2 |
|
| 3 |
-
This is a
|
| 4 |
Google Research's [ELECTRA](https://github.com/google-research/electra).
|
| 5 |
|
| 6 |
Tokenization and pre-training CoLab: https://colab.research.google.com/drive/1gpwHvXAnNQaqcu-YNx1kafEVxz07g2jL
|
| 7 |
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
## Corpus
|
| 11 |
|
|
|
|
| 1 |
# Bangla-Electra
|
| 2 |
|
| 3 |
+
This is a second attempt at a Bangla/Bengali language model trained with
|
| 4 |
Google Research's [ELECTRA](https://github.com/google-research/electra).
|
| 5 |
|
| 6 |
Tokenization and pre-training CoLab: https://colab.research.google.com/drive/1gpwHvXAnNQaqcu-YNx1kafEVxz07g2jL
|
| 7 |
|
| 8 |
+
V1 - 120,000 steps
|
| 9 |
+
V2 - 190,000 steps
|
| 10 |
+
|
| 11 |
+
## Benchmarks
|
| 12 |
+
|
| 13 |
+
Classification with SimpleTransformers: https://colab.research.google.com/drive/1vltPI81atzRvlALv4eCvEB0KdFoEaCOb
|
| 14 |
+
|
| 15 |
+
On Soham Chatterjee's [news classification task](https://github.com/soham96/Bangla2Vec):
|
| 16 |
+
(Random: 16.7%, mBERT: 72.3%, Bangla-Electra: 82.3%)
|
| 17 |
+
|
| 18 |
+
Similar to mBERT on some tasks and configurations described in https://arxiv.org/abs/2004.07807
|
| 19 |
|
| 20 |
## Corpus
|
| 21 |
|