pfann
Datasets
All datasets matching “pfann”pfann_dataset
Yougen/pfann_dataset
Pfann-style audio dataset, packed as WebDataset tar shards.
Layout
data/
audioset/
metadata.csv
audio/
audioset-000.tar
...
fma_large/
metadata.csv
audio/
fma_large-000.tar
...
micirp/
metadata.csv
audio/
micirp-000.tar
...
Shard counts:
audioset: 3 tar shard(s)
fma_large: 136 tar shard(s)
micirp: 1 tar shard(s)
Inside each tar, every sample is a pair sharing a unique key:… See the full description on the dataset page: https://huggingface.co/datasets/Yougen/pfann_dataset.pfann_testset
Yougen/pfann_testset
Pfann-style audio dataset, packed as WebDataset tar shards.
Inside each tar, every sample is a pair sharing a unique key:
<key>.<ext> # raw audio bytes (ext == wav / mp3 / flac / ... as in source)
<key>.json # {"audio_id":..., "subset":..., "rel_path":..., "duration":..., "sample_rate":..., "channels":...}
metadata.csv columns:
key, shard, audio_id, subset, rel_path, duration, sample_rate, channels
Loading
from datasets import… See the full description on the dataset page: https://huggingface.co/datasets/Yougen/pfann_testset.
