File size: 760 Bytes
52cb2c7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: idx
    dtype: int64
  - name: label
    dtype:
      class_label:
        names:
          '0': entailment
          '1': neutral
          '2': contradiction
  - name: sentence
    dtype: string
  - name: len_sentence
    dtype: int64
  splits:
  - name: test
    num_bytes: 747502
    num_examples: 3262
  - name: train
    num_bytes: 28963424
    num_examples: 131062
  - name: validation
    num_bytes: 750070
    num_examples: 3272
  - name: debug
    num_bytes: 22092624
    num_examples: 100000
  download_size: 17825058
  dataset_size: 52553620
---
# Dataset Card for "UDR_SNLI"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)