saiful9379
commited on
Commit
•
300382a
1
Parent(s):
92ab51d
Update README.md
Browse files
README.md
CHANGED
@@ -12,11 +12,11 @@ widget:
|
|
12 |
---
|
13 |
|
14 |
|
15 |
-
This Bangla Question Answering model has been using
|
16 |
However, a larger corpus model is in progress. To train this model, the Bangla QA data has been converted into the SQuAD v2 format as well as preprocessed it.
|
17 |
The dataset contains 2504 question-answer pairs.
|
18 |
|
19 |
-
Github Link
|
20 |
|
21 |
```
|
22 |
from transformers import AutoModelForQuestionAnswering, AutoTokenizer
|
|
|
12 |
---
|
13 |
|
14 |
|
15 |
+
This Bangla Question Answering model has been using Roberta Model architecture, which is currently trained on a small set of human-annotated data.
|
16 |
However, a larger corpus model is in progress. To train this model, the Bangla QA data has been converted into the SQuAD v2 format as well as preprocessed it.
|
17 |
The dataset contains 2504 question-answer pairs.
|
18 |
|
19 |
+
Github Link:![Link](https://github.com/saiful9379/Bangla_Roberta_Question_and_Answer)
|
20 |
|
21 |
```
|
22 |
from transformers import AutoModelForQuestionAnswering, AutoTokenizer
|