qqp_he / README.md
imvladikon's picture
Update README.md
685a145 verified
---
dataset_info:
features:
- name: question1
dtype: string
- name: question2
dtype: string
- name: label
dtype: int64
- name: idx
dtype: int64
- name: question1_he
dtype: string
- name: question2_he
dtype: string
- name: labse_score
dtype: float64
splits:
- name: train
num_bytes: 118297851
num_examples: 359985
- name: validation
num_bytes: 13144351
num_examples: 39998
- name: test
num_bytes: 109317000
num_examples: 329982
download_size: 147357764
dataset_size: 240759202
task_categories:
- sentence-similarity
language:
- he
- en
---
# Dataset Card for "qqp_he"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Machine-translated(google) QQP corpus to Hebrew
### Sample
```json
{'idx': 0,
'label': 0,
'labse_score': 0.536876916885376,
'question1': 'How is the life of a math student? Could you describe your own '
'experiences?',
'question1_he': 'איך החיים של תלמיד למתמטיקה? האם תוכל לתאר את החוויות שלך?',
'question2': 'Which level of prepration is enough for the exam jlpt5?',
'question2_he': 'איזו רמת הכנה מספיקה לבחינה jlpt n5?'}
```