jancuhel's picture
Librarian Bot: Add language metadata for dataset (#1)
77f19d0 verified
|
raw
history blame contribute delete
No virus
675 Bytes
---
language:
- en
dataset_info:
features:
- name: image
dtype: image
- name: id
dtype: int64
- name: text
dtype: string
- name: label
dtype: int64
- name: manual
dtype: string
- name: question
dtype: string
splits:
- name: train
num_bytes: 1558384.0
num_examples: 200
- name: validation
num_bytes: 1849206.0
num_examples: 53
- name: test
num_bytes: 625359.0
num_examples: 55
download_size: 2031034
dataset_size: 4032949.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---