mave-dataset / README.md
librarian-bot's picture
Librarian Bot: Add language metadata for dataset
7ab7271 verified
|
Raw
History Blame
893 Bytes
---
language:
- en
dataset_info:
features:
- name: id
dtype: string
- name: category
dtype: string
- name: text
dtype: string
- name: source
dtype: string
- name: attributes
sequence: string
- name: values
sequence: string
- name: values_indices
sequence:
sequence: int64
- name: values_text
dtype: string
- name: attributes_values
dtype: string
- name: json_answer
dtype: string
splits:
- name: train
num_bytes: 671389882
num_examples: 1577450
- name: validation
num_bytes: 233669167
num_examples: 549258
- name: test
num_bytes: 234085773
num_examples: 549131
download_size: 531498031
dataset_size: 1139144822
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---