Dataset Viewer
Auto-converted to Parquet
Search is not available for this dataset
audio
audioduration (s)
0.31
25.1
End of preview. Expand in Data Studio

Snares

FSD50K subset of just snares.

wget -nc https://huggingface.co/datasets/nateraw/snares/resolve/main/snares.csv
wget -nc https://huggingface.co/datasets/nateraw/snares/resolve/main/snares.zip
unzip snares.zip

If you unpack as described above, snares.csv will have correct filepath to audio file when loaded in as CSV. Here we show with pandas...

import pandas as pd

df = pd.read_csv('snares.csv')
Downloads last month
31