Skip to content

Commit

Permalink
Mod: Update CL docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Dec 12, 2023
1 parent 83444ad commit 3bddb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aac_datasets/datasets/clotho.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class ClothoCard(DatasetCard):
class Clotho(AACDataset[ClothoItem]):
r"""Unofficial Clotho PyTorch dataset.
Subsets available are 'train', 'val', 'eval', 'test' and 'analysis'.
Subsets available are 'train', 'val', 'eval', 'dcase_aac_test', 'dcase_aac_analysis', 'dcase_t2a_audio' and 'dcase_t2a_captions'.
Audio are waveform sounds of 15 to 30 seconds, sampled at 44100 Hz.
Target is a list of 5 different sentences strings describing an audio sample.
Expand Down

0 comments on commit 3bddb1d

Please sign in to comment.