Upload 2 files
Browse files- config.json +26 -32
- model.ckpt +2 -2
config.json
CHANGED
|
@@ -3,55 +3,49 @@
|
|
| 3 |
"model_type": "midi_model",
|
| 4 |
"n_embd": 1024,
|
| 5 |
"net_config": {
|
| 6 |
-
"attention_bias": false,
|
| 7 |
"attention_dropout": 0.0,
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"final_logit_softcapping": null,
|
| 11 |
-
"head_dim": 256,
|
| 12 |
-
"hidden_activation": "gelu_pytorch_tanh",
|
| 13 |
"hidden_size": 1024,
|
| 14 |
"initializer_range": 0.02,
|
| 15 |
"intermediate_size": 4096,
|
| 16 |
-
"max_position_embeddings":
|
| 17 |
-
"model_type": "
|
| 18 |
"num_attention_heads": 16,
|
| 19 |
"num_hidden_layers": 12,
|
| 20 |
-
"num_key_value_heads":
|
| 21 |
-
"
|
| 22 |
-
"
|
| 23 |
-
"
|
|
|
|
|
|
|
| 24 |
"rope_scaling": null,
|
| 25 |
-
"rope_theta":
|
| 26 |
-
"sliding_window":
|
| 27 |
-
"
|
| 28 |
-
"use_cache": true,
|
| 29 |
"vocab_size": 3406
|
| 30 |
},
|
| 31 |
"net_token_config": {
|
| 32 |
-
"attention_bias": false,
|
| 33 |
"attention_dropout": 0.0,
|
| 34 |
-
"
|
| 35 |
-
"
|
| 36 |
-
"final_logit_softcapping": null,
|
| 37 |
-
"head_dim": 256,
|
| 38 |
-
"hidden_activation": "gelu_pytorch_tanh",
|
| 39 |
"hidden_size": 1024,
|
| 40 |
"initializer_range": 0.02,
|
| 41 |
"intermediate_size": 1024,
|
| 42 |
-
"max_position_embeddings":
|
| 43 |
-
"model_type": "
|
| 44 |
"num_attention_heads": 4,
|
| 45 |
"num_hidden_layers": 3,
|
| 46 |
-
"num_key_value_heads":
|
| 47 |
-
"
|
| 48 |
-
"
|
| 49 |
-
"
|
|
|
|
|
|
|
| 50 |
"rope_scaling": null,
|
| 51 |
-
"rope_theta":
|
| 52 |
-
"sliding_window":
|
| 53 |
-
"
|
| 54 |
-
"use_cache": true,
|
| 55 |
"vocab_size": 3406
|
| 56 |
},
|
| 57 |
"tokenizer": {
|
|
|
|
| 3 |
"model_type": "midi_model",
|
| 4 |
"n_embd": 1024,
|
| 5 |
"net_config": {
|
|
|
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
+
"embd_pdrop": 0.0,
|
| 8 |
+
"hidden_act": "silu",
|
|
|
|
|
|
|
|
|
|
| 9 |
"hidden_size": 1024,
|
| 10 |
"initializer_range": 0.02,
|
| 11 |
"intermediate_size": 4096,
|
| 12 |
+
"max_position_embeddings": 2048,
|
| 13 |
+
"model_type": "phi3",
|
| 14 |
"num_attention_heads": 16,
|
| 15 |
"num_hidden_layers": 12,
|
| 16 |
+
"num_key_value_heads": 16,
|
| 17 |
+
"original_max_position_embeddings": 4096,
|
| 18 |
+
"pad_token_id": 0,
|
| 19 |
+
"partial_rotary_factor": 1.0,
|
| 20 |
+
"resid_pdrop": 0.0,
|
| 21 |
+
"rms_norm_eps": 1e-05,
|
| 22 |
"rope_scaling": null,
|
| 23 |
+
"rope_theta": 10000.0,
|
| 24 |
+
"sliding_window": null,
|
| 25 |
+
"use_cache": false,
|
|
|
|
| 26 |
"vocab_size": 3406
|
| 27 |
},
|
| 28 |
"net_token_config": {
|
|
|
|
| 29 |
"attention_dropout": 0.0,
|
| 30 |
+
"embd_pdrop": 0.0,
|
| 31 |
+
"hidden_act": "silu",
|
|
|
|
|
|
|
|
|
|
| 32 |
"hidden_size": 1024,
|
| 33 |
"initializer_range": 0.02,
|
| 34 |
"intermediate_size": 1024,
|
| 35 |
+
"max_position_embeddings": 2048,
|
| 36 |
+
"model_type": "phi3",
|
| 37 |
"num_attention_heads": 4,
|
| 38 |
"num_hidden_layers": 3,
|
| 39 |
+
"num_key_value_heads": 4,
|
| 40 |
+
"original_max_position_embeddings": 4096,
|
| 41 |
+
"pad_token_id": 0,
|
| 42 |
+
"partial_rotary_factor": 1.0,
|
| 43 |
+
"resid_pdrop": 0.0,
|
| 44 |
+
"rms_norm_eps": 1e-05,
|
| 45 |
"rope_scaling": null,
|
| 46 |
+
"rope_theta": 10000.0,
|
| 47 |
+
"sliding_window": null,
|
| 48 |
+
"use_cache": false,
|
|
|
|
| 49 |
"vocab_size": 3406
|
| 50 |
},
|
| 51 |
"tokenizer": {
|
model.ckpt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eaca584a7e2d7beab42e783dcf4d9f845957465484f71f4ce584cfb017710ae1
|
| 3 |
+
size 1403181381
|