Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ The MAEST models are also available for inference in the [Essentia](https://esse
|
|
32 |
<!-- Provide the basic links for the model. -->
|
33 |
|
34 |
- **Repository:** [MAEST](https://github.com/palonso/MAEST)
|
35 |
-
- **Paper:** [Efficient Supervised Training of Audio Transformers for Music Representation Learning](
|
36 |
|
37 |
## Uses
|
38 |
|
@@ -102,7 +102,7 @@ Our models were trained using Discogs20, [MTG](https://www.upf.edu/web/mtg) in-h
|
|
102 |
|
103 |
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
104 |
|
105 |
-
Most training details are detailed in the [paper](
|
106 |
|
107 |
#### Preprocessing
|
108 |
|
@@ -112,7 +112,7 @@ In Transformers, this mel-spectrogram signature is replicated to a certain exten
|
|
112 |
## Evaluation, Metrics, and results
|
113 |
|
114 |
The MAEST models were pre-trained in the task of music style classification, and their internal representations were evaluated via downstream MLP probes in several benchmark music understanding tasks.
|
115 |
-
Check the original [paper](
|
116 |
|
117 |
|
118 |
## Environmental Impact
|
|
|
32 |
<!-- Provide the basic links for the model. -->
|
33 |
|
34 |
- **Repository:** [MAEST](https://github.com/palonso/MAEST)
|
35 |
+
- **Paper:** [Efficient Supervised Training of Audio Transformers for Music Representation Learning](https://arxiv.org/abs/2309.16418)
|
36 |
|
37 |
## Uses
|
38 |
|
|
|
102 |
|
103 |
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
104 |
|
105 |
+
Most training details are detailed in the [paper](https://arxiv.org/abs/2309.16418) and [official implementation](https://github.com/palonso/MAEST/) of the model.
|
106 |
|
107 |
#### Preprocessing
|
108 |
|
|
|
112 |
## Evaluation, Metrics, and results
|
113 |
|
114 |
The MAEST models were pre-trained in the task of music style classification, and their internal representations were evaluated via downstream MLP probes in several benchmark music understanding tasks.
|
115 |
+
Check the original [paper](https://arxiv.org/abs/2309.16418) for details.
|
116 |
|
117 |
|
118 |
## Environmental Impact
|