Datasets:
File size: 645 Bytes
4d68066 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | name: PyAra
description: >
PyAra — Russian-language audio anti-spoofing dataset
(https://www.kaggle.com/datasets/alep079/pyara). Binary classification:
bonafide (genuine Russian recordings) vs. spoof (synthetic/converted speech
from 5 algorithms alg_1..alg_5). EER over the full set (201,778 utterances:
73,583 bonafide / 128,195 spoof).
evaluation_framework: inspect-ai
tasks:
- id: antispoofing_eval
config: default
split: test
field_spec:
input: audio
target: label
solvers:
- name: speech_spoof_bench_solver
scorers:
- name: speech_spoof_scorer
metrics:
- eer_percent
|