Update metadata with huggingface_hub
Browse files
README.md
CHANGED
@@ -5,20 +5,24 @@ tags:
|
|
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 |
training_config:
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
5 |
- music
|
6 |
metrics:
|
7 |
- accuracy
|
|
|
|
|
|
|
8 |
datasets:
|
9 |
- sandernotenbaert/lmd_matched
|
10 |
training_config:
|
11 |
+
vocab_size: 30000
|
12 |
+
hidden_size: 256
|
13 |
+
intermediate_size: 512
|
14 |
+
num_hidden_layers: 4
|
15 |
+
num_attention_heads: 4
|
16 |
+
num_key_value_heads: 4
|
17 |
+
sliding_window: 4
|
18 |
+
max_position_embeddings: 1024
|
19 |
+
pad_token_id: 0
|
20 |
+
bos_token_id: 1
|
21 |
+
eos_token_id: 2
|
22 |
+
pipeline_tag: other
|
23 |
+
model-index:
|
24 |
+
- name: OKAI-midi-gen-v-001
|
25 |
+
results: []
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|