File size: 1,300 Bytes
c0e2ea4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e34c32c
 
c0e2ea4
 
e34c32c
c0e2ea4
 
e34c32c
c0e2ea4
 
e34c32c
c0e2ea4
e34c32c
 
685a145
 
 
 
 
c0e2ea4
 
 
86f8221
 
685a145
86f8221
 
 
 
 
 
 
 
 
 
 
 
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
---
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?'}
```