22
33## What is Transcribe
44
5- !!! warning
6- The ` Transcribe ` application is currently only available to members of the ` gpilot ` user group.
7-
85` Transcribe ` is a non-interactive application that offers audio transcription based on ` OpenAI ` ` Whisper ` (and derivatives thereoff).
96
107The main use case is sporadic transcription of audio or video files. There is intentionally no bulk mode (or API or library)
@@ -13,10 +10,13 @@ to help with large scale projects.
1310The supported flow is:
1411
1512- Upload audio or video file using the ` Files ` interface of the web portal
13+
1614- Configure transcription via the ` Interactive Apps ` -> ` Transcribe ` application (currently under ` Testing ` section at the bottom);
17- you can select ` Whisper inputfile ` and ` Whisper languages ` .
15+ you can select ` Whisper inputfile ` .
16+
1817- Launch it and wait. Connecting to the running transcription is entirely optional; there is nothing interactive to do.
1918 You will also receive an email when the transcritpion started.
19+
2020- Upon completion, you will receive an email with link to the result directory. This info will also be shown in the application session under
2121 ` My interactive sessions ` (but the session data is only available for a week).
2222
@@ -29,7 +29,7 @@ This is intentionally kept simple. There is also no risk of loosing previous res
2929## Performance and default settings
3030
3131The defaults should give the best balance between quality, performance and time to result.
32- You can expect approx 10 minutes of transcription time per language and per hour of input.
32+ You can expect approx 10 minutes of transcription time per language and per hour of input using the default flavour .
3333This combined with an almost immediate start time is the best combination for the intended use case.
3434There should be enough resources available to get this result most of the time.
3535
@@ -40,6 +40,17 @@ There are some advanced options one can choose from. They should not be needed f
4040They are intended for corner cases, or to compare results between different ` Whisper ` models and/or different implementation flavours
4141(` whisper ` and ` whisper-ctranslate2 ` ) with respect to speed and quality.
4242
43+ ### Whisper language
44+
45+ Using the ` Automatic detection ` (the default), whisper determines the spoken language based on the first 30 seconds of audio.
46+ If, for some reason, the autodection fails (e.g. the input file starts with silence or some music), you can force one of the languages.
47+
48+ When selecting more than one, the transcription will be done separately for each language
49+ (this will also increase your total running time, so you might also want to increase the ` Time ` ).
50+
51+ The selected language will also determine the output language. However, this is *** not*** meant as a translation feature;
52+ although the quality is not that bad if your languages have enough similarity.
53+
4354### Cluster
4455
4556Changing the cluster from the interactive cluster will give you access to much better GPU,
@@ -48,12 +59,13 @@ than it will take to complete the transcription on the default cluster.
4859
4960## Resources
5061
51- Default settings of 4 cores with at least 10GB of RAM and 1 hour walltime should be enough for most transcriptions.
62+ Default settings of 4 cores with at least 10GB of RAM and 1 hour (wall)time should be enough for most transcriptions.
5263
5364### Flavour
5465
5566We currently support 2 flavours: ` whisper ` (the OpenAI reference implementation), and ` whisper-ctranslate2 `
56- (a faster version with some extras).
67+ (a faster version with some extras). Benchmarks indicate that ` whisper-ctranslate2 ` is about 4 times faster than ` whisper ` ,
68+ but might have some lower quality.
5769
5870### Model
5971
0 commit comments