Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: agpl-3.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
license: agpl-3.0
|
| 12 |
---
|
| 13 |
+
|
| 14 |
+
# Tempofunk Small
|
| 15 |
+
|
| 16 |
+
10k samples of metadata and encoded latents & prompts of video previews from Shutterstock under the search term **dance**.
|
| 17 |
+
|
| 18 |
+
## Data format
|
| 19 |
+
- Video frame latents
|
| 20 |
+
- Numpy arrays
|
| 21 |
+
- 120 frames, 512x512 source size
|
| 22 |
+
- Encoded shape (120, 4, 64, 64)
|
| 23 |
+
- CLIP (openai) encoded prompts
|
| 24 |
+
- Video description (as seen in metadata)
|
| 25 |
+
- Encoded shape (77,768)
|
| 26 |
+
- Shutterstock video metadata as JSON
|