oriyonay commited on
Commit
7e775f9
·
verified ·
1 Parent(s): 3ac1a9e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -9,7 +9,8 @@ library_name: nnAudio
9
  license: mit
10
  ---
11
 
12
- # Myna: Masking-Based Contrastive Learning of Musical Representations
 
13
 
14
  ## Model Overview
15
  Myna is a self-supervised contrastive model designed for musical representation learning. It employs a Vision Transformer (ViT) backbone on mel-spectrograms and introduces token masking as its primary augmentation method. Unlike traditional contrastive learning frameworks that rely on augmentations such as pitch shifts, Myna retains pitch sensitivity, leading to improvements in key detection tasks.
 
9
  license: mit
10
  ---
11
 
12
+ # Myna-Base
13
+ ## From "Myna: Masking-Based Contrastive Learning of Musical Representations"
14
 
15
  ## Model Overview
16
  Myna is a self-supervised contrastive model designed for musical representation learning. It employs a Vision Transformer (ViT) backbone on mel-spectrograms and introduces token masking as its primary augmentation method. Unlike traditional contrastive learning frameworks that rely on augmentations such as pitch shifts, Myna retains pitch sensitivity, leading to improvements in key detection tasks.