Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- image-to-text
|
5 |
+
- text-to-image
|
6 |
+
- text-to-video
|
7 |
+
- video-classification
|
8 |
+
- image-classification
|
9 |
+
language:
|
10 |
+
- en
|
11 |
+
pretty_name: Pexels-400k
|
12 |
+
size_categories:
|
13 |
+
- 100K<n<1M
|
14 |
+
---
|
15 |
+
|
16 |
+
# Pexels 400k
|
17 |
+
|
18 |
+
Dataset of 400,476 videos, their thumbnails, viewcounts, explicit classification, and caption.
|
19 |
+
|
20 |
+
Note: The Pexels-320k dataset in the repo is this dataset, with videos <10s removed.
|