File size: 2,161 Bytes
d9c3439
fad06c5
 
 
 
 
 
 
 
 
 
 
c386a24
fad06c5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ec931fa
 
 
 
 
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
---
annotations_creators:
- Duygu Altinok
language:
- tr
license:
- cc-by-sa-4.0
multilinguality:
- monolingual
size_categories:
- 10K<n<100K
source_datasets:
- nyu-mll/glue
task_categories:
- text-classification
task_ids:
- acceptability-classification
- natural-language-inference
- semantic-similarity-scoring
- sentiment-classification
- text-scoring
pretty_name: TrGLUE (GLUE for Turkish language)
config_names:
- mnli
- mrpc
- qnli
tags:
- qa-nli
- coreference-nli
- paraphrase-identification
dataset_info:
- config_name: mnli
  features:
  - name: premise
    dtype: string
  - name: hypothesis
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': entailment
          '1': neutral
          '2': contradiction
  - name: idx
    dtype: int32
  splits:
  - name: train
    num_bytes: 27548643
    num_examples: 126395
  - name: valid_matched
    num_bytes: 1801769
    num_examples: 8306
  - name: valid_mismatched
    num_bytes: 1882471
    num_examples: 8161
  - name: test_matched
    num_bytes: 1992842
    num_examples: 8942
  - name: test_mismatched
    num_bytes: 2177695
    num_examples: 9140
  download_size: 160944
- config_name: mrpc
  features:
  - name: sentence1
    dtype: string
  - name: sentence2
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': not_equivalent
          '1': equivalent
  - name: idx
    dtype: int32
  splits:
  - name: train
    num_bytes: 971403
    num_examples: 3230
  - name: validation
    num_bytes: 122471
    num_examples: 406
  - name: test
    num_bytes: 477983
    num_examples: 1592
  download_size: 1572159
- config_name: qnli
  features:
  - name: question
    dtype: string
  - name: sentence
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': entailment
          '1': not_entailment
  - name: idx
    dtype: int32
  splits:
  - name: train
    num_bytes: 11222685
    num_examples: 40023
  - name: validation
    num_bytes: 678829
    num_examples: 2397
  - name: test
    num_bytes: 547379
    num_examples: 1913
  download_size: 19278324
---


# Dataset Card for TrGLUE