Upload unique_genres.json with huggingface_hub
Browse files- unique_genres.json +27 -0
unique_genres.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"genres": [
|
| 3 |
+
"Action",
|
| 4 |
+
"Adventure",
|
| 5 |
+
"Animation",
|
| 6 |
+
"Biography",
|
| 7 |
+
"Comedy",
|
| 8 |
+
"Crime",
|
| 9 |
+
"Documentary",
|
| 10 |
+
"Drama",
|
| 11 |
+
"Family",
|
| 12 |
+
"Fantasy",
|
| 13 |
+
"Film-Noir",
|
| 14 |
+
"History",
|
| 15 |
+
"Horror",
|
| 16 |
+
"Music",
|
| 17 |
+
"Musical",
|
| 18 |
+
"Mystery",
|
| 19 |
+
"Romance",
|
| 20 |
+
"Sci-Fi",
|
| 21 |
+
"Short",
|
| 22 |
+
"Sport",
|
| 23 |
+
"Thriller",
|
| 24 |
+
"War",
|
| 25 |
+
"Western"
|
| 26 |
+
]
|
| 27 |
+
}
|