--- dataset_info: - config_name: ar-en features: - name: client_id dtype: string - name: file dtype: string - name: audio dtype: audio: sampling_rate: 16000 - name: sentence dtype: string - name: translation dtype: string - name: id dtype: string splits: - name: train num_examples: 2283 - name: test num_examples: 1758 - name: validation num_examples: 1695 - config_name: en-ar features: - name: client_id dtype: string - name: file dtype: string - name: audio dtype: audio: sampling_rate: 16000 - name: sentence dtype: string - name: translation dtype: string - name: id dtype: string splits: - name: train num_examples: 289430 - name: test num_examples: 15531 - name: validation num_examples: 15531 configs: - config_name: ar-en data_files: - split: train path: ar-en/train-* - split: validation path: ar-en/validation-* - split: test path: ar-en/test-* - config_name: en-ar data_files: - split: train path: en-ar/train-* - split: validation path: en-ar/validation-* - split: test path: en-ar/test-* license: cc0-1.0 task_categories: - automatic-speech-recognition - text-to-speech language: - ar - en size_categories: - 100K