Update README.md
Browse files
README.md
CHANGED
@@ -22,19 +22,20 @@ widget:
|
|
22 |
---
|
23 |
|
24 |
# ArabicT5: Classification and Generation of Arabic News
|
|
|
25 |
|
26 |
-
|
27 |
-
category_mapping = {
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
}
|
38 |
|
39 |
## Pre-training Settings and Results on TyDi QA Development Dataset ( Model in this card is highlighted in bold )
|
40 |
|
|
|
22 |
---
|
23 |
|
24 |
# ArabicT5: Classification and Generation of Arabic News
|
25 |
+
- The model is under trial
|
26 |
|
27 |
+
# The number in the generated text represents the category of the news, as shown below:
|
28 |
+
category_mapping = {
|
29 |
+
|
30 |
+
'Political':1,
|
31 |
+
'Economy':2,
|
32 |
+
'Health':3,
|
33 |
+
'Sport':4,
|
34 |
+
'Culture':5,
|
35 |
+
'Technology':6,
|
36 |
+
'Art':7,
|
37 |
+
'Accidents':8
|
38 |
+
}
|
39 |
|
40 |
## Pre-training Settings and Results on TyDi QA Development Dataset ( Model in this card is highlighted in bold )
|
41 |
|