DINO-HuVITS / config.json
SazerLife's picture
feat: added model
36a67ca
raw
history blame contribute delete
758 Bytes
{
"architectures": [
"DinoHuVits"
],
"auto_map": {
"AutoModel": "config.DinoHuVitsConfig"
},
"gin_channels": 256,
"hidden_channels": 192,
"hubert_downsample_channels": 192,
"hubert_feature_channels": 768,
"hubert_output_layer": 11,
"inter_channels": 192,
"model_type": "DINO-HuVITS",
"resblock": "1",
"resblock_dilation_sizes": [
[
1,
3,
5
],
[
1,
3,
5
],
[
1,
3,
5
]
],
"resblock_kernel_sizes": [
3,
7,
11
],
"torch_dtype": "float32",
"transformers_version": "4.38.2",
"upsample_initial_channel": 512,
"upsample_kernel_sizes": [
20,
16,
4,
4
],
"upsample_rates": [
10,
8,
2,
2
]
}