Update README.md
Browse files
README.md
CHANGED
@@ -11,20 +11,14 @@ This model is under trial.
|
|
11 |
|
12 |
The number in the generated text represents the category of the news, as shown below.
|
13 |
category_mapping = {
|
|
|
14 |
'Political':1,
|
15 |
-
|
16 |
'Economy':2,
|
17 |
-
|
18 |
'Health':3,
|
19 |
-
|
20 |
'Sport':4,
|
21 |
-
|
22 |
'Culture':5,
|
23 |
-
|
24 |
'Technology':6,
|
25 |
-
|
26 |
'Art':7,
|
27 |
-
|
28 |
'Accidents':8
|
29 |
|
30 |
# Add more categories as needed
|
|
|
11 |
|
12 |
The number in the generated text represents the category of the news, as shown below.
|
13 |
category_mapping = {
|
14 |
+
|
15 |
'Political':1,
|
|
|
16 |
'Economy':2,
|
|
|
17 |
'Health':3,
|
|
|
18 |
'Sport':4,
|
|
|
19 |
'Culture':5,
|
|
|
20 |
'Technology':6,
|
|
|
21 |
'Art':7,
|
|
|
22 |
'Accidents':8
|
23 |
|
24 |
# Add more categories as needed
|