Update README.md
Browse files
README.md
CHANGED
@@ -108,12 +108,14 @@ Below is the confusion matrix for the best-performing checkpoint, visually highl
|
|
108 |
- **Window Strategy**: 24-message windows with 20-message stride for overlapping sequences
|
109 |
|
110 |
### Musical Eras Covered
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
|
|
|
|
117 |
|
118 |
### Data Distribution
|
119 |
The model was trained on 6,992 MIDI files from the IMSLP dataset with the following era distribution:
|
|
|
108 |
- **Window Strategy**: 24-message windows with 20-message stride for overlapping sequences
|
109 |
|
110 |
### Musical Eras Covered
|
111 |
+
0. **Renaissance** (1400-1600): Early polyphonic music, madrigals, motets
|
112 |
+
1. **Baroque** (1600-1750): Ornamented music, basso continuo, fugues
|
113 |
+
2. **Classical** (1750-1820): Clear forms, balanced phrases, sonata form
|
114 |
+
3. **Romantic** (1820-1900): Expressive, emotional, expanded forms
|
115 |
+
4. **Modern** (1900-present): Atonal, experimental, diverse styles
|
116 |
+
5. **Other**: Miscellaneous or unclear period classifications
|
117 |
+
|
118 |
+
The numbers 0 through 5 correspond to each era's index during inference.
|
119 |
|
120 |
### Data Distribution
|
121 |
The model was trained on 6,992 MIDI files from the IMSLP dataset with the following era distribution:
|