File size: 860 Bytes
038c974
 
8036fb9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
533c68a
8036fb9
0f1bd10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: question
    dtype: string
  - name: sentence
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': entailment
          '1': not_entailment
  - name: translated_question_lang
    dtype: string
  - name: translated_sentence_lang
    dtype: string
  - name: translated_question
    dtype: string
  - name: translated_sentence
    dtype: string
  splits:
  - name: train
    num_bytes: 54987341
    num_examples: 103059
  download_size: 39711768
  dataset_size: 54987341
task_categories:
- text-classification
language:
- en
- de
- es
- ar
- zh
- hi
- pt
- ru
- ja
- fr
- ur
- tr
- ko
- pl
- it
- sv
pretty_name: Multilingual qnli (from GLUE)
size_categories:
- 10K<n<100K
---