juancopi81
commited on
Commit
•
0c87131
1
Parent(s):
0c8ac94
Add widget musical example, recognition to dr. Tristan and link to notebook to listen to the results of the model.
Browse files
README.md
CHANGED
@@ -4,6 +4,9 @@ tags:
|
|
4 |
model-index:
|
5 |
- name: juancopi81/mutopia_guitar_mmm
|
6 |
results: []
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
@@ -11,7 +14,9 @@ probably proofread and complete it, then remove this comment. -->
|
|
11 |
|
12 |
# juancopi81/mutopia_guitar_mmm
|
13 |
|
14 |
-
This model
|
|
|
|
|
15 |
It achieves the following results on the evaluation set:
|
16 |
- Train Loss: 0.7588
|
17 |
- Validation Loss: 1.3974
|
|
|
4 |
model-index:
|
5 |
- name: juancopi81/mutopia_guitar_mmm
|
6 |
results: []
|
7 |
+
widget:
|
8 |
+
- text: "PIECE_START TIME_SIGNATURE=2_4 BPM=100 TRACK_START INST=0 DENSITY=2 BAR_START NOTE_ON=44"
|
9 |
+
example_title: "Time signature 2/4, BPM=100"
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
|
14 |
|
15 |
# juancopi81/mutopia_guitar_mmm
|
16 |
|
17 |
+
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the [Mutopia Guitar Dataset](https://huggingface.co/datasets/juancopi81/mutopia_guitar_dataset). Use the widget to generate your piece and then use [this notebook](https://colab.research.google.com/drive/14vlJwCvDmNH6SFfVuYY0Y18qTbaHEJCY?usp=sharing) to hear it (work in progress).
|
18 |
+
The notebook is adapted from [the one created by Dr. Tristan Behrens](https://huggingface.co/TristanBehrens/js-fakes-4bars).
|
19 |
+
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Train Loss: 0.7588
|
22 |
- Validation Loss: 1.3974
|