0925 add usable yamls

This commit is contained in:
FelixChan
2025-09-25 15:41:00 +08:00
parent a20c1ed814
commit 5b8bfd70e3
95 changed files with 906 additions and 47 deletions

View File

@ -0,0 +1,20 @@
encoding_scheme: cp
num_features: 5
vocab_name: MusicTokenVocabCP
model_name: NestedMusicTransformer
input_embedder_name: SummationEmbedder
main_decoder_name: XtransformerDecoder
sub_decoder_name: CrossAttention
model_dropout: 0.1
input_embedder:
num_layer: 1
num_head: 8
main_decoder:
input_length: 1024
dim_model: 512
num_layer: 6
num_head: 8
sub_decoder:
decout_window_size: 1 # 1 means no previous decoding output added
num_layer: 1
feature_enricher_use: False