animescore / config.json
nonmetal's picture
AnimeScore release
eb34860
Raw
History Blame Contribute Delete
453 Bytes
{
"model_type": "animescore_ranknet",
"architectures": ["AnimeScoreRankNet"],
"auto_map": {
"AutoConfig": "modeling_animescore.AnimeScoreConfig",
"AutoModel": "modeling_animescore.AnimeScoreRankNet"
},
"ssl_backbone": "facebook/hubert-base-ls960",
"ssl_feat_dim": 768,
"use_layer_mixing_last_k": 4,
"lstm_hidden": 256,
"lstm_layers": 1,
"mlp_hidden": 256,
"dropout": 0.1,
"target_sr": 16000,
"torch_dtype": "float32"
}