--- dataset_info: features: - name: audio dtype: audio: sampling_rate: 22050 - name: text dtype: string splits: - name: train num_bytes: 483871296.3308824 num_examples: 131 download_size: 482788862 dataset_size: 483871296.3308824 configs: - config_name: default data_files: - split: train path: data/train-* --- # Languages Covered The dataset includes audio and translation in the following languages: - English # Usage ```python from datasets import load_dataset dataset = load_dataset("rohitdiwane/famous-persons-20s-raw") ```