BoodyAhmedHamdy
commited on
Commit
•
deaa19d
1
Parent(s):
364e320
Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,16 @@ tags:
|
|
5 |
model-index:
|
6 |
- name: AraElectra-QA-EgyLaw-Squad
|
7 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -12,23 +22,24 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# AraElectra-QA-EgyLaw-Squad
|
14 |
|
15 |
-
This model is a fine-tuned version of [ZeyadAhmed/AraElectra-Arabic-SQuADv2-QA](https://huggingface.co/ZeyadAhmed/AraElectra-Arabic-SQuADv2-QA) on the
|
16 |
It achieves the following results on the evaluation set:
|
17 |
- Loss: 4.0008
|
18 |
|
19 |
## Model description
|
20 |
|
21 |
-
|
22 |
|
23 |
-
|
24 |
|
25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
-
## Training and evaluation data
|
28 |
-
|
29 |
-
More information needed
|
30 |
-
|
31 |
-
## Training procedure
|
32 |
|
33 |
### Training hyperparameters
|
34 |
|
@@ -72,4 +83,4 @@ The following hyperparameters were used during training:
|
|
72 |
- Transformers 4.38.1
|
73 |
- Pytorch 2.1.2
|
74 |
- Datasets 2.1.0
|
75 |
-
- Tokenizers 0.15.2
|
|
|
5 |
model-index:
|
6 |
- name: AraElectra-QA-EgyLaw-Squad
|
7 |
results: []
|
8 |
+
license: mit
|
9 |
+
datasets:
|
10 |
+
- BoodyAhmedHamdy/EgyLaw-Squad
|
11 |
+
language:
|
12 |
+
- ar
|
13 |
+
metrics:
|
14 |
+
- f1
|
15 |
+
- exact_match
|
16 |
+
library_name: transformers
|
17 |
+
pipeline_tag: question-answering
|
18 |
---
|
19 |
|
20 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
22 |
|
23 |
# AraElectra-QA-EgyLaw-Squad
|
24 |
|
25 |
+
This model is a fine-tuned version of [ZeyadAhmed/AraElectra-Arabic-SQuADv2-QA](https://huggingface.co/ZeyadAhmed/AraElectra-Arabic-SQuADv2-QA) on the [Egyption Law Squad](https://huggingface.co/datasets/BoodyAhmedHamdy/EgyLaw-Squad) dataset.
|
26 |
It achieves the following results on the evaluation set:
|
27 |
- Loss: 4.0008
|
28 |
|
29 |
## Model description
|
30 |
|
31 |
+
Araelctra model for Question Answering Task in Egyption law specially Personal Status Law (قانون الاحوال الشخصية)
|
32 |
|
33 |
+
this Model was created for a Graduation Project in Computers and Artificial intellgence at Helwan University under supervisation from [Dr.Ensaf Hossen](https://scholar.google.com/citations?user=eeYSe3sAAAAJ&hl=en)
|
34 |
|
35 |
+
## About Team
|
36 |
+
- [Abdelrahman Ahmed Hamdy](https://github.com/Boodyahmedhamdy)
|
37 |
+
- [Shehab Gamal-elden](https://github.com/000Shehab000)
|
38 |
+
- [Mohsen Hisham Mohamed](https://github.com/Mohsen-Hesham)
|
39 |
+
- [Maya Ahmed Abdelsatar](https://github.com/mayaahmed2002)
|
40 |
+
- [Nancy Ahmed Mostafa](https://github.com/Nancyahmedmustafa)
|
41 |
+
- [Nour Khaled Ali](https://github.com/NourSewafy)
|
42 |
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
### Training hyperparameters
|
45 |
|
|
|
83 |
- Transformers 4.38.1
|
84 |
- Pytorch 2.1.2
|
85 |
- Datasets 2.1.0
|
86 |
+
- Tokenizers 0.15.2
|