File size: 1,190 Bytes
6e96a9a
 
 
 
 
 
 
 
 
 
 
1869b06
 
c9d83a3
 
0c1dbf7
 
6e96a9a
 
00349d2
 
 
 
0c1dbf7
 
 
 
 
6e96a9a
 
 
086e18b
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: eng
    dtype: string
  - name: heb_translated
    dtype: string
  - name: heb
    dtype: string
  - name: labse_score
    dtype: float64
  - name: e5_score
    dtype: float64
  - name: heb_neg
    dtype: string
  splits:
  - name: train
    num_bytes: 30640830.885270394
    num_examples: 151329
  download_size: 14615351
  dataset_size: 30640830.885270394
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
# Dataset Card for "tatoeba_heb"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)


## Sample

```json
{'id': '1125',
 'eng': 'All of our blood goes through our kidneys about sixty times a day.',
 'heb_translated': 'כל הדם שלנו עובר דרך הכליות שלנו כשישים פעמים ביום.',
 'heb': 'כל הדם שלנו עובר דרך הכליות כשישים פעם ביום.',
 'labse_score': 0.9927536845207214,
 'e5_score': 0.9980219602584839,
 'heb_neg': 'אבל כל הזמן אנחנו משתמשים במים כדי לקבל את המזון שלנו.'}
```