Update README.md
Browse files
README.md
CHANGED
@@ -9,9 +9,9 @@ pinned: false
|
|
9 |
|
10 |
[**pyannote.audio**](https://github.com/pyannote/pyannote-audio) is an open-source toolkit for speaker diarization.
|
11 |
|
12 |
-
Pretrained pipelines reach state-of-the-art performance on most academic benchmarks and are used [in production by dozens of companies](https://
|
13 |
|
14 |
-
| Benchmark | [v2.1](https://hf.co/pyannote/speaker-diarization-2.1) | [v3.1](https://hf.co/pyannote/speaker-diarization-3.1) | [
|
15 |
| ---------------------- | ------ | ------ | --------- |
|
16 |
| [AISHELL-4](https://arxiv.org/abs/2104.03603) | 14.1 | 12.2 | 11.2 |
|
17 |
| [AliMeeting](https://www.openslr.org/119/) (channel 1) | 27.4 | 24.4 | 19.3 |
|
@@ -28,7 +28,7 @@ Pretrained pipelines reach state-of-the-art performance on most academic benchma
|
|
28 |
| [VoxConverse](https://github.com/joonson/voxconverse) (v0.3) | 11.2 | 11.3 | 9.8 |
|
29 |
[Diarization error rate](http://pyannote.github.io/pyannote-metrics/reference.html#diarization) (in %)
|
30 |
|
31 |
-
Using
|
32 |
* [v2.1](https://hf.co/pyannote/speaker-diarization-2.1) takes around 1m30s to process 1h of audio
|
33 |
* [v3.1](https://hf.co/pyannote/speaker-diarization-3.1) takes around 1m20s to process 1h of audio
|
34 |
-
* [
|
|
|
9 |
|
10 |
[**pyannote.audio**](https://github.com/pyannote/pyannote-audio) is an open-source toolkit for speaker diarization.
|
11 |
|
12 |
+
Pretrained pipelines reach state-of-the-art performance on most academic benchmarks and are used [in production by dozens of companies](https://www.pyannote.ai).
|
13 |
|
14 |
+
| Benchmark | [v2.1](https://hf.co/pyannote/speaker-diarization-2.1) | [v3.1](https://hf.co/pyannote/speaker-diarization-3.1) | [pyannoteAI (03-2024)](https://www.pyannote.ai) |
|
15 |
| ---------------------- | ------ | ------ | --------- |
|
16 |
| [AISHELL-4](https://arxiv.org/abs/2104.03603) | 14.1 | 12.2 | 11.2 |
|
17 |
| [AliMeeting](https://www.openslr.org/119/) (channel 1) | 27.4 | 24.4 | 19.3 |
|
|
|
28 |
| [VoxConverse](https://github.com/joonson/voxconverse) (v0.3) | 11.2 | 11.3 | 9.8 |
|
29 |
[Diarization error rate](http://pyannote.github.io/pyannote-metrics/reference.html#diarization) (in %)
|
30 |
|
31 |
+
Using high-end NVIDIA hardware,
|
32 |
* [v2.1](https://hf.co/pyannote/speaker-diarization-2.1) takes around 1m30s to process 1h of audio
|
33 |
* [v3.1](https://hf.co/pyannote/speaker-diarization-3.1) takes around 1m20s to process 1h of audio
|
34 |
+
* On-premise [pyannoteAI](https://www.pyannote.ai) takes less than 30s to process 1h of audio
|