Spaces:
Running
Running
kamilakesbi
commited on
Commit
•
117475e
1
Parent(s):
40c310c
Update README.md
Browse files
README.md
CHANGED
@@ -17,11 +17,18 @@ The currently available datasets are the CallHome (Japanese, Chinese, German, Sp
|
|
17 |
|
18 |
- A collection of [5 fine-tuned segmentation model](https://huggingface.co/collections/diarizers-community/models-66261d0f9277b825c807ff2a) baselines that can be used in a pyannote speaker diarization pipeline.
|
19 |
|
20 |
-
- Each model has been fine-tuned on a specific language of the Callhome dataset.
|
|
|
21 |
|
22 |
** ADD BENCHMARK **
|
23 |
|
|
|
|
|
|
|
|
|
|
|
24 |
|
|
|
25 |
|
26 |
|
27 |
Edit this `README.md` markdown file to author your organization card.
|
|
|
17 |
|
18 |
- A collection of [5 fine-tuned segmentation model](https://huggingface.co/collections/diarizers-community/models-66261d0f9277b825c807ff2a) baselines that can be used in a pyannote speaker diarization pipeline.
|
19 |
|
20 |
+
- Each model has been fine-tuned on a specific language of the Callhome dataset. Compared to the pre-trained pyannote [segmentation model](https://huggingface.co/pyannote/segmentation-3.0), they obtain better performances on each language:
|
21 |
+
|
22 |
|
23 |
** ADD BENCHMARK **
|
24 |
|
25 |
+
Note: Results have been obtained using the `test_segmentation.py` script from diarizers.
|
26 |
+
|
27 |
+
Together with this organisation, we release:
|
28 |
+
|
29 |
+
- The diarizers library, to fine-tune pyannote segmentation models and use them back in a pyannote speaker diarization pipeline.
|
30 |
|
31 |
+
- A google colab [notebook](https://colab.research.google.com/github/kamilakesbi/notebooks/blob/main/fine_tune_pyannote.ipynb), whith a step-by-step guide on how to use diarizers.
|
32 |
|
33 |
|
34 |
Edit this `README.md` markdown file to author your organization card.
|