Upload genre_meta.json with huggingface_hub
Browse files- genre_meta.json +28 -27
genre_meta.json
CHANGED
|
@@ -21,34 +21,35 @@
|
|
| 21 |
"Western"
|
| 22 |
],
|
| 23 |
"metrics": {
|
| 24 |
-
"precision_micro": 0.
|
| 25 |
-
"recall_micro": 0.
|
| 26 |
-
"f1_micro": 0.
|
| 27 |
-
"precision_macro": 0.
|
| 28 |
-
"recall_macro": 0.
|
| 29 |
-
"f1_macro": 0.
|
| 30 |
-
"n_train":
|
| 31 |
-
"n_test":
|
|
|
|
| 32 |
"per_genre_f1": {
|
| 33 |
-
"Action": 0.
|
| 34 |
-
"Adventure": 0.
|
| 35 |
-
"Animation": 0.
|
| 36 |
-
"Comedy": 0.
|
| 37 |
-
"Crime": 0.
|
| 38 |
-
"Documentary": 0.
|
| 39 |
-
"Drama": 0.
|
| 40 |
-
"Family": 0.
|
| 41 |
-
"Fantasy": 0.
|
| 42 |
-
"History": 0.
|
| 43 |
-
"Horror": 0.
|
| 44 |
-
"Music": 0.
|
| 45 |
-
"Mystery": 0.
|
| 46 |
-
"Romance": 0.
|
| 47 |
-
"Science Fiction": 0.
|
| 48 |
-
"TV Movie": 0.
|
| 49 |
-
"Thriller": 0.
|
| 50 |
-
"War": 0.
|
| 51 |
-
"Western": 0.
|
| 52 |
}
|
| 53 |
}
|
| 54 |
}
|
|
|
|
| 21 |
"Western"
|
| 22 |
],
|
| 23 |
"metrics": {
|
| 24 |
+
"precision_micro": 0.16293859649122808,
|
| 25 |
+
"recall_micro": 0.9828042328042328,
|
| 26 |
+
"f1_micro": 0.2795334838224229,
|
| 27 |
+
"precision_macro": 0.16054097478259735,
|
| 28 |
+
"recall_macro": 0.9834885327429802,
|
| 29 |
+
"f1_macro": 0.26924159809023623,
|
| 30 |
+
"n_train": 1067,
|
| 31 |
+
"n_test": 267,
|
| 32 |
+
"threshold": 0.25,
|
| 33 |
"per_genre_f1": {
|
| 34 |
+
"Action": 0.3873015873015873,
|
| 35 |
+
"Adventure": 0.30662020905923343,
|
| 36 |
+
"Animation": 0.20553359683794467,
|
| 37 |
+
"Comedy": 0.40894568690095845,
|
| 38 |
+
"Crime": 0.23703703703703705,
|
| 39 |
+
"Documentary": 0.18340611353711792,
|
| 40 |
+
"Drama": 0.5269121813031161,
|
| 41 |
+
"Family": 0.27007299270072993,
|
| 42 |
+
"Fantasy": 0.2074074074074074,
|
| 43 |
+
"History": 0.16988416988416988,
|
| 44 |
+
"Horror": 0.25,
|
| 45 |
+
"Music": 0.149812734082397,
|
| 46 |
+
"Mystery": 0.21561338289962825,
|
| 47 |
+
"Romance": 0.27956989247311825,
|
| 48 |
+
"Science Fiction": 0.24113475177304963,
|
| 49 |
+
"TV Movie": 0.26181818181818184,
|
| 50 |
+
"Thriller": 0.463855421686747,
|
| 51 |
+
"War": 0.13934426229508196,
|
| 52 |
+
"Western": 0.21132075471698114
|
| 53 |
}
|
| 54 |
}
|
| 55 |
}
|