Commit
·
2fc9827
verified
·
0
Parent(s):
Super-squash branch 'main' using huggingface_hub
Browse files- .gitattributes +59 -0
- README.md +83 -0
- dataset_00.tar +3 -0
- dataset_01.tar +3 -0
- dataset_02.tar +3 -0
- metadata.jsonl.zst +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
|
README.md
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: TextureCan Textures
|
| 3 |
+
size_categories:
|
| 4 |
+
- 1K<n<10K
|
| 5 |
+
task_categories:
|
| 6 |
+
- image-classification
|
| 7 |
+
- image-to-text
|
| 8 |
+
- text-to-image
|
| 9 |
+
- image-to-image
|
| 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: metadata.jsonl.zst
|
| 23 |
+
default: true
|
| 24 |
+
tags:
|
| 25 |
+
- image
|
| 26 |
+
license: cc0-1.0
|
| 27 |
+
---
|
| 28 |
+
# Dataset Card for TextureCan Textures
|
| 29 |
+
|
| 30 |
+
## Dataset Summary
|
| 31 |
+
|
| 32 |
+
This dataset contains 4,037 texture images from texturecan.com. It includes textures of various materials such as brick, paper, fabric, metal, wood, stone, and other surfaces. The original archives were downloaded, unpacked, and images were compressed using PNG optimization and JPEG quality compression (90%) to reduce file size while maintaining good quality.
|
| 33 |
+
|
| 34 |
+
## Languages
|
| 35 |
+
|
| 36 |
+
The dataset is monolingual:
|
| 37 |
+
- English (en): Texture titles, descriptions, and tags are in English.
|
| 38 |
+
|
| 39 |
+
## Dataset Structure
|
| 40 |
+
|
| 41 |
+
### Data Fields
|
| 42 |
+
|
| 43 |
+
Each texture in the dataset is accompanied by a JSON metadata file containing the following fields:
|
| 44 |
+
- `id`: String containing the unique identifier (UUID) for the texture
|
| 45 |
+
- `title`: String containing the full title of the texture
|
| 46 |
+
- `description`: String providing detailed description of the texture's appearance and suggested use cases
|
| 47 |
+
- `tags`: Array of strings representing material types, colors, descriptive terms, and technical specifications associated with the texture
|
| 48 |
+
- `texture_set`: String indicating which original texture collection the image belongs to
|
| 49 |
+
- `original_name`: String preserving the original filename from the source
|
| 50 |
+
|
| 51 |
+
### Data Splits
|
| 52 |
+
|
| 53 |
+
The dataset contains a single split:
|
| 54 |
+
|
| 55 |
+
| Split | Number of Examples |
|
| 56 |
+
|-------|-------------------|
|
| 57 |
+
| `train` | 4,037 |
|
| 58 |
+
|
| 59 |
+
Total dataset size: 4,037 entries
|
| 60 |
+
|
| 61 |
+
### Data Format
|
| 62 |
+
|
| 63 |
+
- Images are stored in compressed format at high resolution
|
| 64 |
+
- Dataset is distributed across 3 tar files with approximately 1,346 images each
|
| 65 |
+
- Each texture has two files: image and metadata file (e.g., `a1b2c3d4-e5f6-7890-abcd-ef1234567890.jpg` and `a1b2c3d4-e5f6-7890-abcd-ef1234567890.json`)
|
| 66 |
+
- Individual JSON files contain title, description, tags, and additional metadata for the corresponding image
|
| 67 |
+
- `metadata.jsonl.zst` contains complete metadata with additional information including download URLs for all textures
|
| 68 |
+
|
| 69 |
+
## License Information
|
| 70 |
+
|
| 71 |
+
### Licensing Structure
|
| 72 |
+
|
| 73 |
+
All images in this dataset are distributed under the Creative Commons Zero (CC0) license, which effectively places them in the public domain. This means:
|
| 74 |
+
- No attribution is required for use
|
| 75 |
+
- Images can be used for both personal and commercial purposes
|
| 76 |
+
- Images can be modified and redistributed without restrictions
|
| 77 |
+
- No royalties or payments are required for any use
|
| 78 |
+
|
| 79 |
+
### CC0 License Details
|
| 80 |
+
|
| 81 |
+
The Creative Commons Zero (CC0) license waives all copyright and related rights to the work worldwide. Users can copy, modify, distribute, and perform the work, even for commercial purposes, without asking permission.
|
| 82 |
+
|
| 83 |
+
For detailed information about the CC0 license, please refer to: https://creativecommons.org/publicdomain/zero/1.0/
|
dataset_00.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:821de675744ada5cc7068282d552b12065c867691c9b4bef79c5940ec94146dc
|
| 3 |
+
size 987944960
|
dataset_01.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:59e6e5c6ece9b6e7a4932c87542476fd884d787ad947a167e73c111020d404a0
|
| 3 |
+
size 975339520
|
dataset_02.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8465412ab9d20e789904aba23832ca9ac085d002bcbaaac1e0c6202b56d9c896
|
| 3 |
+
size 1053429760
|
metadata.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3b1ac72b125e45f9c218a27800f45df92201ebd62ef416d51847e7f603acaa1
|
| 3 |
+
size 68721
|