ppierzc commited on
Commit
f286d50
1 Parent(s): 6d91f9f

init: dataset

Browse files
README.md CHANGED
@@ -1,3 +1,23 @@
1
- ---
2
- license: openrail
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # App Icons Dataset
2
+
3
+ ## Overview
4
+
5
+ The App Icons Dataset is a collection of app icons along with their corresponding captions generated using the Salesforce BLIP image captioning model. This dataset is designed for tasks related to image captioning, particularly the generation of descriptive captions for iOS app icons.
6
+
7
+ ## Contents
8
+
9
+ - `image_path`: Local file paths to app icon images in PNG format.
10
+ - `caption`: Descriptive captions generated for each app icon.
11
+
12
+ ## Dataset Format
13
+
14
+ The dataset is stored in Hugging Face datasets format, with the following structure:
15
+
16
+ ```plaintext
17
+ dataset/
18
+ ├── data/
19
+ │ ├── image_0.png
20
+ │ ├── image_1.png
21
+ │ ├── ...
22
+ │ └── image_n.png
23
+ └── dataset.arrow
data/train/image_0.png ADDED

Git LFS Details

  • SHA256: 0a1f44c6d74e1e96864dae4f9649d648e57f171de2c8a1b4ea1b3df5b7425328
  • Pointer size: 131 Bytes
  • Size of remote file: 163 kB
data/train/image_1.png ADDED

Git LFS Details

  • SHA256: e16685cd9898f7653ba15a6642d7379f3941cbef0e7a73ac785710614d97d945
  • Pointer size: 130 Bytes
  • Size of remote file: 56.3 kB
data/train/image_2.png ADDED

Git LFS Details

  • SHA256: 7b2e180802d3ea0b878387c7629e61cdf365e890cdd5714bc334d3099a3c45d7
  • Pointer size: 130 Bytes
  • Size of remote file: 77.4 kB
data/train/image_3.png ADDED

Git LFS Details

  • SHA256: f0557e84b6df8fb985d1999aaa3218d22d653985aa2b6f2f432e600675e554b3
  • Pointer size: 130 Bytes
  • Size of remote file: 94.4 kB
data/train/image_4.png ADDED

Git LFS Details

  • SHA256: 6f401774f9e216f4f1aac62ca98efee1a16fd3ae0e5aad9d29cda5ddc9235d5c
  • Pointer size: 130 Bytes
  • Size of remote file: 51.4 kB
data/train/image_5.png ADDED

Git LFS Details

  • SHA256: 248ca9c80ad9754dd874af97a039b6c2370f62d47aadbcabb52d9e1ef100f924
  • Pointer size: 130 Bytes
  • Size of remote file: 52.8 kB
data/train/image_6.png ADDED

Git LFS Details

  • SHA256: 839b29564b1e2c02af23f5601a736d19a5dca333e951b02304bdb8111e0899a6
  • Pointer size: 130 Bytes
  • Size of remote file: 59 kB
data/train/image_7.png ADDED

Git LFS Details

  • SHA256: 74e79c3e96596129b5befb173694743a3a3ed54b5763f8db32681883ffcba50d
  • Pointer size: 130 Bytes
  • Size of remote file: 68.5 kB
data/train/image_8.png ADDED

Git LFS Details

  • SHA256: 8f7d0f4dd123e739a84c17463ad49b74f9ba2a17d7e4d2b0cfe15729e20fe22f
  • Pointer size: 131 Bytes
  • Size of remote file: 176 kB
data/train/image_9.png ADDED

Git LFS Details

  • SHA256: 98c90d5d2fc4c11f77e8b653d2e394df23b8314d5dd2de199d8df2289c5ca72f
  • Pointer size: 131 Bytes
  • Size of remote file: 182 kB
ios-app-icons/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b28b26209f2c09e1b59d7ce37ece40f97ba01afe94d239dfd783ffb4b8b95a7c
3
+ size 1424
ios-app-icons/dataset_info.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "image_path": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "caption": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ }
13
+ },
14
+ "homepage": "",
15
+ "license": ""
16
+ }
ios-app-icons/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "d51d7329ff1b0c26",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }