wikisplit-pp / README.md
hpprc's picture
Upload dataset
e4019bb verified
|
raw
history blame
No virus
812 Bytes
---
license: cc-by-sa-4.0
dataset_info:
features:
- name: id
dtype: int64
- name: complex
dtype: string
- name: simple_reversed
dtype: string
- name: simple_tokenized
sequence: string
- name: simple_original
dtype: string
- name: entailment_prob
dtype: float64
- name: is_entailment
dtype: bool
- name: split
dtype: string
splits:
- name: train
num_bytes: 380874414
num_examples: 504375
- name: validation
num_bytes: 47607153
num_examples: 63065
- name: test
num_bytes: 47567721
num_examples: 62993
download_size: 338503258
dataset_size: 476049288
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---