imvladikon commited on
Commit
86f8221
1 Parent(s): e34c32c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -30,4 +30,17 @@ dataset_info:
30
  ---
31
  # Dataset Card for "qqp_he"
32
 
33
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  ---
31
  # Dataset Card for "qqp_he"
32
 
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
34
+
35
+
36
+ ### Sample
37
+ ```json
38
+ {'idx': 0,
39
+ 'label': 0,
40
+ 'labse_score': 0.536876916885376,
41
+ 'question1': 'How is the life of a math student? Could you describe your own '
42
+ 'experiences?',
43
+ 'question1_he': 'איך החיים של תלמיד למתמטיקה? האם תוכל לתאר את החוויות שלך?',
44
+ 'question2': 'Which level of prepration is enough for the exam jlpt5?',
45
+ 'question2_he': 'איזו רמת הכנה מספיקה לבחינה jlpt n5?'}
46
+ ```