tinycrops commited on
Commit
081f2f4
1 Parent(s): cc450ef

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -20
README.md CHANGED
@@ -1,23 +1,11 @@
1
  ---
2
  dataset_info:
3
- features:
4
- - name: image
5
- dtype: string
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.