sander-wood
commited on
Commit
•
7e4bdd0
1
Parent(s):
c5c8305
Update README.md
Browse files
README.md
CHANGED
@@ -75,7 +75,7 @@ K:D
|
|
75 |
de |"D"
|
76 |
```
|
77 |
|
78 |
-
3. Run the script `generate.py`. When running a script for the first time, the downloaded weights will be cached for future reuse.
|
79 |
|
80 |
```
|
81 |
python generate.py -num_tunes 3 -max_patch 128 -top_p 0.8 -top_k 8 -temperature 1.2 -seed 0 -show_control_code True
|
@@ -156,7 +156,7 @@ optional arguments:
|
|
156 |
```bibtex
|
157 |
@misc{https://doi.org/10.48550/arxiv.2301.02884,
|
158 |
title = {TunesFormer: Forming Irish Tunes with Control Codes by Bar Patching},
|
159 |
-
author={Shangda Wu and
|
160 |
year={2023},
|
161 |
eprint={2301.02884},
|
162 |
archivePrefix={arXiv},
|
|
|
75 |
de |"D"
|
76 |
```
|
77 |
|
78 |
+
3. Run the script `generate.py`. When running a script for the first time, the downloaded weights will be cached for future reuse. If the automatic download does not work, you can manually download the weights from [here](https://huggingface.co/sander-wood/tunesformer/blob/main/weights.pth).
|
79 |
|
80 |
```
|
81 |
python generate.py -num_tunes 3 -max_patch 128 -top_p 0.8 -top_k 8 -temperature 1.2 -seed 0 -show_control_code True
|
|
|
156 |
```bibtex
|
157 |
@misc{https://doi.org/10.48550/arxiv.2301.02884,
|
158 |
title = {TunesFormer: Forming Irish Tunes with Control Codes by Bar Patching},
|
159 |
+
author={Shangda Wu and Xiaobing Li and Feng Yu and Maosong Sun},
|
160 |
year={2023},
|
161 |
eprint={2301.02884},
|
162 |
archivePrefix={arXiv},
|