Update README.md
Browse files
README.md
CHANGED
@@ -22,8 +22,9 @@ widget:
|
|
22 |
|
23 |
# # Our experiment
|
24 |
|
25 |
-
- The category mapping
|
26 |
-
|
|
|
27 |
|
28 |
'Politics':1,
|
29 |
'Finance':2,
|
@@ -32,8 +33,8 @@ widget:
|
|
32 |
'Culture':5,
|
33 |
'Tech':6,
|
34 |
'Religion':7
|
35 |
-
|
36 |
-
|
37 |
- Training parameters
|
38 |
|
39 |
| | |
|
|
|
22 |
|
23 |
# # Our experiment
|
24 |
|
25 |
+
- The category mapping:
|
26 |
+
|
27 |
+
category_mapping = {
|
28 |
|
29 |
'Politics':1,
|
30 |
'Finance':2,
|
|
|
33 |
'Culture':5,
|
34 |
'Tech':6,
|
35 |
'Religion':7
|
36 |
+
}
|
37 |
+
|
38 |
- Training parameters
|
39 |
|
40 |
| | |
|