Commit
·
a91f0f3
1
Parent(s):
457a813
Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ licenses:
|
|
9 |
|
10 |
This repository contains the pretrained discriminator checkpoint of the model **BanglaBERT**. This is an [ELECTRA](https://openreview.net/pdf?id=r1xMH1BtvB) discriminator model pretrained with the Replaced Token Detection (RTD) objective. Finetuned models using this checkpoint achieve state-of-the-art results on many of the NLP tasks in bengali.
|
11 |
|
12 |
-
For finetuning on different downstream tasks such as `Sentiment classification`, `Named Entity Recognition`, `Natural Language Inference` etc., refer to the scripts in the official [repository](https://
|
13 |
|
14 |
## Using this model as a discriminator in `transformers` (tested on 4.11.0.dev0)
|
15 |
|
|
|
9 |
|
10 |
This repository contains the pretrained discriminator checkpoint of the model **BanglaBERT**. This is an [ELECTRA](https://openreview.net/pdf?id=r1xMH1BtvB) discriminator model pretrained with the Replaced Token Detection (RTD) objective. Finetuned models using this checkpoint achieve state-of-the-art results on many of the NLP tasks in bengali.
|
11 |
|
12 |
+
For finetuning on different downstream tasks such as `Sentiment classification`, `Named Entity Recognition`, `Natural Language Inference` etc., refer to the scripts in the official [repository](https://github.com/csebuetnlp/banglabert).
|
13 |
|
14 |
## Using this model as a discriminator in `transformers` (tested on 4.11.0.dev0)
|
15 |
|