sandernotenbaert commited on
Commit
a7d1683
·
verified ·
1 Parent(s): a44993a

Update metadata with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +15 -11
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
- - max_position_embeddings: 1024
15
- - num_attention_heads: 4
16
- - pipeline_tag: other
17
- - num_hidden_layers: 4
18
- - sliding_window: 4
19
- - intermediate_size: 512
20
- - hidden_size: 256
21
- - num_key_value_heads: 4
 
 
 
 
 
 
 
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