Update README.md
Browse files
README.md
CHANGED
@@ -2,11 +2,14 @@
|
|
2 |
library_name: transformers
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
model-index:
|
8 |
- name: OKAI-midi-gen-v-001
|
9 |
results: []
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -21,7 +24,7 @@ It achieves the following results on the evaluation set:
|
|
21 |
|
22 |
## Model description
|
23 |
|
24 |
-
|
25 |
|
26 |
## Intended uses & limitations
|
27 |
|
@@ -78,4 +81,4 @@ The following hyperparameters were used during training:
|
|
78 |
- Transformers 4.52.3
|
79 |
- Pytorch 2.6.0
|
80 |
- Datasets 3.6.0
|
81 |
-
- Tokenizers 0.21.1
|
|
|
2 |
library_name: transformers
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
- music
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
model-index:
|
9 |
- name: OKAI-midi-gen-v-001
|
10 |
results: []
|
11 |
+
datasets:
|
12 |
+
- sandernotenbaert/lmd_matched
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
+
First test with small subset on M1Pro. Generates valid files, notes very clustered with long gaps
|
28 |
|
29 |
## Intended uses & limitations
|
30 |
|
|
|
81 |
- Transformers 4.52.3
|
82 |
- Pytorch 2.6.0
|
83 |
- Datasets 3.6.0
|
84 |
+
- Tokenizers 0.21.1
|