Datasets:
Fill reproduction block (scoring) — force merge
Browse files- submissions/spectra-0.yaml +11 -7
submissions/spectra-0.yaml
CHANGED
|
@@ -2,10 +2,10 @@ 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 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
|
| 10 |
'
|
| 11 |
code: https://huggingface.co/lab260/spectra_0
|
|
@@ -27,6 +27,10 @@ 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 |
-
|
| 32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 single-layer MLP bridge
|
| 6 |
+
(1024->128, SELU) into an ECAPA-TDNN 2-class classifier. Pre-release lab260/spectra_0 checkpoint. FP32, preemphasis (0.97),
|
| 7 |
+
deterministic first-64600-sample window (no random crop). score = output logit for class 1 (bona fide). Unpublished /
|
| 8 |
+
pre-release model (no paper).
|
| 9 |
|
| 10 |
'
|
| 11 |
code: https://huggingface.co/lab260/spectra_0
|
|
|
|
| 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 first-64600-sample
|
| 31 |
+
window. score = logit class 1 (bona fide). Unpublished/pre-release (no paper). Scores hosted in lab260/spectra_0/.eval_results.
|
| 32 |
+
reproduction:
|
| 33 |
+
reproduced_by: SpeechAntiSpoofingBenchmarks
|
| 34 |
+
reproduced_at: '2026-06-10'
|
| 35 |
+
reproduced_bench_version: speech-spoof-bench==0.3.4
|
| 36 |
+
match: scoring
|