File size: 740 Bytes
02450ff
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: premise
    dtype: string
  - name: hypothesis
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': entailment
          '1': neutral
          '2': contradiction
  - name: input
    dtype: string
  splits:
  - name: test
    num_bytes: 2630678.5792
    num_examples: 9824
  - name: validation
    num_bytes: 2643632.0624
    num_examples: 9842
  - name: train
    num_bytes: 140370625.98676002
    num_examples: 549367
  download_size: 42266667
  dataset_size: 145644936.62836003
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
  - split: train
    path: data/train-*
---