Hervé BREDIN commited on
Commit
6126e13
·
1 Parent(s): 1cf297d

doc: update README

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -56,11 +56,11 @@ This [companion repository](https://github.com/FrenchKrab/IS2023-powerset-diariz
56
  ## Usage
57
 
58
  ```python
59
- # 1. visit hf.co/pyannote/segmentation-3.0.0 and accept user conditions
60
  # 2. visit hf.co/settings/tokens to create an access token
61
  # 3. instantiate pretrained model
62
  from pyannote.audio import Model
63
- model = Model.from_pretrained("pyannote/segmentation-3.0.0",
64
  use_auth_token="ACCESS_TOKEN_GOES_HERE")
65
  ```
66
 
@@ -68,7 +68,7 @@ model = Model.from_pretrained("pyannote/segmentation-3.0.0",
68
 
69
  This model cannot be used to perform speaker diarization of full recordings on its own (it only processes 10s chunks).
70
 
71
- See [pyannote/speaker-diarization-3.0.0](https://hf.co/pyannote/speaker-diarization-3.0.0) pipeline that uses an additional speaker embedding model to perform full recording speaker diarization.
72
 
73
  ### Voice activity detection
74
 
@@ -102,7 +102,7 @@ osd = pipeline("audio.wav")
102
  # `osd` is a pyannote.core.Annotation instance containing overlapped speech regions
103
  ```
104
 
105
- ## Citation
106
 
107
  ```bibtex
108
  @inproceedings{Plaquet23,
 
56
  ## Usage
57
 
58
  ```python
59
+ # 1. visit hf.co/pyannote/segmentation-3.0 and accept user conditions
60
  # 2. visit hf.co/settings/tokens to create an access token
61
  # 3. instantiate pretrained model
62
  from pyannote.audio import Model
63
+ model = Model.from_pretrained("pyannote/segmentation-3.0",
64
  use_auth_token="ACCESS_TOKEN_GOES_HERE")
65
  ```
66
 
 
68
 
69
  This model cannot be used to perform speaker diarization of full recordings on its own (it only processes 10s chunks).
70
 
71
+ See [pyannote/speaker-diarization-3.0](https://hf.co/pyannote/speaker-diarization-3.0) pipeline that uses an additional speaker embedding model to perform full recording speaker diarization.
72
 
73
  ### Voice activity detection
74
 
 
102
  # `osd` is a pyannote.core.Annotation instance containing overlapped speech regions
103
  ```
104
 
105
+ ## Citations
106
 
107
  ```bibtex
108
  @inproceedings{Plaquet23,