tatoeba_heb / README.md
imvladikon's picture
Update README.md
086e18b
---
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': 'אבל כל הזמן אנחנו משתמשים במים כדי לקבל את המזון שלנו.'}
```