Update README.md
Browse files
README.md
CHANGED
|
@@ -56,6 +56,15 @@ model-index:
|
|
| 56 |
- name: Equal Error Rate
|
| 57 |
type: Equal Error Rate
|
| 58 |
value: 14.716
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
---
|
| 60 |
|
| 61 |
## Model Card: Spectra-0 (anti-spoofing / bonafide vs spoof)
|
|
@@ -69,14 +78,14 @@ On first run, the model will automatically download the SSL encoder `facebook/wa
|
|
| 69 |
|
| 70 |
## Evaluation Results
|
| 71 |
|
| 72 |
-
| Model | ASVspoof19 LA | ASVspoof21 LA | ASVspoof21 DF | ASVspoof5 | ADD2022 |
|
| 73 |
-
|-----------|--------|--------|--------|--------|--------|
|
| 74 |
-
| Res2TCNGuard | 7.487 | 19.130 | 19.883 | 37.620 | 49.538 |
|
| 75 |
-
| AASIST3 | 27.585 | 37.407 | 33.099 | 41.001 | 47.192 |
|
| 76 |
-
| XSLS | 0.231 | 7.714 | 4.220 | 17.688 | 33.951 |
|
| 77 |
-
| TCM | **0.152** | 6.655 | **3.444** | 19.505 | 35.252 |
|
| 78 |
-
|
|
| 79 |
-
| **Spectra-0** | 0.181 | **6.475** | 5.410 | **14.426** | **14.716** |
|
| 80 |
|
| 81 |
## Quickstart
|
| 82 |
|
|
@@ -172,4 +181,10 @@ with torch.inference_mode():
|
|
| 172 |
|
| 173 |
## License
|
| 174 |
|
| 175 |
-
MIT (see the `license` field in the model repo header).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
- name: Equal Error Rate
|
| 57 |
type: Equal Error Rate
|
| 58 |
value: 14.716
|
| 59 |
+
- task:
|
| 60 |
+
type: Speech Antispoofing
|
| 61 |
+
dataset:
|
| 62 |
+
name: In-the-Wild
|
| 63 |
+
type: In-the-Wild
|
| 64 |
+
metrics:
|
| 65 |
+
- name: Equal Error Rate
|
| 66 |
+
type: Equal Error Rate
|
| 67 |
+
value: 1.026
|
| 68 |
---
|
| 69 |
|
| 70 |
## Model Card: Spectra-0 (anti-spoofing / bonafide vs spoof)
|
|
|
|
| 78 |
|
| 79 |
## Evaluation Results
|
| 80 |
|
| 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 |
|
| 88 |
+
| **Spectra-0** | 0.181 | **6.475** | 5.410 | **14.426** | **14.716** | **1.026** |
|
| 89 |
|
| 90 |
## Quickstart
|
| 91 |
|
|
|
|
| 181 |
|
| 182 |
## License
|
| 183 |
|
| 184 |
+
MIT (see the `license` field in the model repo header).
|
| 185 |
+
|
| 186 |
+
## Contacts
|
| 187 |
+
|
| 188 |
+
TG channel: https://t.me/korallll_ai
|
| 189 |
+
email: k.n.borodin@mtuci.ru
|
| 190 |
+
website: https://lab260.ru/
|