omnisentry-audio / model_config.json
HBIQ's picture
Upload 4 files
0aad6da verified
raw
history blame contribute delete
537 Bytes
{
"model_name": "CNN",
"feature_type": "mfcc",
"accuracy": 0.9280575539568345,
"f1_score": 0.9269674060723049,
"precision": 0.939369883403622,
"recall": 0.9280575539568345,
"input_shape": [
469,
171
],
"num_classes": 5,
"class_names": [
"Converted_Voice",
"Noisy_Fake",
"Noisy_Real",
"Real",
"Tts_Fake"
],
"sample_rate": 16000,
"max_duration": 15.0,
"n_mfcc": 13,
"n_mels": 128,
"n_fft": 2048,
"hop_length": 512
}