breadlicker45 commited on
Commit
425bfb2
·
verified ·
1 Parent(s): 5eae2d7

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +130 -0
config.json ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "model_type": "midi_model",
4
+ "n_embd": 1024,
5
+ "net_config": {
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "attn_logit_softcapping": null,
9
+ "cache_implementation": "hybrid",
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": 4096,
17
+ "model_type": "gemma3_text",
18
+ "num_attention_heads": 16,
19
+ "num_hidden_layers": 12,
20
+ "num_key_value_heads": 8,
21
+ "query_pre_attn_scalar": 256,
22
+ "rms_norm_eps": 1e-06,
23
+ "rope_local_base_freq": 10000.0,
24
+ "rope_scaling": null,
25
+ "rope_theta": 1000000.0,
26
+ "sliding_window": 512,
27
+ "sliding_window_pattern": 6,
28
+ "use_cache": true,
29
+ "vocab_size": 3406
30
+ },
31
+ "net_token_config": {
32
+ "attention_bias": false,
33
+ "attention_dropout": 0.0,
34
+ "attn_logit_softcapping": null,
35
+ "cache_implementation": "hybrid",
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": 4096,
43
+ "model_type": "gemma3_text",
44
+ "num_attention_heads": 4,
45
+ "num_hidden_layers": 3,
46
+ "num_key_value_heads": 1,
47
+ "query_pre_attn_scalar": 256,
48
+ "rms_norm_eps": 1e-06,
49
+ "rope_local_base_freq": 10000.0,
50
+ "rope_scaling": null,
51
+ "rope_theta": 1000000.0,
52
+ "sliding_window": 512,
53
+ "sliding_window_pattern": 6,
54
+ "use_cache": true,
55
+ "vocab_size": 3406
56
+ },
57
+ "tokenizer": {
58
+ "bos_id": 1,
59
+ "eos_id": 2,
60
+ "event_parameters": {
61
+ "bpm": 384,
62
+ "channel": 16,
63
+ "controller": 128,
64
+ "dd": 4,
65
+ "duration": 2048,
66
+ "mi": 2,
67
+ "nn": 16,
68
+ "patch": 128,
69
+ "pitch": 128,
70
+ "sf": 15,
71
+ "time1": 128,
72
+ "time2": 16,
73
+ "track": 128,
74
+ "value": 128,
75
+ "velocity": 128
76
+ },
77
+ "events": {
78
+ "control_change": [
79
+ "time1",
80
+ "time2",
81
+ "track",
82
+ "channel",
83
+ "controller",
84
+ "value"
85
+ ],
86
+ "key_signature": [
87
+ "time1",
88
+ "time2",
89
+ "track",
90
+ "sf",
91
+ "mi"
92
+ ],
93
+ "note": [
94
+ "time1",
95
+ "time2",
96
+ "track",
97
+ "channel",
98
+ "pitch",
99
+ "velocity",
100
+ "duration"
101
+ ],
102
+ "patch_change": [
103
+ "time1",
104
+ "time2",
105
+ "track",
106
+ "channel",
107
+ "patch"
108
+ ],
109
+ "set_tempo": [
110
+ "time1",
111
+ "time2",
112
+ "track",
113
+ "bpm"
114
+ ],
115
+ "time_signature": [
116
+ "time1",
117
+ "time2",
118
+ "track",
119
+ "nn",
120
+ "dd"
121
+ ]
122
+ },
123
+ "max_token_seq": 8,
124
+ "optimise_midi": true,
125
+ "pad_id": 0,
126
+ "version": "v2",
127
+ "vocab_size": 3406
128
+ },
129
+ "transformers_version": "4.50.0.dev0"
130
+ }