TristanBehrens
commited on
Upload 5 files
Browse files- .gitattributes +1 -0
- lengths.png +3 -0
- prompt_templates.json +8 -0
- statistics.jsonl +3 -0
- statistics.txt +6 -0
- train.jsonl +2 -2
.gitattributes
CHANGED
@@ -55,3 +55,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
train.json filter=lfs diff=lfs merge=lfs -text
|
57 |
train.jsonl filter=lfs diff=lfs merge=lfs -text
|
|
|
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
train.json filter=lfs diff=lfs merge=lfs -text
|
57 |
train.jsonl filter=lfs diff=lfs merge=lfs -text
|
58 |
+
statistics.jsonl filter=lfs diff=lfs merge=lfs -text
|
lengths.png
ADDED
Git LFS Details
|
prompt_templates.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"role": "### ROLE You are a highly skilled music composer.",
|
3 |
+
"add_track": "### INSTRUCTION Add a track to: ```midiyaml {input}```",
|
4 |
+
"add_bar_pre": "### INSTRUCTION Add a bar before this: ```midiyaml {input}```",
|
5 |
+
"add_bar_post": "### INSTRUCTION Add a bar after this: ```midiyaml {input}```",
|
6 |
+
"imagine": "### INSTRUCTION Compose a bar from scratch.",
|
7 |
+
"output": "### OUTPUT ```midiyaml {output}```"
|
8 |
+
}
|
statistics.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e26f7854ebf7aaea00c39633f0470b4bafd9e3b29ce03063845ec614e9b96f3
|
3 |
+
size 11961883
|
statistics.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Min: 109
|
2 |
+
Mean: 1420.1972776613861
|
3 |
+
Median: 1317.0
|
4 |
+
STD: 770.0553548633146
|
5 |
+
Max: 4729
|
6 |
+
Number of samples: 1000
|
train.jsonl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3d35eeae6ca4c111980c0631d091a3c0019ba0bde0bf0dbc1c159a7eb74851f
|
3 |
+
size 7780219427
|