Datasets:
Add Spectra-0 submission (CFAD) (#3)
Browse files- Add Spectra-0 submission (CFAD) (305813ec029cf4a3f662d3547ba44b3e9f9c50aa)
- Fill reproduction block (match: scoring) (3f95995a1b1e573ee261cbb0051eb315ee46fe7e)
- submissions/spectra-0.yaml +37 -0
submissions/spectra-0.yaml
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version: 4
|
| 2 |
+
system:
|
| 3 |
+
name: Spectra-0
|
| 4 |
+
slug: spectra-0
|
| 5 |
+
description: 'Speech deepfake detector: a wav2vec 2.0 XLS-R-300m self-supervised front-end feeding a
|
| 6 |
+
single-layer MLP bridge (1024->128, SELU) into an ECAPA-TDNN 2-class classifier. Pre-release lab260/spectra_0
|
| 7 |
+
checkpoint. FP32, preemphasis (0.97), deterministic first-64600-sample window (no random crop). score
|
| 8 |
+
= output logit for class 1 (bona fide). Unpublished / pre-release model (no paper).
|
| 9 |
+
|
| 10 |
+
'
|
| 11 |
+
code: https://huggingface.co/lab260/spectra_0
|
| 12 |
+
checkpoint: https://huggingface.co/lab260/spectra_0
|
| 13 |
+
params_millions: 318.3322
|
| 14 |
+
dataset:
|
| 15 |
+
id: SpeechAntiSpoofingBenchmarks/CFAD
|
| 16 |
+
revision: 53d7855c1c378524f7b7b1030bcb6b2caa327fe6
|
| 17 |
+
split: test
|
| 18 |
+
scores:
|
| 19 |
+
eer_percent: 3.419210438592314
|
| 20 |
+
n_trials: 62999
|
| 21 |
+
n_skipped: 0
|
| 22 |
+
artifact:
|
| 23 |
+
scores_url: https://huggingface.co/lab260/spectra_0/resolve/5748a33199ead5c4520d56c687fd04609c5b9f02/.eval_results/SpeechAntiSpoofingBenchmarks/CFAD/scores.txt
|
| 24 |
+
scores_sha256: 60b942d369574ab83cbe8ee69f63e689b0cc1845284c69546aee1037513edd5e
|
| 25 |
+
bench_version: speech-spoof-bench==0.3.4
|
| 26 |
+
submitter:
|
| 27 |
+
hf_username: korallll
|
| 28 |
+
contact: k.n.borodin@mtuci.ru
|
| 29 |
+
submitted_at: '2026-06-06'
|
| 30 |
+
notes: Spectra-0 (wav2vec2 XLS-R-300m SSL front-end + MLP bridge + ECAPA-TDNN). Preemphasis 0.97, deterministic
|
| 31 |
+
first-64600-sample window. score = logit class 1 (bona fide). Unpublished/pre-release (no paper). Scores
|
| 32 |
+
hosted in lab260/spectra_0/.eval_results.
|
| 33 |
+
reproduction:
|
| 34 |
+
reproduced_by: SpeechAntiSpoofingBenchmarks
|
| 35 |
+
reproduced_at: '2026-06-07'
|
| 36 |
+
reproduced_bench_version: speech-spoof-bench==0.3.4
|
| 37 |
+
match: scoring
|