File size: 1,103 Bytes
0477a2c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
45
46
47
48
49
50
51
52
53
54
55
56
---
dataset_info:
  features:
  - name: promptID
    dtype: int32
  - name: pairID
    dtype: string
  - name: premise
    dtype: string
  - name: premise_binary_parse
    dtype: string
  - name: premise_parse
    dtype: string
  - name: hypothesis
    dtype: string
  - name: hypothesis_binary_parse
    dtype: string
  - name: hypothesis_parse
    dtype: string
  - name: genre
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': entailment
          '1': neutral
          '2': contradiction
  - name: premise_tokens
    sequence: int64
  - name: hypothesis_tokens
    sequence: int64
  - name: full_tokens
    sequence: int64
  - name: G
    dtype: int64
  - name: Y
    dtype: bool
  splits:
  - name: train
    num_bytes: 37026836.81773966
    num_examples: 4000
  - name: validation_matched
    num_bytes: 90665914
    num_examples: 9815
  download_size: 8880876
  dataset_size: 127692750.81773967
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation_matched
    path: data/validation_matched-*
---