pianistprogrammer commited on
Commit
50b08fb
·
1 Parent(s): e0bfaa6

Update README.md to clarify dataset focus on meter classification and correct terminology

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -23,14 +23,14 @@ dataset_info:
23
 
24
  # Meter2800
25
 
26
- **Dataset for music genre and meter (rhythm) classification**, combining tracks from GTZAN, MAG, OWN, and FMA.
27
 
28
  ## Dataset Description
29
 
30
- Meter2800 is a curated collection of 2,800 `.wav` music audio samples, each annotated with **genre** and **meter** (and optionally `alt_meter`). It supports both:
31
 
32
  - **4-class classification** (e.g., 4 genres),
33
- - **2-class classification** (binary genre labeling).
34
 
35
  Split into train/val/test sets with clear metadata in CSV.
36
 
@@ -64,8 +64,8 @@ Each entry in the dataset contains:
64
 
65
  The dataset is organized into the following splits:
66
 
67
- - `train_4`, `val_4`, `test_4`: For 4-class genre classification.
68
- - `train_2`, `val_2`, `test_2`: For 2-class (binary) genre classification.
69
 
70
  All splits are provided as CSV files referencing the audio files in the corresponding folders (`GTZAN/`, `MAG/`, `OWN/`, `FMA/`).
71
 
@@ -92,7 +92,7 @@ Meter2800/
92
 
93
  @misc{meter2800_dataset,
94
  author = {PianistProgrammer},
95
- title = {{Meter2800}: A Dataset for Music Genre and Meter Classification},
96
  year = {2025},
97
  publisher = {Hugging Face},
98
  url = {https://huggingface.co/datasets/pianistprogrammer/Meter2800}
 
23
 
24
  # Meter2800
25
 
26
+ **Dataset for music time signature/ meter (rhythm) classification**, combining tracks from GTZAN, MAG, OWN, and FMA.
27
 
28
  ## Dataset Description
29
 
30
+ Meter2800 is a curated collection of 2,800 `.wav` music audio samples, each annotated with **meter** (and optionally `alt_meter`). It supports both:
31
 
32
  - **4-class classification** (e.g., 4 genres),
33
+ - **2-class classification** (binary meter labeling).
34
 
35
  Split into train/val/test sets with clear metadata in CSV.
36
 
 
64
 
65
  The dataset is organized into the following splits:
66
 
67
+ - `train_4`, `val_4`, `test_4`: For 4-class meter classification.
68
+ - `train_2`, `val_2`, `test_2`: For 2-class (binary) meter classification.
69
 
70
  All splits are provided as CSV files referencing the audio files in the corresponding folders (`GTZAN/`, `MAG/`, `OWN/`, `FMA/`).
71
 
 
92
 
93
  @misc{meter2800_dataset,
94
  author = {PianistProgrammer},
95
+ title = {{Meter2800}: A Dataset for Music time signature detection / Meter Classification},
96
  year = {2025},
97
  publisher = {Hugging Face},
98
  url = {https://huggingface.co/datasets/pianistprogrammer/Meter2800}