audio
dict | text
stringclasses 10
values | speaker
stringclasses 1
value | pitch_mean
float64 405
474
| pitch_std
float64 174
338
|
---|---|---|---|---|
{"array":[0.001597571768797934,0.0025415332056581974,0.0015909024514257908,0.0012429063208401203,0.0(...TRUNCATED) | "that number is going up very very substantially . Small business optimism is at an al(...TRUNCATED) |
Trump
| 413.822083 | 174.384018 |
{"array":[0.0008623737376183271,0.0014615701511502266,0.0017866443376988173,0.0015697692288085818,-0(...TRUNCATED) | "near the lowest we have seen in almost half a century African-American unemployment ha(...TRUNCATED) |
Trump
| 443.157776 | 219.470703 |
{"array":[0.006625335197895765,0.001707330346107483,-0.007906002923846245,-0.01324182003736496,-0.01(...TRUNCATED) | "in the United States and so has unemployment among Hispanic Americans . The world is (...TRUNCATED) |
Trump
| 432.514313 | 253.240372 |
{"array":[-0.0003154048463329673,-0.0005135341198183596,-0.0007149048615247011,-0.000758270907681435(...TRUNCATED) | "of a strong and prosperous America . I am here to deliver a simple message . There h(...TRUNCATED) |
Trump
| 405.266083 | 262.072845 |
{"array":[-0.0003063422627747059,-0.0006873952224850655,0.0010812906548380852,0.0006479582516476512,(...TRUNCATED) | "hire to build to invest and to grow in the United States . America is open for busi(...TRUNCATED) |
Trump
| 442.771729 | 338.320282 |
{"array":[-0.02155100181698799,-0.032377246767282486,-0.03432462364435196,-0.04971369355916977,-0.04(...TRUNCATED) | "again . The American economy is by far the largest in the world and we've just enact(...TRUNCATED) |
Trump
| 445.121216 | 235.102264 |
{"array":[-0.008958794176578522,-0.013438031077384949,-0.0081581249833107,-0.005809693597257137,-0.0(...TRUNCATED) | "in American history we have massively cut taxes for the middle class and small busine(...TRUNCATED) |
Trump
| 473.792114 | 289.677399 |
{"array":[-0.00007754167017992586,-0.0006388272740878165,-0.0005677854642271996,-0.00028001668397337(...TRUNCATED) | "of their hard earned money we lowered our corporate tax rate from 35 percent all the (...TRUNCATED) |
Trump
| 463.925171 | 260.648193 |
{"array":[0.010709834285080433,0.018759828060865402,0.01554934587329626,0.01424567960202694,0.008934(...TRUNCATED) | "as a result millions of workers have received tax cut bonuses from their employers in(...TRUNCATED) |
Trump
| 419.314575 | 201.482376 |
{"array":[-0.0011475994251668453,-0.002669054316356778,-0.007017991505563259,-0.01236511580646038,-0(...TRUNCATED) | ". The tax cut bill is expected to raise the average American's household income by m(...TRUNCATED) |
Trump
| 439.727051 | 244.010361 |
Trump Voice Dataset
This dataset contains audio clips of Donald Trump's speech from the World Economic Forum (WEF) 2018, paired with their corresponding transcriptions. The dataset is designed for text-to-speech (TTS) and speech recognition tasks.
Dataset Description
Dataset Summary
The Trump Voice Dataset consists of 20 audio samples (10 train, 10 test) extracted from Donald Trump's speech at the World Economic Forum 2018. Each audio clip is approximately 10 seconds long and is paired with its corresponding transcription. The dataset includes additional metadata such as speaker information, pitch mean, and pitch standard deviation.
Supported Tasks and Leaderboards
This dataset can be used for:
- Text-to-Speech (TTS): Fine-tuning TTS models to generate speech in Donald Trump's voice style
- Automatic Speech Recognition (ASR): Training or testing speech recognition models
- Voice Analysis: Analyzing speech patterns, pitch, and other vocal characteristics
Languages
The dataset contains English speech (en-US) from a single speaker (Donald Trump).
Dataset Structure
Data Instances
Each instance in the dataset contains:
audio
: The speech audio file (10 seconds, 16kHz sampling rate)text
: The transcription of the speechspeaker_name
: The speaker identifier ("Trump")utterance_pitch_mean
: Mean pitch value for the audio cliputterance_pitch_std
: Standard deviation of pitch for the audio clip
Example:
{
'audio': {'array': [...], 'sampling_rate': 16000},
'text': 'Thank you very much. It's a privilege to be here at this forum where leaders in business science art diplomacy and world affairs have gathered for',
'speaker_name': 'Trump',
'utterance_pitch_mean': 451.27,
'utterance_pitch_std': 314.17
}
Data Splits
The dataset is divided into two splits:
- Train: 10 samples
- Test: 10 samples
Dataset Creation
Source Data
The source data comes from Donald Trump's speech at the World Economic Forum (WEF) 2018.
Initial Data Collection and Normalization
The original speech was segmented into 10-second clips. The audio was processed to ensure consistent quality and sampling rate (16kHz).
Who are the source language producers?
The source language producer is Donald Trump, the 45th President of the United States, speaking at an official event.
Annotations
Annotation process
The transcriptions were created by aligning the audio segments with the corresponding text from the speech transcript. The alignment was based on timestamps in the original transcript.
Considerations for Using the Data
Social Impact of Dataset
This dataset can be used for educational and research purposes in speech technology. It provides real-world speech data from a public figure speaking at a public event.
Discussion of Biases
The dataset contains speech from only one individual and may not represent diverse speech patterns. Models trained exclusively on this data may exhibit biases toward the specific speaking style, accent, and vocal characteristics of the speaker.
Other Known Limitations
- Limited to one speaker
- Limited context (formal speech at an international forum)
- Limited sample size (20 samples total)
Additional Information
Dataset Curators
This dataset was curated and processed for research and educational purposes.
Licensing Information
This dataset is released under the MIT License.
Citation Information
If you use this dataset in your research, please cite it as:
@dataset{trump_voice_dataset,
author = {Sakchham19},
title = {Trump Voice Dataset},
year = {2023},
publisher = {Hugging Face},
url = {https://huggingface.co/datasets/Sakchham19/Trump_Voice_Dataset}
}
Contributions
Contributions to improve the dataset are welcome. Please feel free to open an issue or pull request on the dataset repository.
- Downloads last month
- 107