Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
File size: 816 Bytes
2384fbf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9e7e4fa
 
 
 
 
 
 
2384fbf
 
9e7e4fa
2384fbf
9e7e4fa
 
2384fbf
 
 
 
 
 
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
---
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-*
---