p-alonso commited on
Commit
1236502
1 Parent(s): 9038818

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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](http://hdl.handle.net/10230/58023)
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](http://hdl.handle.net/10230/58023) and [official implementation](https://github.com/palonso/MAEST/) of the model.
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](http://hdl.handle.net/10230/58023) for details.
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