sander-wood
commited on
Commit
·
2830350
1
Parent(s):
b741932
Update README.md
Browse files
README.md
CHANGED
@@ -2,12 +2,14 @@
|
|
2 |
license: mit
|
3 |
language: en
|
4 |
widget:
|
5 |
-
- text:
|
6 |
inference:
|
7 |
parameters:
|
8 |
top_p: 0.9
|
9 |
max_length: 1024
|
10 |
-
do_sample:
|
|
|
|
|
11 |
---
|
12 |
# Exploring the Efficacy of Pre-trained Checkpoints in Text-to-Music Generation Task
|
13 |
|
|
|
2 |
license: mit
|
3 |
language: en
|
4 |
widget:
|
5 |
+
- text: This is a traditional Irish dance music.
|
6 |
inference:
|
7 |
parameters:
|
8 |
top_p: 0.9
|
9 |
max_length: 1024
|
10 |
+
do_sample: true
|
11 |
+
tags:
|
12 |
+
- music
|
13 |
---
|
14 |
# Exploring the Efficacy of Pre-trained Checkpoints in Text-to-Music Generation Task
|
15 |
|