Skip to content

Commit 460f7e7

Browse files
committed
Merge branch 'release/2.1.1'
2 parents 2cf1490 + 82a07ad commit 460f7e7

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Version 2.1 (2022-11-xx)
3+
## Version 2.1.1 (2022-10-27)
44

55
- BREAKING(pipeline): rewrite speaker diarization pipeline
66
- feat(pipeline): add option to optimize for DER variant

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,17 @@ pip install -qq https://github.com/pyannote/pyannote-audio/archive/develop.zip
103103

104104
Out of the box, `pyannote.audio` default speaker diarization [pipeline](https://hf.co/pyannote/speaker-diarization) is expected to be much better (and faster) in v2.x than in v1.1. Those numbers are diarization error rates (in %)
105105

106-
| Dataset \ Version | v1.1 | v2.0 | v2.1 (finetuned) |
107-
| ---------------------- | ---- | ---- | ---------------- |
108-
| AISHELL-4 | - | 14.6 | 14.1 (14.5) |
109-
| AliMeeting (channel 1) | - | - | 27.4 (23.8) |
110-
| AMI (IHM) | 29.7 | 18.2 | 18.9 (18.5) |
111-
| AMI (SDM) | - | 29.0 | 27.1 (22.2) |
112-
| CALLHOME (part2) | - | 30.2 | 32.4 (29.3) |
113-
| DIHARD 3 (full) | 29.2 | 21.0 | 26.9 (21.9) |
114-
| VoxConverse (v0.3) | 21.5 | 12.6 | 11.2 (10.7) |
115-
| REPERE (phase2) | - | 12.6 | 8.2 ( 8.3) |
116-
| This American Life | - | - | 20.8 (15.2) |
106+
| Dataset \ Version | v1.1 | v2.0 | v2.1.1 (finetuned) |
107+
| ---------------------- | ---- | ---- | ------------------ |
108+
| AISHELL-4 | - | 14.6 | 14.1 (14.5) |
109+
| AliMeeting (channel 1) | - | - | 27.4 (23.8) |
110+
| AMI (IHM) | 29.7 | 18.2 | 18.9 (18.5) |
111+
| AMI (SDM) | - | 29.0 | 27.1 (22.2) |
112+
| CALLHOME (part2) | - | 30.2 | 32.4 (29.3) |
113+
| DIHARD 3 (full) | 29.2 | 21.0 | 26.9 (21.9) |
114+
| VoxConverse (v0.3) | 21.5 | 12.6 | 11.2 (10.7) |
115+
| REPERE (phase2) | - | 12.6 | 8.2 ( 8.3) |
116+
| This American Life | - | - | 20.8 (15.2) |
117117

118118
## Citations
119119

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1
1+
2.1.1

0 commit comments

Comments
 (0)