VoiceRestore / config.json
jadechoghari's picture
add space new version
5017efb
raw
history blame
No virus
416 Bytes
{
"architectures": [
"VoiceRestore"
],
"model_type": "voice_restore",
"model_name_or_path": "content/voicerestore",
"steps": 16,
"cfg_strength": 0.5,
"window_size_sec": 5.0,
"overlap": 0.5,
"torch_dtype": "float32",
"transformers_version": "4.42.4",
"auto_map": {
"AutoConfig": "modeling.VoiceRestoreConfig",
"AutoModel": "modeling.VoiceRestore"
},
"preprocessor_class": null
}