This repository contains code for training and evaluating audio spoofing detection models. The codebase includes various models and datasets for detecting spoofed audio.
To train the models, use the provided training scripts. Each script is designed for a specific dataset and model configuration.
To run the training script directly, follow these steps:
python train_models.py --model_name SSLModel --dataset_name Bahubhashak --language SETA --train_variant SETA --language_test SETB --test_variant SETBC --num_epochs 5
To run the training script directly, follow these steps:
python3 train_models.py --model_name RawBMamba --dataset_name DECRODataset --language Chinese --language_test English --num_epochs 9 --lr 0.00001
To evaluate the trained models, use the provided evaluation script.
python evaluate_models.py --model_name RawBMamba --dataset_name DECRODataset --language Chinese --language_test English
10 commits
Python
100.0%
This repository contains code for training and evaluating audio spoofing detection models. The codebase includes various models and datasets for detecting spoofed audio.
To train the models, use the provided training scripts. Each script is designed for a specific dataset and model configuration.
To run the training script directly, follow these steps:
python train_models.py --model_name SSLModel --dataset_name Bahubhashak --language SETA --train_variant SETA --language_test SETB --test_variant SETBC --num_epochs 5
To run the training script directly, follow these steps:
python3 train_models.py --model_name RawBMamba --dataset_name DECRODataset --language Chinese --language_test English --num_epochs 9 --lr 0.00001
To evaluate the trained models, use the provided evaluation script.
python evaluate_models.py --model_name RawBMamba --dataset_name DECRODataset --language Chinese --language_test English
10 commits
Python
100.0%