Feature Extraction
music
sander-wood commited on
Commit
f319dd8
Β·
verified Β·
1 Parent(s): 17a69b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -120,8 +120,8 @@ CLaMP 3 is a **state-of-the-art** framework for **music information retrieval (M
120
 
121
  πŸš€ **Why CLaMP 3?**
122
  βœ… **Multimodal**: Works with ✍️ **text**, 🎼 **sheet music**, 🎡 **audio**, 🎹 **MIDI**, and πŸ–ΌοΈ **images**
123
- βœ… **Multilingual**: Supports **27 trained** & generalizes to **100 languages**
124
- βœ… **SOTA Performance**: Significantly outperforms previous strong baselines across modalities and languages
125
 
126
  ## ✨ **Key Features**
127
 
@@ -171,7 +171,7 @@ Supported formats include:
171
  - **Performance Signals**: `.mid`, `.midi`
172
  - **Sheet Music**: `.mxl`, `.musicxml`, `.xml`
173
  - **Images**: `.png`, `.jpg`
174
- - **Text**: `.txt` (in 100 language)
175
 
176
  #### **Feature Management**
177
  - Extracted features are stored in the `cache/` directory and reused in future runs to avoid recomputation.
 
120
 
121
  πŸš€ **Why CLaMP 3?**
122
  βœ… **Multimodal**: Works with ✍️ **text**, 🎼 **sheet music**, 🎡 **audio**, 🎹 **MIDI**, and πŸ–ΌοΈ **images**
123
+ βœ… **Multilingual**: Supports **27 trained** & generalizes to 🌐 **100 languages**
124
+ βœ… **SOTA Performance**: Significantly **outperforms previous strong baselines** across modalities and languages πŸ“Š
125
 
126
  ## ✨ **Key Features**
127
 
 
171
  - **Performance Signals**: `.mid`, `.midi`
172
  - **Sheet Music**: `.mxl`, `.musicxml`, `.xml`
173
  - **Images**: `.png`, `.jpg`
174
+ - **Text**: `.txt` (in 100 languages)
175
 
176
  #### **Feature Management**
177
  - Extracted features are stored in the `cache/` directory and reused in future runs to avoid recomputation.