korallll commited on
Commit
ac76f0e
·
verified ·
1 Parent(s): 5caf113

seed: random-baseline submission (srr_complement, DeepVoice-calibrated)

Browse files
Files changed (1) hide show
  1. submissions/random-baseline.yaml +40 -0
submissions/random-baseline.yaml ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ schema_version: 5
2
+ system:
3
+ name: random-baseline
4
+ slug: random-baseline
5
+ description: Reference random baseline. Returns N(0,1) for every utterance (seed=0).
6
+ On a spoof-only set, 1-SRR ~ 50% at the DeepVoice-calibrated threshold by construction.
7
+ code: https://github.com/SpeechAntiSpoofingBenchmarks/speech-spoof-bench
8
+ checkpoint: https://huggingface.co/SpeechAntiSpoofingBenchmarks/random-baseline-asas
9
+ params_millions: 1
10
+ paper:
11
+ arxiv_id: '1911.01601'
12
+ url: https://arxiv.org/abs/1911.01601
13
+ bibtex: '@article{wang2020asvspoof, title={ASVspoof 2019}, year={2020}}'
14
+ dataset:
15
+ id: lab260/LRLspoof
16
+ revision: 5caf11349cf96aa198527cfb040cdba585cdd49e
17
+ split: test
18
+ scores:
19
+ srr_complement: 50.01744023366079
20
+ n_trials: 1304455
21
+ n_skipped: 0
22
+ calibration:
23
+ source_dataset: SpeechAntiSpoofingBenchmarks/DeepVoice
24
+ threshold: 0.0001841719745222704
25
+ artifact:
26
+ scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/random-baseline-asas/resolve/7c7291672910a9ee755fca6e60e2f1c8a6da7d8a/.eval_results/lab260/LRLspoof/scores.txt
27
+ scores_sha256: d7a542360024d37ae0ca80cdaca6d1b31f2c9c09f01bad6421235ccc515bcbcd
28
+ bench_version: speech-spoof-bench==0.4.1
29
+ reproduction:
30
+ reproduced_by: SpeechAntiSpoofingBenchmarks
31
+ reproduced_at: '2026-06-21'
32
+ reproduced_bench_version: speech-spoof-bench==0.4.1
33
+ match: scoring
34
+ submitter:
35
+ hf_username: SpeechAntiSpoofingBenchmarks
36
+ contact: k.n.borodin@mtuci.ru
37
+ submitted_at: '2026-06-21'
38
+ notes: Seeded random baseline for LRLspoof (spoof-only, srr_complement). t* transferred
39
+ from the random-baseline DeepVoice EER operating point; reproduced via reproduce
40
+ --scoring (sha matched, value matched).