Commit
·
a6c3207
1
Parent(s):
c8810d5
[fix] - correct task categories in dataset card
Browse files
README.md
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
---
|
2 |
license: gpl-3.0
|
3 |
task_categories:
|
4 |
-
-
|
5 |
-
-
|
|
|
|
|
6 |
language:
|
7 |
- en
|
8 |
pretty_name: MovieFeats_Visual
|
|
|
1 |
---
|
2 |
license: gpl-3.0
|
3 |
task_categories:
|
4 |
+
- feature-extraction
|
5 |
+
- image-classification
|
6 |
+
- video-classification
|
7 |
+
- image-feature-extraction
|
8 |
language:
|
9 |
- en
|
10 |
pretty_name: MovieFeats_Visual
|