You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Have [`Conda`](https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html) and [`Yarn`](https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable) on your device
This repository uses libraries based on pyannote.audio models, these models are stored in the [huggingface](https://huggingface.co/) hub. You must accept their user conditions before using them.
28
-
29
-
Note: If you don't have a huggingface account, you need to create one.
23
+
This repository uses libraries based on pyannote.audio models, which are stored in the Hugging Face Hub. You must accept their terms of use before using them.
24
+
Note: You need to have a Hugging Face account to use pyannote
30
25
31
26
1. Accept terms for the [`pyannote/segmentation`](https://huggingface.co/pyannote/segmentation) model
32
27
2. Accept terms for the [`pyannote/embedding`](https://huggingface.co/pyannote/embedding) model
@@ -39,7 +34,7 @@ Note: If you don't have a huggingface account, you need to create one.
39
34
- Model Size: Choose the model size, from tiny to large-v2.
40
35
- Language: Select the language you will be speaking in.
41
36
- Transcription Timeout: Set the number of seconds the application will wait before transcribing the current audio data.
42
-
- Beam Size: Adjust the amount of transcriptions generated and considered, which affects accuracy and transcription generation time.
37
+
- Beam Size: Adjust the number of transcriptions generated and considered, which affects accuracy and transcription generation time.
43
38
- Transcription Method: Choose "real-time" for real-time diarization and transcriptions, or "sequential" for periodic transcriptions with more context.
44
39
45
40
## Troubleshooting
@@ -50,7 +45,7 @@ Note: If you don't have a huggingface account, you need to create one.
50
45
51
46
1.[In the sequential mode, there may be uncontrolled speaker swapping.](https://github.com/saharmor/whisper-playground/issues/27)
52
47
2.[In real-time mode, audio data not meeting the transcription timeout won't be transcribed.](https://github.com/saharmor/whisper-playground/issues/28)
53
-
3.[Speechless batches may cause hallucintions.](https://github.com/saharmor/whisper-playground/issues/25)
48
+
3.[Speechless batches may cause hallucinations.](https://github.com/saharmor/whisper-playground/issues/25)
54
49
55
50
This repository hasn't been tested for all languages; please create an issue if you encounter any problems.
0 commit comments