--- dataset_info: features: - name: sentence_en dtype: string - name: sentence_he dtype: string splits: - name: train num_bytes: 91159631 num_examples: 1000000 - name: validation num_bytes: 209438 num_examples: 2000 - name: test num_bytes: 208467 num_examples: 2000 download_size: 61132866 dataset_size: 91577536 --- # Dataset Card for "opus_en_he" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Sample ```json {'sentence_en': 'Hey, guys.', 'sentence_he': "היי, חבר'ה."} ```