--- dataset_info: features: - name: chapter dtype: int64 - name: rom dtype: string - name: ro dtype: string - name: verse dtype: int64 - name: book dtype: string splits: - name: train num_bytes: 7347749.210597389 num_examples: 24881 - name: test num_bytes: 1837158.7894026109 num_examples: 6221 download_size: 5593816 dataset_size: 9184908 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* license: mit task_categories: - translation language: - ro size_categories: - 10K This dataset was built as part of a faculty project ### Source Data The data was scraped from the following websites: - https://www.ebible.ro/biblia/romana/cornilescu/ - for the verses in Romanian - https://romani.global.bible/info - for the verses in Kalderash Romani #### Data Collection and Processing The verses were individiually scraped from the previously mentioned websites and aligned based on the book, chapter and verse order. ## Contributions Thanks to [@cgrigoruta](https://huggingface.co/cgrigoruta) for extracting the Romanian verse translations.