Update README.md
Browse files
README.md
CHANGED
@@ -9,22 +9,19 @@ datasets:
|
|
9 |
- TristanBehrens/js-fakes-4bars
|
10 |
---
|
11 |
|
12 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
-
should probably proofread and complete it, then remove this comment. -->
|
14 |
-
|
15 |
# midi_model_2
|
16 |
|
17 |
-
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 0.8079
|
20 |
|
21 |
## Model description
|
22 |
|
23 |
-
|
24 |
|
25 |
## Intended uses & limitations
|
26 |
|
27 |
-
|
28 |
|
29 |
## Training and evaluation data
|
30 |
|
|
|
9 |
- TristanBehrens/js-fakes-4bars
|
10 |
---
|
11 |
|
|
|
|
|
|
|
12 |
# midi_model_2
|
13 |
|
14 |
+
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the js-fakes-4bars dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
- Loss: 0.8079
|
17 |
|
18 |
## Model description
|
19 |
|
20 |
+
This model generates encoded midi that follows the format of [Magenta](https://github.com/magenta/note-seq).
|
21 |
|
22 |
## Intended uses & limitations
|
23 |
|
24 |
+
For generating basic encoded midi.
|
25 |
|
26 |
## Training and evaluation data
|
27 |
|