The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationError
Exception: ChunkedEncodingError
Message: ('Connection broken: IncompleteRead(328807 bytes read, 4924313 more expected)', IncompleteRead(328807 bytes read, 4924313 more expected))
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 779, in _error_catcher
yield
File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 925, in _raw_read
raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
urllib3.exceptions.IncompleteRead: IncompleteRead(328807 bytes read, 4924313 more expected)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/requests/models.py", line 820, in generate
yield from self.raw.stream(chunk_size, decode_content=True)
File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 1091, in stream
data = self.read(amt=amt, decode_content=decode_content)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 1008, in read
data = self._raw_read(amt)
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 903, in _raw_read
with self._error_catcher():
^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__
self.gen.throw(value)
File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 803, in _error_catcher
raise ProtocolError(arg, e) from e
urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(328807 bytes read, 4924313 more expected)', IncompleteRead(328807 bytes read, 4924313 more expected))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1520, in _prepare_split_single
for key, record in generator:
^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 609, in wrapped
for item in generator(*args, **kwargs):
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 130, in _generate_examples
for example_idx, example in enumerate(self._get_pipeline_from_tar(tar_path, tar_iterator)):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 46, in _get_pipeline_from_tar
current_example[field_name] = f.read()
^^^^^^^^
File "/usr/local/lib/python3.12/tarfile.py", line 691, in read
b = self.fileobj.read(length)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/tarfile.py", line 528, in read
buf = self._read(size)
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/tarfile.py", line 536, in _read
return self.__read(size)
^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/tarfile.py", line 566, in __read
buf = self.fileobj.read(self.bufsize)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/utils/file_utils.py", line 844, in read_with_retries
out = read(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 728, in track_read
out = f_read(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 1015, in read
return super().read(length)
^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/fsspec/spec.py", line 1846, in read
out = self.cache._fetch(self.loc, self.loc + length)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/fsspec/caching.py", line 189, in _fetch
self.cache = self.fetcher(start, end) # new block replaces old
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 969, in _fetch_range
r = http_backoff(
^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_http.py", line 310, in http_backoff
response = session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 724, in send
history = [resp for resp in gen]
^^^
File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 265, in resolve_redirects
resp = self.send(
^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 746, in send
r.content
File "/usr/local/lib/python3.12/site-packages/requests/models.py", line 902, in content
self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b""
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/requests/models.py", line 822, in generate
raise ChunkedEncodingError(e)
requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(328807 bytes read, 4924313 more expected)', IncompleteRead(328807 bytes read, 4924313 more expected))
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/parquet_and_info.py", line 1343, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 907, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1382, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1560, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
wav audio | json dict | __key__ string | __url__ string |
|---|---|---|---|
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0agmXf_000000_000395_AT_cosyvoice_atcosim.wav",
"text": "sky shuttle one one four zero now descend flight level three three zero",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000000 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0agmXf_000479_000630_PI_cosyvoice_atcosim.wav",
"text": "descending flight level three",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000001 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0agmXf_000964_001554_PIAT_cosyvoice_atcosim.wav",
"text": "austrian three two three golf climb flight level three four zero level three four zero austrian three two three g",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_sou... | 000000002 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0agmXf_001730_002224_AT_cosyvoice_atcosim.wav",
"text": "sky shuttle one one four zero contact vienna one three four four four zero bye bye",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000003 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0agmXf_002600_003006_PI_cosyvoice_atcosim.wav",
"text": "one three four four four zero sky shuttle one one four zero bye",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000004 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0agmXf_003172_003449_PI_cosyvoice_atcosim.wav",
"text": "praha radar nine zero whiskey level t",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000005 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0agmXf_003544_004191_AT_cosyvoice_atcosim.wav",
"text": "adriana nine three whiskey hello radar contact proceed to mikov squawk one four six zero bye bye sorry",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosi... | 000000006 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0agmXf_005167_005527_AT_cosyvoice_atcosim.wav",
"text": "lufthansa two five five zero squawk one four five two",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000007 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0agmXf_005602_005744_PI_cosyvoice_atcosim.wav",
"text": "squawking one four fi",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000008 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0agmXf_005767_006058_PI_cosyvoice_atcosim.wav",
"text": "two lufthansa five two five five zero",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000009 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0CUxlz_000190_000379_AT_cosyvoice_atcosim.wav",
"text": "lufthansa seven three nine praha",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000010 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0CUxlz_000496_000897_PI_cosyvoice_atcosim.wav",
"text": "lufthansa seven three nine radio descending down level three five zero",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000011 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0CUxlz_000944_001520_AT_cosyvoice_atcosim.wav",
"text": "good afternoon lufthansa seven three nine praha radar contact descend flight level three zero zero level by rapet",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_sourc... | 000000012 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0CUxlz_001611_002050_PI_cosyvoice_atcosim.wav",
"text": "lufthansa seven three nine descending flight level three zero zero level",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000013 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0fMimX_000121_000517_PI_cosyvoice_atcosim.wav",
"text": "praha good morning lufthansa one uniform xray passing flight level",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000014 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0fMimX_000551_000740_PI_cosyvoice_atcosim.wav",
"text": "flight level two eight zero to agnav",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000015 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0fMimX_000793_001141_AT_cosyvoice_atcosim.wav",
"text": "lufthansa one uniform xray praha radar contact",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000016 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0H4CW3_000067_000438_PI_cosyvoice_atcosim.wav",
"text": "radar aero flot one two two good afternoon passing flight level two",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000017 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0H4CW3_000509_000805_PI_cosyvoice_atcosim.wav",
"text": "eight climb flight level two eight zero",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000018 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0H4CW3_000933_001628_AT_cosyvoice_atcosim.wav",
"text": "aero flot one two two hello radar contact proceed to pemur climb to flight level three one zero",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000019 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0H4CW3_001764_002136_PI_cosyvoice_atcosim.wav",
"text": "climbing level three one zero cleared to direct pemur aero flot one two two",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000020 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0H4CW3_002267_003031_PIAT_cosyvoice_atcosim.wav",
"text": "praha good afternoon malaysian two one flight level three three zero squawking zero six four seven malaysian two one hello radar contact maintain flight level three three zero",
"transcript... | 000000021 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0H4CW3_003102_003278_PI_cosyvoice_atcosim.wav",
"text": "level three three zero malaysian two one",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000022 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0iyG6P_000000_000605_AT_cosyvoice_atcosim.wav",
"text": "csa two nine six proceed to pepik climb to flight level three nine zero",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000023 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0iyG6P_000667_001058_PI_cosyvoice_atcosim.wav",
"text": "proceed to pepik climb flight level three nine zero csa two nine six",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000024 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0iyG6P_001677_001928_PI_cosyvoice_atcosim.wav",
"text": "good evening three eight papa golf",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000025 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0iyG6P_001960_002203_PI_cosyvoice_atcosim.wav",
"text": "climbing flight level one six zero direct rap",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000026 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0iyG6P_002282_003032_PIAT_cosyvoice_atcosim.wav",
"text": "easy three papa golf praha good evening radar contact climb to flight level two six zero climb to flight level two six zero easy three papa golf",
"transcript_source": "UWB",
"tts_system"... | 000000027 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0iyG6P_003156_003836_PIAT_cosyvoice_atcosim.wav",
"text": "praha good evening german wings three one zero flight level three five zero german wings three one zero good evening radar contact direct pepik",
"transcript_source": "UWB",
"tts_system":... | 000000028 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0iyG6P_003860_004124_PI_cosyvoice_atcosim.wav",
"text": "german wings three one zero inbound pepik thank you very mu",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000029 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0iyG6P_005746_006273_PI_cosyvoice_atcosim.wav",
"text": "morning aero flot one two four passing two five zero climbing two eight zero direct",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000030 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0iyG6P_006296_006497_PI_cosyvoice_atcosim.wav",
"text": "and what about radial direct to",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000031 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0iyG6P_006620_006965_AT_cosyvoice_atcosim.wav",
"text": "aero flot one two four good evening radar contact i ll call you",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000032 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0mbmFT_000084_000528_AT_cosyvoice_atcosim.wav",
"text": "austrian one two eight xray contact vienna one three one decimal three five zero",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000033 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0mbmFT_000613_000880_PI_cosyvoice_atcosim.wav",
"text": "three one three five zero austrian one two eight xray",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000034 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0mbmFT_001278_002032_PIAT_cosyvoice_atcosim.wav",
"text": "praha radar qatari six zero five five request go ahead fl three four zero for qatari six zero five five",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atc... | 000000035 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0mbmFT_002275_002647_AT_cosyvoice_atcosim.wav",
"text": "qatari six zero five five now proceed to norku",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000036 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0mbmFT_002688_003099_AT_cosyvoice_atcosim.wav",
"text": "and expect climb in five minutes",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000037 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0mbmFT_003224_003482_PI_cosyvoice_atcosim.wav",
"text": "ok six zero five five direct thank you",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000038 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0mbmFT_004486_004939_AT_cosyvoice_atcosim.wav",
"text": "air malta nine six nine one contact praha one two seven decimal one two five go",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000039 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0mbmFT_005013_005131_PI_cosyvoice_atcosim.wav",
"text": "one two seven one two fi",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000040 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0mbmFT_005154_005358_PI_cosyvoice_atcosim.wav",
"text": "air malta nine six nine five diky bye bye",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000041 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0NI4Kx_000000_000520_AT_cosyvoice_atcosim.wav",
"text": "scandinavian one six six five contact praha one three five decimal one three five good bye",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000042 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0NI4Kx_000586_000869_PI_cosyvoice_atcosim.wav",
"text": "three five one three five scandinavian one six six",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000043 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0pq4ta_000000_000560_AT_cosyvoice_atcosim.wav",
"text": "csa two sierra lima contact praha one three three decimal four one zero",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000044 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0pq4ta_000617_001101_AT_cosyvoice_atcosim.wav",
"text": "four one zero csa two sierra lima",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000045 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0qflkt_000108_000703_AT_cosyvoice_atcosim.wav",
"text": "air berlin eight two eight three contact two three descend flight level two nine zero level by l",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000046 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0qflkt_001726_001972_AT_cosyvoice_atcosim.wav",
"text": "lufthansa two five three nine hello praha radar con",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000047 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0qflkt_002309_002827_PI_cosyvoice_atcosim.wav",
"text": "air berlin eight two eight three descend flight level two nine zero level by ledko",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000048 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0qflkt_002915_003368_PI_cosyvoice_atcosim.wav",
"text": "letko flight level two nine zero air berlin eight two eight three",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000049 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0qflkt_003736_004137_AT_cosyvoice_atcosim.wav",
"text": "four six three reach level three hundred before passing rapet",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000050 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0qflkt_004227_004585_PI_cosyvoice_atcosim.wav",
"text": "four six three level three zero zero before rapet",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000051 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0quPVg_000209_000631_AT_cosyvoice_atcosim.wav",
"text": "ryan air nine one seven three contact praha one three four decimal",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000052 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0quPVg_000661_000785_AT_cosyvoice_atcosim.wav",
"text": "nine zero good bye",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000053 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0quPVg_000851_001264_PI_cosyvoice_atcosim.wav",
"text": "one three four five nine zero thank you very much have a nice day ryan air nine one seven three",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000054 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0RzlJB_000000_000503_PI_cosyvoice_atcosim.wav",
"text": "praha radar lufthansa two five five zero passing level two three three climbing level two eight zero",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"... | 000000055 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0RzlJB_000612_001058_AT_cosyvoice_atcosim.wav",
"text": "lufthansa two five five zero hello radar contact climb to flight level three three zero",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000056 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0RzlJB_001091_001326_PI_cosyvoice_atcosim.wav",
"text": "lufthansa two five five zero climb level three three zero",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000057 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0RzlJB_001591_002077_AT_cosyvoice_atcosim.wav",
"text": "seven eight nine contact praha one three five one three five",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000058 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0RzlJB_002306_002703_PI_cosyvoice_atcosim.wav",
"text": "praha one three five one three five seven nine",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000059 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0RzlJB_002754_003234_AT_cosyvoice_atcosim.wav",
"text": "lufthansa seven seven papa contact rhein one three six four zero five bye bye",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000060 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0RzlJB_003456_003965_PI_cosyvoice_atcosim.wav",
"text": "lufthansa seven seven papa one three six four zero five thank you bye bye",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000061 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0ScD9T_000095_000289_PI_cosyvoice_atcosim.wav",
"text": "praha radar good morning asterix four",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000062 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0ScD9T_000392_000738_PI_cosyvoice_atcosim.wav",
"text": "passing two four six climbing two eight zero inbound kuvix",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000063 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0ScD9T_000738_001418_PIAT_cosyvoice_atcosim.wav",
"text": "asterix four one five praha hello radar contact climb flight level three four zero flight level three four zero thank you asterix four five",
"transcript_source": "UWB",
"tts_system": "co... | 000000064 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0ScD9T_001418_001830_AT_cosyvoice_atcosim.wav",
"text": "lufthansa two four three five contact praha one three five decimal one three five",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000065 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0ScD9T_001913_002267_PI_cosyvoice_atcosim.wav",
"text": "lufthansa two four three five one three five one three five bye",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000066 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0vGPnl_000343_000760_PI_cosyvoice_atcosim.wav",
"text": "lufthansa five five hotel request level three six zero for cruising",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000067 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0vGPnl_000825_001009_AT_cosyvoice_atcosim.wav",
"text": "expect after passing kilnu",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000068 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0vGPnl_001376_001782_AT_cosyvoice_atcosim.wav",
"text": "klm one eight four eight contact praha one three three decimal three nine zero good by",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000069 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0vGPnl_001851_002095_PI_cosyvoice_atcosim.wav",
"text": "three three nine zero good evening klm one eight four eight",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000070 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0vGPnl_002126_002455_AT_cosyvoice_atcosim.wav",
"text": "lufthansa two five four zero climb flight level three four zero",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000071 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0vGPnl_002548_002717_PI_cosyvoice_atcosim.wav",
"text": "lufthansa two five four zer",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000072 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0vGPnl_002957_003234_AT_cosyvoice_atcosim.wav",
"text": "negative cleared level three four zero",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000073 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0yPJ4f_000063_000644_AT_cosyvoice_atcosim.wav",
"text": "air berlin three six zero five descend flight level two nine zero rate one thousand five hundred feet per minute or greater",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"v... | 000000074 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0yPJ4f_000679_001067_PI_cosyvoice_atcosim.wav",
"text": "descending level two nine zero rate of descend one thousand five hundred or more air berlin three six zero",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "at... | 000000075 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0YuNK8_000000_000590_PI_cosyvoice_atcosim.wav",
"text": "radar good level three five zero to odnem",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000076 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0YuNK8_000635_001200_AT_cosyvoice_atcosim.wav",
"text": "ryan air six quebec uniform praha good morning radar contact descend to flight level two nine zero",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000077 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0YuNK8_001399_001727_PI_cosyvoice_atcosim.wav",
"text": "descend flight level two nine zero ryan air six quebec uni",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000078 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0YxEl3_000000_000468_AT_cosyvoice_atcosim.wav",
"text": "lufthansa two five three zero squak one four six three climb to flight level three four zero",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000079 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0YxEl3_000615_001054_PI_cosyvoice_atcosim.wav",
"text": "lufthansa two five three zero squak one four six three and climb level three four zero",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000080 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0YxEl3_001385_001864_AT_cosyvoice_atcosim.wav",
"text": "camber zero five four four contact bratislava one three four four seven five",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000081 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-0YxEl3_002450_002603_PI_cosyvoice_atcosim.wav",
"text": "camber zero five four",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000082 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-1a4GCF_000000_000411_PI_cosyvoice_atcosim.wav",
"text": "praha german wings three one alfa descending level three five zero",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000083 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-1a4GCF_000461_000971_AT_cosyvoice_atcosim.wav",
"text": "german wings three one alfa praha good evening radar contact descend to flight level three two zero",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
... | 000000084 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-1a4GCF_001078_001508_PI_cosyvoice_atcosim.wav",
"text": "three one alfa descend flight level three two zero any chance direct to mike alfa golf",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000085 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-1a4GCF_002859_003141_AT_cosyvoice_atcosim.wav",
"text": "austrian three three one climb to flight level three four zero",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000086 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-1a4GCF_003224_003481_PI_cosyvoice_atcosim.wav",
"text": "climb flight level three four zero austrian three three one",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000087 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-1AkHmW_000000_000438_PI_cosyvoice_atcosim.wav",
"text": "lufthansa seven five eight request flight level three five zero",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000088 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-1AkHmW_000518_000780_AT_cosyvoice_atcosim.wav",
"text": "lufthansa seven five eight roger standby",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000089 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-1AkHmW_001543_001995_PI_cosyvoice_atcosim.wav",
"text": "lot four one two six maintaining flight level two nine zero",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000090 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-1AkHmW_002091_002546_AT_cosyvoice_atcosim.wav",
"text": "lot four one two six contact praha one two seven decimal one two five good bye",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000091 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-1AkHmW_002593_002876_PI_cosyvoice_atcosim.wav",
"text": "one two seven one two five four one two six bye bye",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000092 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-1AkHmW_003476_003958_AT_cosyvoice_atcosim.wav",
"text": "lufthansa seven five eight flight level three five zero is not avaliable due to slower traffic ahead",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"... | 000000093 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-1AkHmW_004275_004494_PI_cosyvoice_atcosim.wav",
"text": "ven five eight what s the speed of that traffic",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000094 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-1AkHmW_004748_004918_AT_cosyvoice_atcosim.wav",
"text": "it s boeing seven three seven",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000095 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-1AL1gO_000145_000503_AT_cosyvoice_atcosim.wav",
"text": "singapure three two five praha climb to flight level three three zero",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000096 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-1AL1gO_000568_000900_PI_cosyvoice_atcosim.wav",
"text": "climb flight level three three zero singapore three two five",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000097 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-1AL1gO_001140_001463_PI_cosyvoice_atcosim.wav",
"text": "praha radar wizz air four charlie bravo de",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000098 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar | |
{
"original_audio_filename": "dataset/Synthetic/UWB/uwb-atcc_ACCU-1AL1gO_001734_002104_AT_cosyvoice_atcosim.wav",
"text": "wizz air four charlie bravo praha radar good evening radar contact",
"transcript_source": "UWB",
"tts_system": "cosyvoice_tts",
"voice_source": "atcosim"
} | 000000099 | hf://datasets/ThaiVanPhat95/synthetic-atc-speech@efb2281d673c5b6d84add644f3b31ec69330ce98/data/train-00000.tar |
Synthetic ATC Speech
Synthetic English air-traffic-control speech created for research on robust automatic speech recognition. The dataset contains 276,304 generated utterances from 15,660 unique ATC transcripts.
The dataset accompanies:
- Contrastive Regularization for Accent-Robust ASR
- Robust ATC ASR code
- UWB SupCon Hybrid model
- UWB+ATCOSIM SupCon Hybrid model
Dataset Structure
The dataset provides one training split packaged as uncompressed WebDataset TAR
shards. Every sample has a paired <key>.wav audio file and <key>.json
metadata record. The JSON record contains:
| Field | Description |
|---|---|
text |
Transcript used to generate the audio |
tts_system |
Speech-generation system |
voice_source |
Source domain used for the synthetic voice |
transcript_source |
Original transcript corpus: UWB or ATCOSIM |
original_audio_filename |
Original relative path used by the research code |
The dataset is balanced across four speech-generation systems and four voice-source domains:
| Speech-generation system | Source | Samples |
|---|---|---|
afro_tts |
intronhealth/afro-tts | 69,076 |
cosyvoice_tts |
FunAudioLLM/CosyVoice | 69,076 |
glm_tts |
zai-org/GLM-TTS | 69,076 |
xtts_v2_tts |
coqui-ai/TTS | 69,076 |
| Voice source | Source | Samples |
|---|---|---|
atcosim |
ATCOSIM | 69,076 |
l2arctic |
L2-ARCTIC | 69,076 |
marine |
Marine Radio Chatter: Bridge-to-Bridge Communication | 69,076 |
uwb |
UWB-ATCC | 69,076 |
Usage
from datasets import load_dataset
dataset = load_dataset(
"thaivanphat95/synthetic-atc-speech",
split="train",
streaming=True,
)
sample = next(iter(dataset))
print(sample["wav"])
print(sample["json"]["text"])
print(sample["json"]["tts_system"])
print(sample["json"]["voice_source"])
The TAR shards are stored under data/. shard_manifest.csv records the
sample count and byte size of every shard.
Intended Use
This dataset is released for non-commercial research use. It is intended for research on:
- Robust ATC automatic speech recognition
- Synthetic-data augmentation
- Cross-domain and cross-dataset robustness
- Analysis of speech-generation diversity
It should not be used as real ATC communication or relied upon in safety-critical operational systems. Commercial use is not authorized by this dataset release.
Source Data
ATC transcripts are derived from UWB-ATCC and ATCOSIM. Voice-source material is derived from four corpora:
- UWB-ATCC: https://huggingface.co/datasets/Jzuluaga/uwb_atcc
- ATCOSIM: https://huggingface.co/datasets/Jzuluaga/atcosim_corpus
- L2-ARCTIC: https://psi.engr.tamu.edu/l2-arctic-corpus/
- Marine Radio Chatter: https://www.kaggle.com/datasets/linogova/marine-radio-chatter-bridge-2-bridge-communication
Synthetic speech was generated using:
- GLM-TTS: https://github.com/zai-org/GLM-TTS
- CosyVoice: https://github.com/FunAudioLLM/CosyVoice
- Afro-TTS: https://huggingface.co/intronhealth/afro-tts
- XTTS: https://github.com/coqui-ai/TTS
Users are responsible for reviewing the terms of the source datasets, source-voice material, and speech-generation systems.
Limitations
- Audio is synthetic and does not reproduce every property of real ATC speech.
- Generation systems and voice sources may introduce systematic artifacts or biases.
- Transcripts are specialized for English ATC communication.
- The dataset may contain generation errors despite metadata integrity checks.
Citation
@article{thai2026contrastive,
title={Contrastive Regularization for Accent-Robust ASR},
author={Thai, Van-Phat and Dhruv, Aradhya and Pham, Duc-Thinh and Alam, Sameer},
journal={arXiv preprint arXiv:2605.03297},
year={2026},
doi={10.48550/arXiv.2605.03297}
}
License
This dataset is published with license: other and is intended for
non-commercial research use only. CC BY-NC 4.0 is not used because it permits
non-commercial uses beyond research and may not satisfy all source-material
terms, including applicable ShareAlike requirements.
Use and redistribution remain subject to the terms of the source transcripts, source voices, speech-generation systems, and related third-party material. Where those terms conflict with this research-use notice, the applicable third-party terms control. The Apache-2.0 license of the associated code repository does not cover this dataset.
- Downloads last month
- 10