ZeyadAhmed commited on
Commit
309c5aa
โ€ข
1 Parent(s): 020ed2d

update yaml section

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -1,9 +1,15 @@
1
- ---
 
 
 
2
  language: ar
3
- datasets:
4
- - Arabic-SQuADv2
5
- license: cc-by-4.0
6
- ---
 
 
 
7
  # AraElectra for Question Answering on Arabic-SQuADv2
8
 
9
  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
+ 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.