imvladikon commited on
Commit
086e18b
1 Parent(s): 00349d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -29,4 +29,17 @@ configs:
29
  ---
30
  # Dataset Card for "tatoeba_heb"
31
 
32
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  ---
30
  # Dataset Card for "tatoeba_heb"
31
 
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
33
+
34
+
35
+ ## Sample
36
+
37
+ ```json
38
+ {'id': '1125',
39
+ 'eng': 'All of our blood goes through our kidneys about sixty times a day.',
40
+ 'heb_translated': 'כל הדם שלנו עובר דרך הכליות שלנו כשישים פעמים ביום.',
41
+ 'heb': 'כל הדם שלנו עובר דרך הכליות כשישים פעם ביום.',
42
+ 'labse_score': 0.9927536845207214,
43
+ 'e5_score': 0.9980219602584839,
44
+ 'heb_neg': 'אבל כל הזמן אנחנו משתמשים במים כדי לקבל את המזון שלנו.'}
45
+ ```