kamilakesbi commited on
Commit
c09d436
1 Parent(s): 6a9462c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -13,11 +13,16 @@ pinned: false
13
 
14
  The available datasets are the CallHome (Japanese, Chinese, German, Spanish, English), AMI Corpus (English), Vox-Converse (English) and Simsamu (French). We aim to add more datasets in the future to better support speaker diarising on the Hub.
15
 
16
- - A collection of [five fine-tuned segmentation model](https://huggingface.co/collections/diarizers-community/models-66261d0f9277b825c807ff2a) baselines which are compatible with pyannote.
17
 
18
- Each model has been fine-tuned on a specific Callhome language subset. They achieve better performances on multilingual data compared to pyannote's pre-trained [segmentation model](https://huggingface.co/pyannote/segmentation-3.0):
 
 
 
 
 
 
19
 
20
- ** ADD BENCHMARK **
21
 
22
  Note: Results have been obtained using the [test script](https://github.com/kamilakesbi/diarizers/blob/main/test_segmentation.py) from diarizers.
23
 
 
13
 
14
  The available datasets are the CallHome (Japanese, Chinese, German, Spanish, English), AMI Corpus (English), Vox-Converse (English) and Simsamu (French). We aim to add more datasets in the future to better support speaker diarising on the Hub.
15
 
16
+ - A collection of multilingual [fine-tuned segmentation model](https://huggingface.co/collections/diarizers-community/models-66261d0f9277b825c807ff2a) baselines compatible with pyannote.
17
 
18
+ Each model has been fine-tuned on a specific Callhome language subset. They achieve better performances on multilingual data compared to pyannote's pre-trained [segmentation-3.0](https://huggingface.co/pyannote/segmentation-3.0) model:
19
+
20
+
21
+ | First Header | Second Header |
22
+ | ------------- | ------------- |
23
+ | Content Cell | Content Cell |
24
+ | Content Cell | Content Cell |
25
 
 
26
 
27
  Note: Results have been obtained using the [test script](https://github.com/kamilakesbi/diarizers/blob/main/test_segmentation.py) from diarizers.
28