File size: 615 Bytes
11a67bc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4d8bee4
 
 
 
11a67bc
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: hypothesis
    dtype: string
  - name: labels
    dtype:
      class_label:
        names:
          '0': entailment
          '1': neutral
          '2': contradiction
  - name: task_name
    dtype: string
  splits:
  - name: train
    num_bytes: 99283116.30648768
    num_examples: 347586
  - name: test
    num_bytes: 9814701
    num_examples: 34520
  download_size: 55437751
  dataset_size: 109097817.30648768
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---