File size: 1,344 Bytes
cdc3496 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 |
---
dataset_info:
features:
- name: background
struct:
- name: image
dtype: image
- name: prompt
dtype: string
- name: region
sequence:
sequence: int64
length: 4
- name: layout
struct:
- name: description
dtype: string
- name: elements
sequence:
- name: position
sequence: int64
length: 4
- name: text
dtype: string
- name: type
dtype:
class_label:
names:
'0': background
'1': button
'2': email
'3': image
'4': link-button
'5': number
'6': password
'7': radio
'8': range
'9': search
'10': select
'11': static-text
'12': submit
'13': tel
'14': text
'15': textarea
- name: size
sequence: int64
length: 2
splits:
- name: train
num_bytes: 14008157713.73
num_examples: 36322
- name: validation
num_bytes: 447117411.0
num_examples: 999
download_size: 14110881887
dataset_size: 14455275124.73
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
---
|