first splits info
Browse files
README.md
CHANGED
@@ -1,3 +1,121 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
annotations_creators:
|
3 |
+
- Duygu Altinok
|
4 |
+
language_creators:
|
5 |
+
- Duygu Altinok
|
6 |
+
language:
|
7 |
+
- tr
|
8 |
+
license:
|
9 |
+
- cc-by-sa-4.0
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
size_categories:
|
13 |
+
- 10K<n<100K
|
14 |
+
source_datasets:
|
15 |
+
- translate
|
16 |
+
task_categories:
|
17 |
+
- text-classification
|
18 |
+
task_ids:
|
19 |
+
- acceptability-classification
|
20 |
+
- natural-language-inference
|
21 |
+
- semantic-similarity-scoring
|
22 |
+
- sentiment-classification
|
23 |
+
- text-scoring
|
24 |
+
pretty_name: TrGLUE (GLUE for Turkish language)
|
25 |
+
config_names:
|
26 |
+
- cola
|
27 |
+
- mnli
|
28 |
+
- mrpc
|
29 |
+
- qnli
|
30 |
+
- qqp
|
31 |
+
- rte
|
32 |
+
- sst2
|
33 |
+
- stsb
|
34 |
+
- wnli
|
35 |
+
tags:
|
36 |
+
- qa-nli
|
37 |
+
- coreference-nli
|
38 |
+
- paraphrase-identification
|
39 |
+
dataset_info:
|
40 |
+
- config_name: mnli
|
41 |
+
features:
|
42 |
+
- name: premise
|
43 |
+
dtype: string
|
44 |
+
- name: hypothesis
|
45 |
+
dtype: string
|
46 |
+
- name: label
|
47 |
+
dtype:
|
48 |
+
class_label:
|
49 |
+
names:
|
50 |
+
'0': entailment
|
51 |
+
'1': neutral
|
52 |
+
'2': contradiction
|
53 |
+
- name: idx
|
54 |
+
dtype: int32
|
55 |
+
splits:
|
56 |
+
- name: train
|
57 |
+
num_bytes: 27548643
|
58 |
+
num_examples: 126395
|
59 |
+
- name: valid_matched
|
60 |
+
num_bytes: 1801769
|
61 |
+
num_examples: 8306
|
62 |
+
- name: valid_mismatched
|
63 |
+
num_bytes: 1882471
|
64 |
+
num_examples: 8161
|
65 |
+
- name: test_matched
|
66 |
+
num_bytes: 1992842
|
67 |
+
num_examples: 8942
|
68 |
+
- name: test_mismatched
|
69 |
+
num_bytes: 2177695
|
70 |
+
num_examples: 9140
|
71 |
+
download_size: 160944
|
72 |
+
- config_name: mrpc
|
73 |
+
features:
|
74 |
+
- name: sentence1
|
75 |
+
dtype: string
|
76 |
+
- name: sentence2
|
77 |
+
dtype: string
|
78 |
+
- name: label
|
79 |
+
dtype:
|
80 |
+
class_label:
|
81 |
+
names:
|
82 |
+
'0': not_equivalent
|
83 |
+
'1': equivalent
|
84 |
+
- name: idx
|
85 |
+
dtype: int32
|
86 |
+
splits:
|
87 |
+
- name: train
|
88 |
+
num_bytes: 971403
|
89 |
+
num_examples: 3230
|
90 |
+
- name: validation
|
91 |
+
num_bytes: 122471
|
92 |
+
num_examples: 406
|
93 |
+
- name: test
|
94 |
+
num_bytes: 477983
|
95 |
+
num_examples: 1592
|
96 |
+
download_size: 1572159
|
97 |
+
- config_name: qnli
|
98 |
+
features:
|
99 |
+
- name: question
|
100 |
+
dtype: string
|
101 |
+
- name: sentence
|
102 |
+
dtype: string
|
103 |
+
- name: label
|
104 |
+
dtype:
|
105 |
+
class_label:
|
106 |
+
names:
|
107 |
+
'0': entailment
|
108 |
+
'1': not_entailment
|
109 |
+
- name: idx
|
110 |
+
dtype: int32
|
111 |
+
splits:
|
112 |
+
- name: train
|
113 |
+
num_bytes: 11222685
|
114 |
+
num_examples: 40023
|
115 |
+
- name: validation
|
116 |
+
num_bytes: 678829
|
117 |
+
num_examples: 2397
|
118 |
+
- name: test
|
119 |
+
num_bytes: 547379
|
120 |
+
num_examples: 1913
|
121 |
+
download_size: 19278324
|