tky823 commited on
Commit
17bd881
·
verified ·
1 Parent(s): 0aa5ee6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -9,7 +9,6 @@ tags:
9
  # MusicFM
10
 
11
  - MusicFM that supports `transformers.AutoModel`.
12
- - Original repository: https://github.com/minzwon/musicfm
13
  - See https://github.com/minzwon/musicfm/blob/master/README.md for details.
14
 
15
  ```python
@@ -24,3 +23,7 @@ tags:
24
  >>> emb.size()
25
  torch.Size([4, 750, 1024])
26
  ```
 
 
 
 
 
9
  # MusicFM
10
 
11
  - MusicFM that supports `transformers.AutoModel`.
 
12
  - See https://github.com/minzwon/musicfm/blob/master/README.md for details.
13
 
14
  ```python
 
23
  >>> emb.size()
24
  torch.Size([4, 750, 1024])
25
  ```
26
+
27
+ ## Ackowledgement
28
+
29
+ Most of the source code in this repository is based on code from @minzwon's repository https://github.com/minzwon/musicfm. We gratefully acknowledge their excellent work.