migueldelrio commited on
Commit
5dfd6b5
1 Parent(s): 9ba30f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -4,7 +4,7 @@ library_name: pyannote-audio
4
  tags:
5
  - reverb
6
  ---
7
-
8
  For more information on how to run this diarization model see https://github.com/revdotcom/reverb/tree/main/diarization
9
 
10
  Reverb diarization V2 provides a 22.25% relative improvement in WDER (Word Diarization Error Rate) compared to the baseline pyannote3.0 model, evaluated on over 1,250,000 tokens across five different test suites.
@@ -31,5 +31,19 @@ with open("audio.rttm", "w") as rttm:
31
  diarization.write_rttm(rttm)
32
  ```
33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  # License
35
  See LICENSE for details.
 
4
  tags:
5
  - reverb
6
  ---
7
+ Details on the model, it's performance, and more available [on Arxiv](https://arxiv.org/abs/2410.03930).
8
  For more information on how to run this diarization model see https://github.com/revdotcom/reverb/tree/main/diarization
9
 
10
  Reverb diarization V2 provides a 22.25% relative improvement in WDER (Word Diarization Error Rate) compared to the baseline pyannote3.0 model, evaluated on over 1,250,000 tokens across five different test suites.
 
31
  diarization.write_rttm(rttm)
32
  ```
33
 
34
+ # Cite this Model
35
+ If you use this model please use the following citation:
36
+ ```
37
+ @misc{bhandari2024reverbopensourceasrdiarization,
38
+ title={Reverb: Open-Source ASR and Diarization from Rev},
39
+ author={Nishchal Bhandari and Danny Chen and Miguel Ángel del Río Fernández and Natalie Delworth and Jennifer Drexler Fox and Migüel Jetté and Quinten McNamara and Corey Miller and Ondřej Novotný and Ján Profant and Nan Qin and Martin Ratajczak and Jean-Philippe Robichaud},
40
+ year={2024},
41
+ eprint={2410.03930},
42
+ archivePrefix={arXiv},
43
+ primaryClass={cs.CL},
44
+ url={https://arxiv.org/abs/2410.03930},
45
+ }
46
+ ```
47
+
48
  # License
49
  See LICENSE for details.