Datasets:
Add Spectra-AASIST submission: SONAR
#2
by korallll - opened
YAML Metadata Error:Invalid content in eval.yaml.
Check out the documentation for more information.
Show details
✖ Invalid option: expected one of "prompt_template"|"system_message"|"user_message"|"chain_of_thought"|"use_tools"|"generate"|"self_critique"|"multiple_choice"
→ at tasks[0].solvers[0].name
✖ Invalid option: expected one of "includes"|"match"|"pattern"|"answer"|"exact"|"f1"|"model_graded_qa"|"model_graded_fact"|"choice"
→ at tasks[0].scorers[0].name
submissions/spectra-aasist.yaml
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version: 4
|
| 2 |
+
system:
|
| 3 |
+
name: Spectra-AASIST
|
| 4 |
+
slug: spectra-aasist
|
| 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) into an AASIST 2-class classifier with four-branch spectro-temporal
|
| 7 |
+
graph attention. Pre-release lab260/Spectra-AASIST checkpoint. FP32, preemphasis (0.97), deterministic
|
| 8 |
+
first-64600-sample window (no random crop). score = output logit for class 1 (bona fide). Unpublished
|
| 9 |
+
/ pre-release model (no paper).
|
| 10 |
+
|
| 11 |
+
'
|
| 12 |
+
code: https://huggingface.co/lab260/Spectra-AASIST
|
| 13 |
+
checkpoint: https://huggingface.co/lab260/Spectra-AASIST
|
| 14 |
+
params_millions: 316.0122
|
| 15 |
+
dataset:
|
| 16 |
+
id: SpeechAntiSpoofingBenchmarks/SONAR
|
| 17 |
+
revision: bf65a137339acbe91f4baa702b7638fcda69aca3
|
| 18 |
+
split: test
|
| 19 |
+
scores:
|
| 20 |
+
eer_percent: 24.84608619173263
|
| 21 |
+
n_trials: 4548
|
| 22 |
+
n_skipped: 0
|
| 23 |
+
artifact:
|
| 24 |
+
scores_url: https://huggingface.co/lab260/Spectra-AASIST/resolve/04012b7dbb49621303238790f1dacf28d5ecc0b2/.eval_results/SpeechAntiSpoofingBenchmarks/SONAR/scores.txt
|
| 25 |
+
scores_sha256: 016706af55513278b6d74003d98da0aca944f6ac593e930b796db1b8aaa151d3
|
| 26 |
+
bench_version: speech-spoof-bench==0.3.4
|
| 27 |
+
submitter:
|
| 28 |
+
hf_username: korallll
|
| 29 |
+
contact: k.n.borodin@mtuci.ru
|
| 30 |
+
submitted_at: '2026-06-07'
|
| 31 |
+
notes: Spectra-AASIST (wav2vec2 XLS-R-300m SSL front-end + MLP bridge + AASIST). Preemphasis 0.97, deterministic
|
| 32 |
+
first-64600-sample window. score = logit class 1 (bona fide). Unpublished/pre-release (no paper). Scores
|
| 33 |
+
hosted in lab260/Spectra-AASIST/.eval_results.
|
| 34 |
+
reproduction:
|
| 35 |
+
reproduced_by: SpeechAntiSpoofingBenchmarks
|
| 36 |
+
reproduced_at: '2026-06-07'
|
| 37 |
+
reproduced_bench_version: speech-spoof-bench==0.3.4
|
| 38 |
+
match: scoring
|