TrGLUE / README.md
BayanDuygu's picture
Update README.md
c386a24 verified
|
raw
history blame
2.16 kB
---
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