Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
nu-mnli-rev / README.md
hpprc's picture
Upload dataset
9e7e4fa verified
|
raw
history blame
816 Bytes
---
dataset_info:
features:
- name: premise_ja
dtype: string
- name: hypothesis_ja
dtype: string
- name: label
dtype:
class_label:
names:
'0': entailment
'1': neutral
'2': contradiction
- name: premise_en
dtype: string
- name: hypothesis_en
dtype: string
- name: genre
dtype: string
- name: premise_en_rev
dtype: string
- name: hypothesis_en_rev
dtype: string
- name: label_rev
dtype:
class_label:
names:
'0': entailment
'1': neutral
'2': contradiction
splits:
- name: train
num_bytes: 242885163
num_examples: 392702
download_size: 159087118
dataset_size: 242885163
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---