Dataset Viewer
The dataset viewer is not available for this subset.
Cannot get the split names for the config 'default' of the dataset.
Exception:    SplitsNotFoundError
Message:      The split names could not be parsed from the dataset config.
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 290, in _generate_tables
                  pa_table = paj.read_json(
                      io.BytesIO(batch), read_options=paj.ReadOptions(block_size=block_size)
                  )
                File "pyarrow/_json.pyx", line 342, in pyarrow._json.read_json
                File "pyarrow/error.pxi", line 155, in pyarrow.lib.pyarrow_internal_check_status
                File "pyarrow/error.pxi", line 92, in pyarrow.lib.check_status
                  raise convert_status(status)
              pyarrow.lib.ArrowInvalid: JSON parse error: Column(/features/[]/range/[]) changed from number to string in row 0
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 286, in get_dataset_config_info
                  for split_generator in builder._split_generators(
                                         ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      StreamingDownloadManager(base_path=builder.base_path, download_config=download_config)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 101, in _split_generators
                  pa_table = next(iter(self._generate_tables(**splits[0].gen_kwargs, allow_full_read=False)))[1]
                             ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 304, in _generate_tables
                  batch = json_encode_fields_in_json_lines(original_batch, json_field_paths)
                File "/usr/local/lib/python3.14/site-packages/datasets/utils/json.py", line 111, in json_encode_fields_in_json_lines
                  examples = [ujson_loads(line) for line in original_batch.splitlines()]
                              ~~~~~~~~~~~^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/utils/json.py", line 20, in ujson_loads
                  return pd.io.json.ujson_loads(*args, **kwargs)
                         ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
              ValueError: Expected object or value
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/split_names.py", line 71, in compute_split_names_from_streaming_response
                  for split in get_dataset_split_names(
                               ~~~~~~~~~~~~~~~~~~~~~~~^
                      path=dataset,
                      ^^^^^^^^^^^^^
                      config_name=config,
                      ^^^^^^^^^^^^^^^^^^^
                      token=hf_token,
                      ^^^^^^^^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 340, in get_dataset_split_names
                  info = get_dataset_config_info(
                      path,
                  ...<6 lines>...
                      **config_kwargs,
                  )
                File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 291, in get_dataset_config_info
                  raise SplitsNotFoundError("The split names could not be parsed from the dataset config.") from err
              datasets.inspect.SplitsNotFoundError: The split names could not be parsed from the dataset config.

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

YAML Metadata Warning:The task_categories "multi-class-classification" is not in the official list: text-classification, token-classification, table-question-answering, question-answering, zero-shot-classification, translation, summarization, feature-extraction, text-generation, fill-mask, sentence-similarity, text-to-speech, text-to-audio, automatic-speech-recognition, audio-to-audio, audio-classification, audio-text-to-text, voice-activity-detection, depth-estimation, image-classification, object-detection, image-segmentation, text-to-image, image-to-text, image-to-image, image-to-video, unconditional-image-generation, video-classification, reinforcement-learning, robotics, tabular-classification, tabular-regression, tabular-to-text, table-to-text, multiple-choice, text-ranking, text-retrieval, time-series-forecasting, text-to-video, image-text-to-text, image-text-to-image, image-text-to-video, visual-question-answering, document-question-answering, zero-shot-image-classification, graph-ml, mask-generation, zero-shot-object-detection, text-to-3d, image-to-3d, image-feature-extraction, video-text-to-text, keypoint-detection, visual-document-retrieval, any-to-any, video-to-video, other

Dataset Card for HTMOneShotLoopClassification

Dataset Summary

HTMOneShotLoopClassification is a dataset of 5,561 electronic music samples (one-shots and loops) from house, tech house, and minimal techno genres. Each sample is labeled with one of 8 stem categories and includes 55 extracted audio features for machine learning applications.

Supported Tasks and Leaderboards

  • Audio Classification: Multi-class classification into 8 stem categories
  • Baseline Performance: 85.41% accuracy using SVM with RBF kernel

Languages

  • Audio samples (no spoken language)
  • Metadata in English

Dataset Structure

Data Instances

Each instance contains:

  • Filename: Original audio file name
  • Stem Label: One of 8 categories (kick, snare, hihat, bass, synth, vocal, percussion, fx)
  • Category: Sample type (one-shots or loops)
  • 55 Audio Features: Extracted using librosa

Data Fields

Field Type Description
filename string Original audio filename
stem categorical Target label (8 categories)
category categorical one-shots or loops
duration float Audio duration in seconds
sample_rate integer Sample rate (typically 44100 Hz)
rms float Root mean square energy
zcr float Zero crossing rate
spectral_centroid float Spectral centroid in Hz
... ... (See metadata_schema.json for all 55 features)

Data Splits

Recommended splits:

  • Train: 80% (4,450 samples)
  • Validation: 10% (556 samples)
  • Test: 10% (556 samples)

Dataset Creation

Curation Rationale

The dataset was created to address the lack of curated electronic music sample datasets with:

  • High-quality professional samples
  • Consistent feature extraction
  • Genre-specific focus (house/tech house/minimal techno)
  • Both one-shots and loops

Source Data

  • Professional electronic music sample packs
  • Curated from house, tech house, and minimal techno collections
  • Quality-controlled and deduplicated

Annotations

  • Annotation process: Automatic categorization based on folder name patterns, with manual review for ambiguous cases
  • Annotators: Domain experts
  • Annotation guidelines: Based on standard electronic music production categories

Considerations for Using the Data

Social Impact

This dataset enables research in:

  • Automated music production tools
  • Audio classification systems
  • Electronic music analysis

Discussion of Biases

  • Genre Bias: Focused on house, tech house, and minimal techno (not all electronic music)
  • Class Balance: Good balance achieved (FX: 561, all categories within 80-130% of average)
  • Key Coverage: Not all categories have musical key information (only bass and synth have 100% coverage)

Other Known Limitations

  • Dataset size: 5,561 samples (moderate size)
  • Limited to specific sub-genres of electronic music
  • Some categories have low key coverage (important for harmonic mixing applications)

Additional Information

Dataset Curators

  • Youssef Hemimy

Licensing Information

Dataset License: CC-BY-4.0 (Creative Commons Attribution 4.0 International)

License Scope: This license applies to the CSV dataset containing extracted audio features and metadata, documentation, and scripts. You are free to use, share, and adapt the dataset for any purpose, including commercial use, provided you give appropriate credit.

Original Audio Files: The original audio files used to generate this dataset are NOT included and are NOT covered by this license. The audio files were obtained from commercial sample packs under their respective licenses, which typically prohibit redistribution. Users must obtain the original audio files separately if needed.

Citation Information

x @dataset{hemimy2025htmoneshotloop, title={HTMOneShotLoopClassification: A Dataset of House, Tech House, and Minimal Techno Samples for Stem Category Classification}, author={Hemimy, Youssef}, year={2025}, publisher={Zenodo}, doi={10.5281/zenodo.17872191} }### Contributions

Contributions and feedback are welcome. Please see the repository for contribution guidelines.

Links

Downloads last month
-

Collection including drizzymedia/HTMOneShotLoopClassification