ZeyadAhmed
commited on
Commit
·
f282bd4
1
Parent(s):
d5049eb
Update README.md
Browse files
README.md
CHANGED
@@ -1,15 +1,18 @@
|
|
1 |
-
---
|
2 |
-
datasets:
|
3 |
-
- Arabic-SQuADv2
|
4 |
-
- ZeyadAhmed/Arabic-SQuADv2
|
5 |
-
language: ar
|
6 |
-
metrics:
|
7 |
-
- f1
|
8 |
-
- em
|
9 |
-
tags:
|
10 |
-
- Pytorch
|
11 |
-
- TensorFlow
|
12 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
# AraElectra for Question Answering on Arabic-SQuADv2
|
14 |
|
15 |
This is the [AraElectra](https://huggingface.co/aubmindlab/araelectra-base-discriminator) model, fine-tuned using the [Arabic-SQuADv2.0](https://huggingface.co/datasets/ZeyadAhmed/Arabic-SQuADv2.0) dataset. It's been trained on question-answer pairs, including unanswerable questions, for the task of Question Answering. with help of [AraElectra Classifier](https://huggingface.co/ZeyadAhmed/AraElectra-Arabic-SQuADv2-CLS) to predicted unanswerable question.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- ar
|
4 |
+
tags:
|
5 |
+
- PyTorch
|
6 |
+
- TensorFlow
|
7 |
+
|
8 |
+
datasets:
|
9 |
+
- ZeyadAhmed/Arabic-SQuADv2
|
10 |
+
- Arabic-SQuADv2
|
11 |
+
metrics:
|
12 |
+
- em
|
13 |
+
- f1
|
14 |
+
---
|
15 |
+
|
16 |
# AraElectra for Question Answering on Arabic-SQuADv2
|
17 |
|
18 |
This is the [AraElectra](https://huggingface.co/aubmindlab/araelectra-base-discriminator) model, fine-tuned using the [Arabic-SQuADv2.0](https://huggingface.co/datasets/ZeyadAhmed/Arabic-SQuADv2.0) dataset. It's been trained on question-answer pairs, including unanswerable questions, for the task of Question Answering. with help of [AraElectra Classifier](https://huggingface.co/ZeyadAhmed/AraElectra-Arabic-SQuADv2-CLS) to predicted unanswerable question.
|