Update config.json
Browse files- config.json +21 -20
config.json
CHANGED
|
@@ -9,26 +9,27 @@
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
"1": "
|
| 14 |
-
"2": "
|
| 15 |
-
"3": "
|
| 16 |
-
"4": "
|
| 17 |
-
"5": "
|
| 18 |
-
"6": "
|
| 19 |
-
"7": "
|
| 20 |
-
"8": "
|
| 21 |
-
"9": "
|
| 22 |
-
"10": "
|
| 23 |
-
"11": "
|
| 24 |
-
"12": "
|
| 25 |
-
"13": "
|
| 26 |
-
"14": "
|
| 27 |
-
"15": "
|
| 28 |
-
"16": "
|
| 29 |
-
"17": "
|
| 30 |
-
"18": "
|
| 31 |
-
"19": "
|
|
|
|
| 32 |
},
|
| 33 |
"initializer_range": 0.02,
|
| 34 |
"label2id": {
|
|
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "Action",
|
| 13 |
+
"1": "Adventure",
|
| 14 |
+
"2": "Animation",
|
| 15 |
+
"3": "Comedy",
|
| 16 |
+
"4": "Crime",
|
| 17 |
+
"5": "Documentary",
|
| 18 |
+
"6": "Drama",
|
| 19 |
+
"7": "Family",
|
| 20 |
+
"8": "Fantasy",
|
| 21 |
+
"9": "Foreign",
|
| 22 |
+
"10": "History",
|
| 23 |
+
"11": "Horror",
|
| 24 |
+
"12": "Music",
|
| 25 |
+
"13": "Mystery",
|
| 26 |
+
"14": "Romance",
|
| 27 |
+
"15": "Science Fiction",
|
| 28 |
+
"16": "TV Movie",
|
| 29 |
+
"17": "Thriller",
|
| 30 |
+
"18": "War",
|
| 31 |
+
"19": "Western"
|
| 32 |
+
|
| 33 |
},
|
| 34 |
"initializer_range": 0.02,
|
| 35 |
"label2id": {
|