Commit ·
5b74e88
verified ·
0
Parent(s):
Super-squash branch 'main' using huggingface_hub
Browse files- .gitattributes +59 -0
- 2D_Art.jsonl.zst +3 -0
- 2D_Art_00.zip +3 -0
- 2D_Art_01.zip +3 -0
- 2D_Art_02.zip +3 -0
- 2D_Art_03.zip +3 -0
- 2D_Art_04.zip +3 -0
- 2D_Art_05.zip +3 -0
- 3D_Art.jsonl.zst +3 -0
- 3D_Art_00.zip +3 -0
- ATTRIBUTION.md +0 -0
- Concept_Art.jsonl.zst +3 -0
- Concept_Art_00.zip +3 -0
- Document.jsonl.zst +3 -0
- Document_00.zip +3 -0
- Music.jsonl.zst +3 -0
- Music_00.zip +3 -0
- Music_01.zip +3 -0
- Music_02.zip +3 -0
- Music_03.zip +3 -0
- Music_04.zip +3 -0
- Music_05.zip +3 -0
- README.md +110 -0
- Sound_Effect.jsonl.zst +3 -0
- Sound_Effect_00.zip +3 -0
- Texture.jsonl.zst +3 -0
- Texture_00.zip +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
# Audio files - uncompressed
|
| 39 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
# Audio files - compressed
|
| 43 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
# Image files - uncompressed
|
| 49 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
# Image files - compressed
|
| 54 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
# Video files - compressed
|
| 58 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
2D_Art.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:222034e806ac45c4f61b064d98465530b5d41eea171906c7aa4ee7e93c6420c2
|
| 3 |
+
size 226891
|
2D_Art_00.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61841404172fc4cc56b8b92cc9c8a7bfe0664b07db2c7358d82a128776f11fe2
|
| 3 |
+
size 618416177
|
2D_Art_01.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da1b08d7c03b2debb6cdc59229fd02a2fc85576c4b848c6afc057cdf245d0621
|
| 3 |
+
size 490442644
|
2D_Art_02.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0721313b258f66bd59d94bc1fcf0a59d36dce8c6878d732868df1889f72b4e2f
|
| 3 |
+
size 364069819
|
2D_Art_03.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:138cd52e21c06d106004253d9ebff83d17d8841fc65526d1152447d3a98b3893
|
| 3 |
+
size 439394604
|
2D_Art_04.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe0cee8832a09fc3740ac888ba312fc35497b909c99f9ecb2574609321d8e630
|
| 3 |
+
size 423332511
|
2D_Art_05.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cdd9a26223ce9de4b64753ae911dece4c0459d60e6f41a28fe42933ca7bab35a
|
| 3 |
+
size 155861205
|
3D_Art.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bac7a629e3e851c67f68da76fe22596997728986561e6ca6658824ffd22bed0a
|
| 3 |
+
size 57639
|
3D_Art_00.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96497a771690d6f6e67c1efb748433c316e5d6af4c3f690b49095bb869a0af22
|
| 3 |
+
size 3370308256
|
ATTRIBUTION.md
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Concept_Art.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:961168e544e99a6db397ecfbc38c335e2a5e9abcab9a27e54b5fdc1947d17c02
|
| 3 |
+
size 11597
|
Concept_Art_00.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c0c83a41622671d8d3dd8cafe31046dbe2c6daf0530d108f1481420e7e87641
|
| 3 |
+
size 413605822
|
Document.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6625c491d45240a0e4ebc41ff2acef6c857d90f3626d612cdc2b5189b4d7ca9b
|
| 3 |
+
size 3247
|
Document_00.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bdcd94473f8e9f79a3eac271e34e9029c4a3a80f281c73caa6b6ff5c58e6faf2
|
| 3 |
+
size 1574237
|
Music.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6389dd70f529e7acd305b269c4650f69c3295100332207eef5e473efddd47ab8
|
| 3 |
+
size 198616
|
Music_00.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ca8994c2021079c04dda63508fe7ef882e66177a1d1eb6384dda7434a3d7e95
|
| 3 |
+
size 6494121256
|
Music_01.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e347db272d5df28ee9ed3f9e984890ba7603834edd5b29f68da9e888cbff8aeb
|
| 3 |
+
size 5937919248
|
Music_02.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20d6fac44ae713aaec6c39737836ee89d0487ac99088c0b6ef810e379ea76609
|
| 3 |
+
size 5310153833
|
Music_03.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd9e1479d830731a65110cca400c9455b6d888f4a4f736ffd90f25712768ebae
|
| 3 |
+
size 6205057316
|
Music_04.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4d1d93c386f308b42006f234f4ee80966aa0494ee8a2909dc3d0b70cbec933a
|
| 3 |
+
size 6168845147
|
Music_05.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:963c6647fb5b7c55fd0d769644b16aabbb41f178cd11605cf6e0a86e15ba251a
|
| 3 |
+
size 4339952766
|
README.md
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: OpenGameArt-CC-BY-4.0
|
| 3 |
+
size_categories:
|
| 4 |
+
- 1K<n<10K
|
| 5 |
+
task_categories:
|
| 6 |
+
- image-classification
|
| 7 |
+
- text-classification
|
| 8 |
+
annotations_creators:
|
| 9 |
+
- found
|
| 10 |
+
language:
|
| 11 |
+
- en
|
| 12 |
+
multilinguality:
|
| 13 |
+
- monolingual
|
| 14 |
+
source_datasets:
|
| 15 |
+
- original
|
| 16 |
+
configs:
|
| 17 |
+
- config_name: default
|
| 18 |
+
data_files:
|
| 19 |
+
- split: 2d_art
|
| 20 |
+
path: 2D_Art.jsonl.zst
|
| 21 |
+
- split: 3d_art
|
| 22 |
+
path: 3D_Art.jsonl.zst
|
| 23 |
+
- split: concept_art
|
| 24 |
+
path: Concept_Art.jsonl.zst
|
| 25 |
+
- split: document
|
| 26 |
+
path: Document.jsonl.zst
|
| 27 |
+
- split: music
|
| 28 |
+
path: Music.jsonl.zst
|
| 29 |
+
- split: sound_effect
|
| 30 |
+
path: Sound_Effect.jsonl.zst
|
| 31 |
+
- split: texture
|
| 32 |
+
path: Texture.jsonl.zst
|
| 33 |
+
default: true
|
| 34 |
+
tags:
|
| 35 |
+
- image
|
| 36 |
+
- audio
|
| 37 |
+
- text
|
| 38 |
+
- 3d
|
| 39 |
+
license: cc-by-4.0
|
| 40 |
+
---
|
| 41 |
+
# Dataset Card for OpenGameArt-CC-BY-4.0
|
| 42 |
+
|
| 43 |
+
### Dataset Summary
|
| 44 |
+
This dataset contains game artwork assets collected from [OpenGameArt.org](https://opengameart.org) that are specifically released under the Creative Commons Attribution 4.0 International (CC-BY-4.0) license. The dataset includes various types of game assets such as 2D art, 3D art, concept art, music, sound effects, textures, and documents along with their associated metadata.
|
| 45 |
+
|
| 46 |
+
### Languages
|
| 47 |
+
The dataset is primarily monolingual:
|
| 48 |
+
- English (en): All asset descriptions and metadata are in English
|
| 49 |
+
|
| 50 |
+
## Dataset Structure
|
| 51 |
+
|
| 52 |
+
### Data Files
|
| 53 |
+
The dataset consists of:
|
| 54 |
+
- Asset files organized by type (stored across multiple ZIP archives, with approximately 500 files in each archive)
|
| 55 |
+
- Corresponding metadata in compressed JSONL format (*.jsonl.zst) containing information about the assets, categorized by asset type:
|
| 56 |
+
- 2D_Art.jsonl.zst
|
| 57 |
+
- 3D_Art.jsonl.zst
|
| 58 |
+
- Concept_Art.jsonl.zst
|
| 59 |
+
- Document.jsonl.zst
|
| 60 |
+
- Music.jsonl.zst
|
| 61 |
+
- Sound_Effect.jsonl.zst
|
| 62 |
+
- Texture.jsonl.zst
|
| 63 |
+
- An archive_index.csv file mapping asset filenames to their respective archive files
|
| 64 |
+
|
| 65 |
+
### Data Fields
|
| 66 |
+
- `url`: URL to the asset page on OpenGameArt.org
|
| 67 |
+
- `title`: Title of the artwork/asset
|
| 68 |
+
- `author`: Creator of the asset
|
| 69 |
+
- `author_url`: URL to the creator's profile page
|
| 70 |
+
- `post_date`: Date when the asset was posted
|
| 71 |
+
- `art_type`: Type of asset (2D Art, 3D Art, Concept Art, Document, Music, Sound Effect, Texture)
|
| 72 |
+
- `tags`: Array of tags associated with the asset
|
| 73 |
+
- `licenses`: Array of licenses (all entries contain "CC-BY-4.0" in this dataset)
|
| 74 |
+
- `collections`: Array of collections the asset belongs to
|
| 75 |
+
- `preview_images`: Array of URLs to preview images of the asset
|
| 76 |
+
- `description`: Description of the asset provided by the creator
|
| 77 |
+
- `files`: Array of file information, each containing:
|
| 78 |
+
- `url`: URL to download the file
|
| 79 |
+
- `name`: Filename
|
| 80 |
+
- `size`: File size
|
| 81 |
+
|
| 82 |
+
### Data Splits
|
| 83 |
+
The dataset is organized into separate splits by asset type:
|
| 84 |
+
| Split | Description | Number of Examples |
|
| 85 |
+
|-------|-------------|-------------------|
|
| 86 |
+
| `2d_art` | 2D game artwork and sprites | 1,242 |
|
| 87 |
+
| `3d_art` | 3D models and assets | 315 |
|
| 88 |
+
| `concept_art` | Concept artwork and designs | 60 |
|
| 89 |
+
| `document` | Text-based game assets like names, stories | 6 |
|
| 90 |
+
| `music` | Game music and background tracks | 1,640 |
|
| 91 |
+
| `sound_effect` | Sound effects for games | 70 |
|
| 92 |
+
| `texture` | Textures for game development | 53 |
|
| 93 |
+
|
| 94 |
+
Total dataset size: 3,386 entries
|
| 95 |
+
|
| 96 |
+
## Additional Information
|
| 97 |
+
|
| 98 |
+
### Licensing Information
|
| 99 |
+
All assets in this dataset are released under the Creative Commons Attribution 4.0 International (CC-BY-4.0) license. This license allows users to copy, redistribute, remix, transform, and build upon the material for any purpose, even commercially, provided they give appropriate credit to the original creator.
|
| 100 |
+
|
| 101 |
+
Full license text: [https://creativecommons.org/licenses/by/4.0/](https://creativecommons.org/licenses/by/4.0/)
|
| 102 |
+
|
| 103 |
+
### Attribution Guidance
|
| 104 |
+
Under CC-BY-4.0, attribution is **legally required**. When using these assets, users must give appropriate credit to the original creators by:
|
| 105 |
+
- Including the creator's name
|
| 106 |
+
- Providing the title of the work
|
| 107 |
+
- Linking to the original source when possible
|
| 108 |
+
- Indicating if changes were made to the original work
|
| 109 |
+
|
| 110 |
+
Full attribution information is available in the ATTRIBUTION.md file included with the dataset, which lists all creators and their works.
|
Sound_Effect.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70901dc143b78afa34de002fc5a3eaea2b0c1fee8b41079f58b89fc91c960375
|
| 3 |
+
size 12806
|
Sound_Effect_00.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e732b2e8c9a17a6eae7d524a61ae72ee6ad7d1f933ab944f7d09d04ad5e5d932
|
| 3 |
+
size 1813294647
|
Texture.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:467d82ac2ebed9b5e841f148dcfaf5c338a59a9a87ae38ed64226db586115cbb
|
| 3 |
+
size 9871
|
Texture_00.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e162a546f9dc88ecf8259cbc75c922169d922101af849c7ac7c4860a8cf56467
|
| 3 |
+
size 1283256316
|