Add HF tags in README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# wavlm_ssl_sv
|
| 2 |
|
| 3 |
This repository contains the source code of the article **Towards Supervised Performance on Speaker Verification with Self-Supervised Learning by Leveraging Large-Scale ASR Models** (INTERSPEECH 2024) [[arXiv]](https://arxiv.org/pdf/2406.02285).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets: VoxCeleb
|
| 4 |
+
tags:
|
| 5 |
+
- Speaker
|
| 6 |
+
- Verification
|
| 7 |
+
- SV
|
| 8 |
+
- Self-Supervised Learning
|
| 9 |
+
- SSL
|
| 10 |
+
- DINO
|
| 11 |
+
- WavLM
|
| 12 |
+
- pytorch
|
| 13 |
+
language:
|
| 14 |
+
- en
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
# wavlm_ssl_sv
|
| 18 |
|
| 19 |
This repository contains the source code of the article **Towards Supervised Performance on Speaker Verification with Self-Supervised Learning by Leveraging Large-Scale ASR Models** (INTERSPEECH 2024) [[arXiv]](https://arxiv.org/pdf/2406.02285).
|