CoolFace
Datasetpublic

keithito/lj_speech

This is a public domain speech dataset consisting of 13,100 short audio clips of a single speaker reading passages from 7 non-fiction books in English. A transcription is provided for each clip. Clips vary in length from 1 to 10 seconds and have a total length of approximately 24 hours. Note that in order to limit the required storage for preparing this dataset, the audio is stored in the .wav format and is not converted to a float32 array. To convert the audio file to a float32 array, please make use of the `.map()` function as follows: ```python import soundfile as sf def map_to_array(batch): speech_array, _ = sf.read(batch["file"]) batch["speech"] = speech_array return batch dataset = dataset.map(map_to_array, remove_columns=["file"]) ```

sourceHugging Faceunlicenseupdated 2y agoView on Hugging Face
62likes1.2kdownloads
19 commits on main
1532a192y ago

Remove deprecated tasks (#7)

albertvillanova
aa96d9a2y ago

Revert Convert dataset to Parquet (#6)

albertvillanova
8bf96aa2y ago

Convert dataset to Parquet (#3)

albertvillanova
af8fa323y ago

Delete legacy JSON metadata (#2)

albertvillanova
10346be3y ago

Enrich card with TTS tag (#1)

lhoestq, ylacombe
1f4efe74y ago

add dataset_info in dataset metadata

lhoestq
b19cc164y ago

remove dummmy data

mariosasko
86739904y ago

Align/fix license metadata info (#4613)

julien-c
99761b64y ago

Eval metadata batch 2 : Health Fact, Jigsaw Toxicity, LIAR, LJ Speech, MSRA NER, Multi News, NCBI Disease, Poem Sentiment (#4336)

Sasha Luccioni
6ec304f4y ago

Update datasets task tags to align tags with models (#4067)

lhoestq
41704f85y ago

Use audio feature in ASR task template (#4006)

lhoestq
aad55425y ago

Update files from the datasets library (from 1.18.0)

system
93bc93c5y ago

Update files from the datasets library (from 1.17.0)

system
319a66a5y ago

Update files from the datasets library (from 1.13.3)

system
3cf90385y ago

Update files from the datasets library (from 1.13.0)

system
d16ca675y ago

Update files from the datasets library (from 1.10.0)

system
ee83ca85y ago

Update files from the datasets library (from 1.7.0)

system
d2d67475y ago

Update files from the datasets library (from 1.6.0)

system
38d4e645y ago

Update files from the datasets library (from 1.3.0)

system