Hezam commited on
Commit
7bc5e31
1 Parent(s): 419c959

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -12
README.md CHANGED
@@ -22,19 +22,20 @@ widget:
22
  ---
23
 
24
  # ArabicT5: Classification and Generation of Arabic News
 
25
 
26
- -The number in the generated text represents the category of the news, as shown below.
27
- category_mapping = {
28
-
29
- 'Political':1,
30
- 'Economy':2,
31
- 'Health':3,
32
- 'Sport':4,
33
- 'Culture':5,
34
- 'Technology':6,
35
- 'Art':7,
36
- 'Accidents':8
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