jhj0517 commited on
Commit
ebf321b
1 Parent(s): 75e81bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -29,6 +29,21 @@ If you have satisfied the prerequisites listed above, you are now ready to start
29
  2. After installation, run the `start-webui.bat`. (It will automatically download the model if it is not already installed.)
30
  3. Open your web browser and go to `http://localhost:7860`
31
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  ## Support
33
 
34
  If you found this project useful, kindly consider supporting it.
 
29
  2. After installation, run the `start-webui.bat`. (It will automatically download the model if it is not already installed.)
30
  3. Open your web browser and go to `http://localhost:7860`
31
 
32
+ # Available models
33
+
34
+ The WebUI uses the Open AI Whisper model
35
+
36
+ | Size | Parameters | English-only model | Multilingual model | Required VRAM | Relative speed |
37
+ |:------:|:----------:|:------------------:|:------------------:|:-------------:|:--------------:|
38
+ | tiny | 39 M | `tiny.en` | `tiny` | ~1 GB | ~32x |
39
+ | base | 74 M | `base.en` | `base` | ~1 GB | ~16x |
40
+ | small | 244 M | `small.en` | `small` | ~2 GB | ~6x |
41
+ | medium | 769 M | `medium.en` | `medium` | ~5 GB | ~2x |
42
+ | large | 1550 M | N/A | `large` | ~10 GB | 1x |
43
+
44
+
45
+ `.en` models are for English only, and the cool thing is that you can use the `Translate to English` option from the "large" models!
46
+
47
  ## Support
48
 
49
  If you found this project useful, kindly consider supporting it.