Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,9 @@ train code: https://github.com/laitselec/MuFun
|
|
13 |
|
14 |
## Usage
|
15 |
some audio processing packages like mutagen, torchaudio are needed to be installed
|
|
|
|
|
|
|
16 |
```python
|
17 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
18 |
hf_path = 'Yi3852/MuFun-ABC'
|
|
|
13 |
|
14 |
## Usage
|
15 |
some audio processing packages like mutagen, torchaudio are needed to be installed
|
16 |
+
|
17 |
+
(ABC code can be pasted into software like EasyABC to listen or transfom to other formats)
|
18 |
+
|
19 |
```python
|
20 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
21 |
hf_path = 'Yi3852/MuFun-ABC'
|