korallll commited on
Commit
c654f38
·
verified ·
1 Parent(s): 308ab67

Add spectra-aasist3 submission for ODSS

Browse files
Files changed (1) hide show
  1. submissions/spectra-aasist3.yaml +33 -0
submissions/spectra-aasist3.yaml ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ schema_version: 4
2
+ system:
3
+ name: Spectra-AASIST3
4
+ slug: spectra-aasist3
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 a KAN-enhanced AASIST (KAN-AASIST) 2-class classifier with
7
+ four-branch spectro-temporal graph attention and a KAN output layer. Pre-release lab260/Spectra-AASIST3
8
+ checkpoint. FP32, preemphasis (0.97), deterministic first-64600-sample window (no random crop). score
9
+ = output logit for class 1 (bona fide). Unpublished / pre-release model (no paper).
10
+
11
+ '
12
+ code: https://huggingface.co/lab260/Spectra-AASIST3
13
+ checkpoint: https://huggingface.co/lab260/Spectra-AASIST3
14
+ params_millions: 318.9489
15
+ dataset:
16
+ id: SpeechAntiSpoofingBenchmarks/ODSS
17
+ revision: 307a3aca5fdc0d98239d7e6b3fceecb9859ef36d
18
+ split: test
19
+ scores:
20
+ eer_percent: 0.25122472051249845
21
+ n_trials: 26954
22
+ n_skipped: 0
23
+ artifact:
24
+ scores_url: https://huggingface.co/lab260/Spectra-AASIST3/resolve/6303fa1f0d743d388960a611e1aeeee78076edf3/.eval_results/SpeechAntiSpoofingBenchmarks/ODSS/scores.txt
25
+ scores_sha256: 25c6512884042736ca1a73e6c281f215d4d2031276211ddd38f1a99a4d1025d5
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-06'
31
+ notes: Spectra-AASIST3 (wav2vec2 XLS-R-300m SSL front-end + MLP bridge + KAN-AASIST). Preemphasis 0.97,
32
+ deterministic first-64600-sample window. score = logit class 1 (bona fide). Unpublished/pre-release
33
+ (no paper). Scores hosted in lab260/Spectra-AASIST3/.eval_results.