Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +106 -0
- animations_part_1.jsonl.zst +3 -0
- animations_part_10.jsonl.zst +3 -0
- animations_part_11.jsonl.zst +3 -0
- animations_part_12.jsonl.zst +3 -0
- animations_part_13.jsonl.zst +3 -0
- animations_part_14.jsonl.zst +3 -0
- animations_part_15.jsonl.zst +3 -0
- animations_part_16.jsonl.zst +3 -0
- animations_part_17.jsonl.zst +3 -0
- animations_part_18.jsonl.zst +3 -0
- animations_part_19.jsonl.zst +3 -0
- animations_part_2.jsonl.zst +3 -0
- animations_part_20.jsonl.zst +3 -0
- animations_part_21.jsonl.zst +3 -0
- animations_part_22.jsonl.zst +3 -0
- animations_part_23.jsonl.zst +3 -0
- animations_part_24.jsonl.zst +3 -0
- animations_part_25.jsonl.zst +3 -0
- animations_part_26.jsonl.zst +3 -0
- animations_part_27.jsonl.zst +3 -0
- animations_part_28.jsonl.zst +3 -0
- animations_part_29.jsonl.zst +3 -0
- animations_part_3.jsonl.zst +3 -0
- animations_part_30.jsonl.zst +3 -0
- animations_part_31.jsonl.zst +3 -0
- animations_part_32.jsonl.zst +3 -0
- animations_part_33.jsonl.zst +3 -0
- animations_part_34.jsonl.zst +3 -0
- animations_part_35.jsonl.zst +3 -0
- animations_part_36.jsonl.zst +3 -0
- animations_part_37.jsonl.zst +3 -0
- animations_part_38.jsonl.zst +3 -0
- animations_part_39.jsonl.zst +3 -0
- animations_part_4.jsonl.zst +3 -0
- animations_part_40.jsonl.zst +3 -0
- animations_part_41.jsonl.zst +3 -0
- animations_part_42.jsonl.zst +3 -0
- animations_part_43.jsonl.zst +3 -0
- animations_part_44.jsonl.zst +3 -0
- animations_part_45.jsonl.zst +3 -0
- animations_part_46.jsonl.zst +3 -0
- animations_part_47.jsonl.zst +3 -0
- animations_part_48.jsonl.zst +3 -0
- animations_part_49.jsonl.zst +3 -0
- animations_part_5.jsonl.zst +3 -0
- animations_part_50.jsonl.zst +3 -0
- animations_part_51.jsonl.zst +3 -0
- animations_part_6.jsonl.zst +3 -0
- animations_part_7.jsonl.zst +3 -0
README.md
ADDED
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pretty_name: Animations Dataset
|
3 |
+
size_categories:
|
4 |
+
- 1M<n<10M
|
5 |
+
task_categories:
|
6 |
+
- image-classification
|
7 |
+
- image-to-text
|
8 |
+
- text-to-image
|
9 |
+
- other
|
10 |
+
annotations_creators:
|
11 |
+
- found
|
12 |
+
language:
|
13 |
+
- en
|
14 |
+
multilinguality:
|
15 |
+
- monolingual
|
16 |
+
source_datasets:
|
17 |
+
- original
|
18 |
+
configs:
|
19 |
+
- config_name: default
|
20 |
+
data_files:
|
21 |
+
- split: train
|
22 |
+
path: "animations_part_*.jsonl.zst"
|
23 |
+
default: true
|
24 |
+
tags:
|
25 |
+
- image
|
26 |
+
- animation
|
27 |
+
license: other
|
28 |
+
---
|
29 |
+
|
30 |
+
# Dataset Card for Animations Dataset
|
31 |
+
|
32 |
+
### Dataset Summary
|
33 |
+
This dataset contains 50,849 animations with their associated metadata, frames, and source images. Each animation consists of multiple frames composed of simple sketch-level drawings, text elements, and potentially embedded images. The dataset provides complete information about each animation, including frame components, source images, timing between frames, and canvas settings. This makes it suitable for various tasks such as animation analysis, generation, and modification. All animations are stored in a structured format that preserves the relationship between component images and their composition within animation frames.
|
34 |
+
|
35 |
+
### Languages
|
36 |
+
The dataset is primarily monolingual:
|
37 |
+
- English (en): Any text elements within animations are predominantly in English.
|
38 |
+
|
39 |
+
## Dataset Structure
|
40 |
+
|
41 |
+
### Data Files
|
42 |
+
The dataset consists of two main types of files:
|
43 |
+
|
44 |
+
1. **Metadata files**:
|
45 |
+
- `.jsonl.zst` compressed files (e.g., `animations_part_1.jsonl.zst`)
|
46 |
+
- Each contains metadata for approximately 1,000 animations
|
47 |
+
- Located in the dataset root directory
|
48 |
+
|
49 |
+
2. **Frame and source image files**:
|
50 |
+
- `.tar.zst` compressed tar archives (e.g., `files/animations_part_1.tar.zst`)
|
51 |
+
- Each contains frames and source images for approximately 1,000 animations
|
52 |
+
- Located in the `files` directory
|
53 |
+
|
54 |
+
### Data Fields
|
55 |
+
Each animation entry in the metadata files contains the following fields:
|
56 |
+
|
57 |
+
- `id`: Unique identifier (UUID) for the animation.
|
58 |
+
- `settings`: Object containing canvas configuration:
|
59 |
+
- `canvas_width`, `canvas_height`: Dimensions of the animation canvas.
|
60 |
+
- `fillcolor`: Background color of the canvas (if specified).
|
61 |
+
- `default_font`: Default font used for text elements.
|
62 |
+
- `default_font_size`: Default font size.
|
63 |
+
- `images`: Array of image resources used in the animation.
|
64 |
+
- `dtimes`: Array of time delays between frames in milliseconds.
|
65 |
+
- `frames_data`: Array of arrays representing each frame's elements:
|
66 |
+
- `type_for_loader`: Element type (e.g., "text").
|
67 |
+
- `data`: Object containing element properties:
|
68 |
+
- `type`: Element type.
|
69 |
+
- `centerx`, `centery`: Position coordinates of the element on the canvas.
|
70 |
+
- `text`: Text content (for text elements).
|
71 |
+
- `font`: Font used for the text.
|
72 |
+
- `size`: Font size.
|
73 |
+
- `rotate_angle`: Rotation angle.
|
74 |
+
- `strokeColor`: Stroke color (if specified).
|
75 |
+
- `fillColor`: Fill color (if specified).
|
76 |
+
- `textColor`: Text color (for text elements).
|
77 |
+
- `align`: Text alignment.
|
78 |
+
- `angle`: Angle for the element.
|
79 |
+
- `radius`: Radius (for circular elements).
|
80 |
+
- `children_data`: Array of child elements (if any).
|
81 |
+
|
82 |
+
### Directory Structure
|
83 |
+
The frame and source image files are organized within the tar archives as follows:
|
84 |
+
|
85 |
+
```
|
86 |
+
[uuid]/
|
87 |
+
├── frames/
|
88 |
+
│ └── frame_0000.png
|
89 |
+
│ └── frame_0001.png (if multiple frames)
|
90 |
+
│ └── ...
|
91 |
+
└── source_images/
|
92 |
+
└── src_image_0000.png (if source images are used)
|
93 |
+
└── src_image_0001.png (if multiple source images)
|
94 |
+
└── ...
|
95 |
+
```
|
96 |
+
|
97 |
+
Where `[uuid]` is the unique identifier for each animation. Note that the `source_images` directory will be created even if it contains no files, as some animations may not use any source images.
|
98 |
+
|
99 |
+
### Data Splits
|
100 |
+
The dataset contains a single split:
|
101 |
+
|
102 |
+
| Split | Description | Number of Examples |
|
103 |
+
|-------|-------------|--------------------|
|
104 |
+
| `train` | Animation data with frames and source images | 50,849 |
|
105 |
+
|
106 |
+
Total dataset size: 50,849 entries
|
animations_part_1.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:288949768639f41485a9166e96ea9c0ad2fbb0034844bd9e31d97a140c485212
|
3 |
+
size 96767797
|
animations_part_10.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb5cc135b26251d978b885c51b91d5a4888c8f64856452ee6da34d6bd81ba5b1
|
3 |
+
size 61314164
|
animations_part_11.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36744b0cbd8f282390c4ae0046992818cd83a7a65183683e6f1d3656f029b5a9
|
3 |
+
size 69713968
|
animations_part_12.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb31423a21824388ecd7850f729d232b86f2fa2526abd95ccad663b61dcd173a
|
3 |
+
size 58856407
|
animations_part_13.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65609edf2db2756ec56d34942e0838a7f9bc68119113962f39f272c8fc0d813f
|
3 |
+
size 59896479
|
animations_part_14.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c2ad4d43ade06e1f1f6d234e56b9635229b010d5cfeeecf8bff52423676322a
|
3 |
+
size 47076056
|
animations_part_15.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36478984af7e984b99c0d7c8f95048e6af5f82a5ca97ba343f1fd0e2f82eee81
|
3 |
+
size 71961993
|
animations_part_16.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c21132c7a570b760f47f48336dc6878581ff19264f81475bc1df225d7738805
|
3 |
+
size 61367733
|
animations_part_17.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b48c940d4e1d02d29cd217a31b766ae449835cc0218d93ca3353ad6ab07d062
|
3 |
+
size 74061546
|
animations_part_18.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4062fe2e933afc1c053ab53f23cfc06978d2e97d5f39cb21fd5e59f531d0ec85
|
3 |
+
size 83974925
|
animations_part_19.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96f3d2a6a2ebc3661b7abcfeb479e87a19d44c83107c3b12cdfe829fce635071
|
3 |
+
size 77597353
|
animations_part_2.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e5a25443ed8759e8c3eeb7d6c2cd5d16452b85096ba8efd9c2ad3499731df8e
|
3 |
+
size 104754192
|
animations_part_20.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0335c7618e93022a7073f0fabb62f67e3333e5e2e904d4763604bb905a41f5ac
|
3 |
+
size 78704609
|
animations_part_21.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1341d5f9dea1e50874980595e82db653f37a90b432a3210d01e67a9748998a36
|
3 |
+
size 70587641
|
animations_part_22.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90a0bec2677d1d15adc1b14c73f2342d9d20c505c810854d3a55fa459aee793e
|
3 |
+
size 69968257
|
animations_part_23.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb30b0ea7cb010b2c6ad22f8edc86feb783dfd7e6f50fc89489f2b380c2928c0
|
3 |
+
size 88500060
|
animations_part_24.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1086b6efa87c406b55242b4d468f88d60d07f504ff445b7976803dddff72763b
|
3 |
+
size 88807195
|
animations_part_25.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05ab81d01be40d7c504fcf1601df77db5e6ff9cd1dbf7451ea4530d638c6bb8a
|
3 |
+
size 68233310
|
animations_part_26.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:440c7a7bf8c8d16dd9f004ea06a373169525baecfaf1f282302baaa28f4f41f4
|
3 |
+
size 94996437
|
animations_part_27.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa08be5e49eb9ef68e9b8b7e4d9d2c62cbc51885e1015eb9cee9cdf372005980
|
3 |
+
size 94457569
|
animations_part_28.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69d0160e51909996f219fd3e556504919677e6dad0b6e5ec8dab243c3baf9c25
|
3 |
+
size 86457949
|
animations_part_29.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:efbfc47fd1cb517dc44a828f08592ea18cc97ab1eed67e164cfc865426c1fdf0
|
3 |
+
size 82540875
|
animations_part_3.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1b34bc80933b01604dc0feb08aede42e3edfa6e521cc7c029e893c393ef2bed
|
3 |
+
size 99003404
|
animations_part_30.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d777ce2e7591d2e1bcb42b84a8484199884c797b4be53ec1c6b0e67d7f927d7
|
3 |
+
size 82740757
|
animations_part_31.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ca45dcd51494020e1e79c6385d584ce2d44cd83eb1238aa74cf0c0ca36a814f
|
3 |
+
size 92624950
|
animations_part_32.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8cbd3c225c65bea3e55f43ada4e959f0ba1baa16e12002d4c3a792f71a7f9a6
|
3 |
+
size 86053990
|
animations_part_33.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0171bf007308d736a30c45dee8108c8cddb309e934c2161fde5ece3c2064fce
|
3 |
+
size 89207342
|
animations_part_34.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a33a16a5ffcd4b51649ae31e81423c4b4247d2c28cfd6d9ef241d701ea30137b
|
3 |
+
size 94431319
|
animations_part_35.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec3462cbd7926e7c432b682783f83194e101a2eda1d8b9beff32468df585c52f
|
3 |
+
size 95437261
|
animations_part_36.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:456aa290ffd41c2521f446c0ac00b2b07fd5b93285950296bbc9b9c5bf8f6229
|
3 |
+
size 88909992
|
animations_part_37.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a49d79e20120e4008a132375d196976aa741fa61ce61a1f26fe9667e14b161b3
|
3 |
+
size 95322919
|
animations_part_38.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:342cc763b9ce66fd12138a2b7e0e1cc3f5c9f9ad6f066388d058573661734a67
|
3 |
+
size 78660496
|
animations_part_39.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5561b70f63072d258ea430e30bc3f8ea8e413c2f20d3857ca21b0d10513bccb0
|
3 |
+
size 73969834
|
animations_part_4.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96db0ad58718bc170499ac026319d5d9180188dc37ceb34e047195f13884ce9f
|
3 |
+
size 124031046
|
animations_part_40.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3463d63e411491ad7bb7b2989ae58d8912f7be50222617c19ed2e140d2bce75b
|
3 |
+
size 77893550
|
animations_part_41.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0645c5263e8eaef011e8dba4611d8360b3f9968147ced59223e653a740133b0c
|
3 |
+
size 78105888
|
animations_part_42.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b070f462e71ca59d3fdcf2e12f95b955729fc642d678a1e70a56620187e8275b
|
3 |
+
size 87209317
|
animations_part_43.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9f18e8f16e54e5e423bd09d9f8d1c3df55ba72d2f4e4eb8fcbfa6a542efb327
|
3 |
+
size 88953589
|
animations_part_44.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:461c39ed7ad61f9cc03c2c86031620de1bc6a90938388f3878e9e863b2c547d7
|
3 |
+
size 104753725
|
animations_part_45.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:543613ff7272cb14b7cfe831251db88084feb694cec71172aa6c357c1bfd19a5
|
3 |
+
size 108930232
|
animations_part_46.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba00cb6aae16769a83bcbecbd4f91a46b910e0aa484051150276b633336a0115
|
3 |
+
size 127799879
|
animations_part_47.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8be5f18eed666b1ef33e0a74b5cf362455da8581773ec39becac483e2e98858c
|
3 |
+
size 133054502
|
animations_part_48.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ecd55cf5b27ffda48faa4eb498941ae4b34ef767d4f552ebea63795df9c9a317
|
3 |
+
size 137827524
|
animations_part_49.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96e2da9794d45575b4aad4a7a942cc0f5b80c81440bed34fd75b1f3b717fc73f
|
3 |
+
size 128145691
|
animations_part_5.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f4baecbabb509dc6da584990b509e5cd1dfa0e3b37fa1e7877c2af53d1a9681
|
3 |
+
size 103359522
|
animations_part_50.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1d427d67f72ae5676daaeb4b2973441646d7bc7b284ee75c6bb73db5e3adeca
|
3 |
+
size 130076617
|
animations_part_51.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58c82c1c894db03d607729c1ed9c59672c9e2d64a1f9aa30552b2f6c2f177551
|
3 |
+
size 104035563
|
animations_part_6.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62e40d0f6a15cad64146f002e3c9c2f3d0bff65bd66149fa707489636da96ae2
|
3 |
+
size 55593565
|
animations_part_7.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40bfe737610a735cda2d9d73bbff0b1ebc2b0394fcc32acc369700ba6e5eb33b
|
3 |
+
size 80444289
|