wh1tet3a commited on
Commit
2052667
·
1 Parent(s): fa52ffb

update readme

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -67,7 +67,7 @@ model-index:
67
  value: 1.461
68
  ---
69
 
70
- ## Model Card: Spectra-0 (anti-spoofing / bonafide vs spoof)
71
 
72
  `Spectra-AASIST` is a model for **speech spoofing detection** (binary classification: `bonafide` vs `spoof`) from **raw audio waveforms**. Architecture: SSL encoder (`Wav2Vec2`) → MLP projection → `AASIST` 2-class classifier.
73
 
@@ -81,7 +81,7 @@ On first run, the model will automatically download the SSL encoder `facebook/wa
81
  | Model | ASVspoof19 LA | ASVspoof21 LA | ASVspoof21 DF | ASVspoof5 | ADD2022 | In-the-Wild |
82
  |-----------|--------|--------|--------|--------|--------|--------|
83
  | [Res2TCNGuard](https://github.com/mtuciru/Res2TCNGuard) | 7.487 | 19.130 | 19.883 | 37.620 | 49.538 | 49.246 |
84
- | [AASIST3](https://huggingface.co/MTUCI/AASIST3) | 27.585 | 37.407 | 33.099 | 41.001 | 47.192 | 39.626 |
85
  | [XSLS](https://github.com/QiShanZhang/SLSforASVspoof-2021-DF) | 0.231 | 7.714 | 4.220 | 17.688 | 33.951 | 7.453 |
86
  | [TCM-ADD](https://github.com/ductuantruong/tcm_add) | **0.152** | 6.655 | 3.444 | 19.505 | 35.252 | 7.767 |
87
  | [DF Arena 1B](https://huggingface.co/Speech-Arena-2025/DF_Arena_1B_V_1) | 43.793 | 40.137 | 42.994 | 35.333 | 42.139 | 17.598 |
@@ -91,11 +91,11 @@ On first run, the model will automatically download the SSL encoder `facebook/wa
91
 
92
  ### Clone from Hugging Face
93
 
94
- This repository is hosted on Hugging Face Hub: `https://huggingface.co/MTUCI/spectra_aasist`.
95
 
96
  ```bash
97
  git lfs install
98
- git clone https://huggingface.co/MTUCI/spectra_aasist
99
  cd spectra_aasist
100
  ```
101
 
 
67
  value: 1.461
68
  ---
69
 
70
+ ## Model Card: Spectra-AASIST3 (anti-spoofing / bonafide vs spoof)
71
 
72
  `Spectra-AASIST` is a model for **speech spoofing detection** (binary classification: `bonafide` vs `spoof`) from **raw audio waveforms**. Architecture: SSL encoder (`Wav2Vec2`) → MLP projection → `AASIST` 2-class classifier.
73
 
 
81
  | Model | ASVspoof19 LA | ASVspoof21 LA | ASVspoof21 DF | ASVspoof5 | ADD2022 | In-the-Wild |
82
  |-----------|--------|--------|--------|--------|--------|--------|
83
  | [Res2TCNGuard](https://github.com/mtuciru/Res2TCNGuard) | 7.487 | 19.130 | 19.883 | 37.620 | 49.538 | 49.246 |
84
+ | [AASIST3](https://huggingface.co/lab260/AASIST3) | 27.585 | 37.407 | 33.099 | 41.001 | 47.192 | 39.626 |
85
  | [XSLS](https://github.com/QiShanZhang/SLSforASVspoof-2021-DF) | 0.231 | 7.714 | 4.220 | 17.688 | 33.951 | 7.453 |
86
  | [TCM-ADD](https://github.com/ductuantruong/tcm_add) | **0.152** | 6.655 | 3.444 | 19.505 | 35.252 | 7.767 |
87
  | [DF Arena 1B](https://huggingface.co/Speech-Arena-2025/DF_Arena_1B_V_1) | 43.793 | 40.137 | 42.994 | 35.333 | 42.139 | 17.598 |
 
91
 
92
  ### Clone from Hugging Face
93
 
94
+ This repository is hosted on Hugging Face Hub: `https://huggingface.co/lab260/spectra_aasist`.
95
 
96
  ```bash
97
  git lfs install
98
+ git clone https://huggingface.co/lab260/spectra_aasist
99
  cd spectra_aasist
100
  ```
101