Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- text-to-video
|
4 |
+
- text-to-image
|
5 |
+
- video-classification
|
6 |
+
- image-classification
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
size_categories:
|
10 |
+
- 1K<n<10K
|
11 |
+
---
|
12 |
+
|
13 |
+
# Tempofunk Small
|
14 |
+
|
15 |
+
7.8k samples of metadata and encoded latents & prompts of random popular preview videos from shutterstock.
|
16 |
+
|
17 |
+
## Data format
|
18 |
+
- Video frame latents
|
19 |
+
- Numpy arrays
|
20 |
+
- 120 frames, 512x512 source size
|
21 |
+
- Encoded shape (120, 4, 64, 64)
|
22 |
+
- CLIP (openai) encoded prompts
|
23 |
+
- Video description (as seen in metadata)
|
24 |
+
- Encoded shape (77,768)
|
25 |
+
- Shutterstock video metadata as JSON
|