Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,13 @@
|
|
| 1 |
---
|
| 2 |
library_name: pytorch
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
## Model Card: Spectra-0 (anti-spoofing / bonafide vs spoof)
|
|
@@ -122,4 +124,4 @@ with torch.inference_mode():
|
|
| 122 |
|
| 123 |
## License
|
| 124 |
|
| 125 |
-
MIT (see the `license` field in the model repo header).
|
|
|
|
| 1 |
---
|
| 2 |
library_name: pytorch
|
| 3 |
tags:
|
| 4 |
+
- audio
|
| 5 |
+
- spoofing-detection
|
| 6 |
+
- anti-spoofing
|
| 7 |
+
- wav2vec2
|
| 8 |
+
- ecapa-tdnn
|
| 9 |
+
license: mit
|
| 10 |
+
pipeline_tag: audio-classification
|
| 11 |
---
|
| 12 |
|
| 13 |
## Model Card: Spectra-0 (anti-spoofing / bonafide vs spoof)
|
|
|
|
| 124 |
|
| 125 |
## License
|
| 126 |
|
| 127 |
+
MIT (see the `license` field in the model repo header).
|