Sttefan commited on
Commit
2d949d2
·
verified ·
1 Parent(s): 32df037

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -5,4 +5,24 @@ datasets:
5
  base_model:
6
  - espnet/xeus
7
  - facebook/w2v-bert-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
 
5
  base_model:
6
  - espnet/xeus
7
  - facebook/w2v-bert-2.0
8
+ ---
9
+ # 🗣️ Speaker Verification Checkpoints
10
+
11
+ This repository hosts pretrained and fine-tuned model checkpoints used in the course project [Multilingual Speaker Verification](https://github.com/Stefan2417/CourseWork).
12
+ The project explores the effectiveness of multilingual self-supervised speech models adapted for **speaker verification** using **PMFA** (Partial Multi-scale Feature Aggregation), especially in **low-resource and cross-lingual** scenarios.
13
+
14
+ ---
15
+
16
+ ## 📦 Available Checkpoints
17
+
18
+ | File | Description |
19
+ |--------------------------------------------------|------------------------------------------------------------|
20
+ | `tunned_xeus.pth` | Fine-tuned XEUS encoder with full PMFA pipeline |
21
+ | `xeus_adapter_checkpoint.pth` | Adapter-only checkpoint for XEUS |
22
+ | `wav2vec-bert_adapter.pth` | Adapter-only for Wav2Vec2-BERT |
23
+ | `wav2vec2-bert_tunned_without_large_margin.pth` | Fine-tuned Wav2Vec2-BERT (standard margin) |
24
+ | `wav2vec2-bert-large-margin.pth` | Fine-tuned Wav2Vec2-BERT using large-margin classification |
25
+
26
+ > All checkpoints are compatible with the training and evaluation scripts in [Stefan2417/CourseWork](https://github.com/Stefan2417/CourseWork)
27
+
28
  ---