Yi3852 commited on
Commit
11062fc
·
verified ·
1 Parent(s): 9d333aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -10,6 +10,8 @@ base_model:
10
  ---
11
  MuFun model proposed in [Advancing the Foundation Model for Music Understanding](https://arxiv.org/abs/2508.01178)
12
 
 
 
13
  ## Usage
14
  some audio processing packages like mutagen, torchaudio are needed to be installed
15
  ```python
 
10
  ---
11
  MuFun model proposed in [Advancing the Foundation Model for Music Understanding](https://arxiv.org/abs/2508.01178)
12
 
13
+ train code: https://github.com/laitselec/MuFun
14
+
15
  ## Usage
16
  some audio processing packages like mutagen, torchaudio are needed to be installed
17
  ```python