--- configs: - config_name: default data_files: - split: train path: data/train-* dataset_info: features: - name: uk dtype: string - name: en dtype: string - name: sco dtype: float64 splits: - name: train num_bytes: 42631479356 num_examples: 100000000 download_size: 23328350381 dataset_size: 42631479356 task_categories: - translation language: - uk - en --- Sample of [https://huggingface.co/datasets/HuggingFaceFW/finetranslations](https://huggingface.co/datasets/HuggingFaceFW/finetranslations) filtered and split into sentences by [this script](https://github.com/quickmt/quickmt-train/blob/main/src/quickmt_train/finetranslations_to_files.py) intended to be used for training sentence-level machine translation models.