Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,23 +1,11 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
- name: file_name
|
7 |
-
dtype: string
|
8 |
-
- name: chunk_position
|
9 |
-
dtype: string
|
10 |
-
- name: original_size
|
11 |
-
dtype: string
|
12 |
-
splits:
|
13 |
-
- name: train
|
14 |
-
num_bytes: 22717058
|
15 |
-
num_examples: 2444
|
16 |
-
download_size: 21389081
|
17 |
-
dataset_size: 22717058
|
18 |
-
configs:
|
19 |
-
- config_name: default
|
20 |
-
data_files:
|
21 |
-
- split: train
|
22 |
-
path: data/train-*
|
23 |
---
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
dataset_name: screenshot_eval
|
4 |
+
dataset_title: Screenshot Evaluation Dataset
|
5 |
+
dataset_type: image-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
+
|
8 |
+
# Screenshot Evaluation Dataset
|
9 |
+
|
10 |
+
This dataset contains processed chunks from screenshots, resized to 224x224, for evaluation purposes.
|
11 |
+
Each entry includes the original file name, the chunk's position in the original image, and its original size before resizing.
|