Upload README.md with huggingface_hub
Browse files
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.
|