Dataset Viewer
The dataset viewer is not available for this subset.
Cannot get the split names for the config 'default' of the dataset.
Exception: SplitsNotFoundError
Message: The split names could not be parsed from the dataset config.
Traceback: Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 289, in get_dataset_config_info
for split_generator in builder._split_generators(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/folder_based_builder/folder_based_builder.py", line 200, in _split_generators
raise ValueError(
ValueError: Metadata files hf://datasets/byan/cs-fleurs@0cdbf166c5517ae4b6eb1c54248522eedec53017/read/test/metadata.jsonl and hf://datasets/byan/cs-fleurs@0cdbf166c5517ae4b6eb1c54248522eedec53017/xtts/train/metadata.jsonl have different features: ('hf://datasets/byan/cs-fleurs@0cdbf166c5517ae4b6eb1c54248522eedec53017/xtts/train/metadata.jsonl', {'id': Value('string'), 'file_name': Value('string'), 'text': Value('string'), 'duration': Value('float64'), 'language': Value('string'), 'speaker': Value('string')}) != {'id': Value('string'), 'file_name': Value('string'), 'text': Value('string'), 'duration': Value('float64'), 'fluency': Value('string'), 'language': Value('string'), 'speaker': Value('string')}
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/split_names.py", line 65, in compute_split_names_from_streaming_response
for split in get_dataset_split_names(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 343, in get_dataset_split_names
info = get_dataset_config_info(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 294, in get_dataset_config_info
raise SplitsNotFoundError("The split names could not be parsed from the dataset config.") from err
datasets.inspect.SplitsNotFoundError: The split names could not be parsed from the dataset config.Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
π CS-FLEURS: A Massively Multilingual and Code-Switched Speech Dataset
π Overview
CS-FLEURS is a new dataset for developing and evaluating code-switched speech recognition and translation systems beyond high-resourced languages.
- 113 unique code-switched language pairs across 52 languages
- 300 hours of speech data, both read and synthetic
π Dataset Statistics
CS-FLEURS consists of the following subsets:
- Read-Test: 14 X-English pairs, read speech
- XTTS-Train: 16 X-English pairs, generative TTS
- XTTS-Test1: 16 X-English pairs, generative TTS
- XTTS-Test2: 60 {Arabic, Chinese, Hindi, Spanish}-X pairs, generative TTS
- MMS-Test: 45 X-English pairs, concatenative TTS
| Statistic | Read-Test | XTTS-Train | XTTS-Test1 | XTTS-Test2 | MMS-Test |
|---|---|---|---|---|---|
| Duration (hours) | 17 | 128 | 36 | 42 | 56 |
| Tokens (words) | 128k | 889k | 257k | 300k | 315k |
| Matrix Langs | 14 | 16 | 16 | 4 | 45 |
| Embedded Langs | 1 | 1 | 1 | 15 | 1 |
| Total CS Pairs | 14 | 16 | 16 | 60 | 45 |
| Same-Script Pairs | 7 | 10 | 10 | 10 | 22 |
| Distinct-Script Pairs | 7 | 6 | 6 | 51 | 23 |
π½ How to Download
Clone with Git LFS:
git lfs install
git clone https://huggingface.co/datasets/byan/cs-fleurs
Or load directly in π€ Datasets:
from datasets import load_dataset
data = load_dataset("byan/cs-fleurs")
π License
This dataset is licensed under CC BY 4.0 for Non-Commercial use.
π Citation
If you use this dataset, please cite:
@inproceedings{yan2025cs,
title={CS-FLEURS: A Massively Multilingual and Code-Switched Speech Dataset},
author={Yan, Brian and Hamed, Injy and Shimizu, Shuichiro and Lodagala, Vasista and Chen, William and Iakovenko, Olga and Talafha, Bashar and Hussein, Amir and Polok, Alexander and Chang, Kalvin and others}
}
- Downloads last month
- 2,101