Datasets:
Upload WebDataset shards and Parquet manifest
Browse files- README.md +42 -0
- dataset_info.json +64 -0
- metadata/manifest.parquet +3 -0
- wds/connan_30k-000000.tar +3 -0
- wds/connan_30k-000001.tar +3 -0
- wds/connan_30k-000002.tar +3 -0
- wds/connan_30k-000003.tar +3 -0
- wds/connan_30k-000004.tar +3 -0
- wds/connan_30k-000005.tar +3 -0
- wds/connan_30k-000006.tar +3 -0
- wds/connan_30k-000007.tar +3 -0
- wds/connan_30k-000008.tar +3 -0
- wds/connan_30k-000009.tar +3 -0
README.md
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-to-video
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- video
|
| 9 |
+
- webdataset
|
| 10 |
+
- parquet
|
| 11 |
+
private_backup: true
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# Connan 30K Video Caption Dataset
|
| 15 |
+
|
| 16 |
+
Private Hugging Face backup of 30,617 short anime video clips and English visual captions.
|
| 17 |
+
|
| 18 |
+
## Layout
|
| 19 |
+
|
| 20 |
+
```text
|
| 21 |
+
metadata/manifest.parquet # sample index, captions, original paths, shard/member mapping
|
| 22 |
+
wds/*.tar # WebDataset shards, about 10GB each
|
| 23 |
+
dataset_info.json # summary metadata
|
| 24 |
+
```
|
| 25 |
+
|
| 26 |
+
Each WebDataset sample uses a stable key such as `001_shot_00003` and contains:
|
| 27 |
+
|
| 28 |
+
```text
|
| 29 |
+
001_shot_00003.mp4
|
| 30 |
+
001_shot_00003.json
|
| 31 |
+
```
|
| 32 |
+
|
| 33 |
+
The JSON sidecar contains the caption and original source paths. The Parquet manifest is the canonical table for captions and shard lookup.
|
| 34 |
+
|
| 35 |
+
## Summary
|
| 36 |
+
|
| 37 |
+
- Samples: 30617
|
| 38 |
+
- Shards: 10
|
| 39 |
+
- Caption language: English
|
| 40 |
+
- Recommended LoRA trigger: `DCANIME`
|
| 41 |
+
|
| 42 |
+
Captions are generic visual descriptions and intentionally avoid character names, franchise names, and trigger words.
|
dataset_info.json
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_name": "connan_30k",
|
| 3 |
+
"format": "parquet_manifest_plus_webdataset",
|
| 4 |
+
"num_samples": 30617,
|
| 5 |
+
"num_shards": 10,
|
| 6 |
+
"target_shard_size_gb": 10,
|
| 7 |
+
"total_video_bytes": 96884181490,
|
| 8 |
+
"manifest": "metadata/manifest.parquet",
|
| 9 |
+
"shard_dir": "wds",
|
| 10 |
+
"caption_language": "English",
|
| 11 |
+
"recommended_lora_trigger": "DCANIME",
|
| 12 |
+
"shards": [
|
| 13 |
+
{
|
| 14 |
+
"shard": "wds/connan_30k-000000.tar",
|
| 15 |
+
"samples": 3337,
|
| 16 |
+
"bytes": 9998827130
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"shard": "wds/connan_30k-000001.tar",
|
| 20 |
+
"samples": 3237,
|
| 21 |
+
"bytes": 9999725452
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"shard": "wds/connan_30k-000002.tar",
|
| 25 |
+
"samples": 3063,
|
| 26 |
+
"bytes": 9999598116
|
| 27 |
+
},
|
| 28 |
+
{
|
| 29 |
+
"shard": "wds/connan_30k-000003.tar",
|
| 30 |
+
"samples": 3601,
|
| 31 |
+
"bytes": 9997518934
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"shard": "wds/connan_30k-000004.tar",
|
| 35 |
+
"samples": 3080,
|
| 36 |
+
"bytes": 9998084246
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"shard": "wds/connan_30k-000005.tar",
|
| 40 |
+
"samples": 3184,
|
| 41 |
+
"bytes": 9998181431
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"shard": "wds/connan_30k-000006.tar",
|
| 45 |
+
"samples": 3064,
|
| 46 |
+
"bytes": 9997637587
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"shard": "wds/connan_30k-000007.tar",
|
| 50 |
+
"samples": 3101,
|
| 51 |
+
"bytes": 9989880004
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"shard": "wds/connan_30k-000008.tar",
|
| 55 |
+
"samples": 2937,
|
| 56 |
+
"bytes": 9996293947
|
| 57 |
+
},
|
| 58 |
+
{
|
| 59 |
+
"shard": "wds/connan_30k-000009.tar",
|
| 60 |
+
"samples": 2013,
|
| 61 |
+
"bytes": 6934509122
|
| 62 |
+
}
|
| 63 |
+
]
|
| 64 |
+
}
|
metadata/manifest.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:631ac6fe14c7500dcba82256bb6944f47082a11dcc2cdd8c6c04bfef144a4dad
|
| 3 |
+
size 6456934
|
wds/connan_30k-000000.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a36990d784701077b0c18ede6782ae68ec9879e092f78a62f9b3c4047f2b12d
|
| 3 |
+
size 10003691520
|
wds/connan_30k-000001.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:05b08a1b85763fd73e1f22fca3a2074a639ae44af4ffff85ae4e2c1ee5737cc0
|
| 3 |
+
size 10004439040
|
wds/connan_30k-000002.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e51e189563e31869333e6853d75b32f2a929a8c0b024d52566dfb5cdedb1b312
|
| 3 |
+
size 10004049920
|
wds/connan_30k-000003.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54d495fd453675d090e094a3fe3e5a8d6dece88c2a951a7dc956bbe65580a258
|
| 3 |
+
size 10002749440
|
wds/connan_30k-000004.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f5cfd121014c6721d66238fb0dbe6479efefcee1db024fa00c9312f71dffb9e
|
| 3 |
+
size 10002554880
|
wds/connan_30k-000005.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8db3e7a7ecdb6273ac3d5a52d219737861663cf46c2a1bb89c0bd366537f5c39
|
| 3 |
+
size 10002810880
|
wds/connan_30k-000006.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1372ea0f9e90abb1e6f0ab8351b3ad0f7245f0dbc5298e614657b8cb72315a1f
|
| 3 |
+
size 10002104320
|
wds/connan_30k-000007.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2dcd1b2f82974805a5fcb11db9389c7a74b35719370fcbd1a9a3b883f13b00af
|
| 3 |
+
size 9994393600
|
wds/connan_30k-000008.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:307edcaedbc246c964d53a37d02ef150399210408a8cd4d2464a941b7e40fbba
|
| 3 |
+
size 10000558080
|
wds/connan_30k-000009.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a87f50acba8c76213894260b6228ceb976be47dc6456dbb40fabd13d9b708891
|
| 3 |
+
size 6937436160
|