aadnk commited on
Commit
6db3778
1 Parent(s): 6d11717

Clarify the need for CTranslate2 format. #8

Browse files
Files changed (1) hide show
  1. config.json5 +3 -1
config.json5 CHANGED
@@ -27,9 +27,11 @@
27
  "url": "large-v2"
28
  },
29
  // Uncomment to add custom Japanese models
 
 
30
  //{
31
  // "name": "whisper-large-v2-mix-jp",
32
- // "url": "vumichien/whisper-large-v2-mix-jp",
33
  // // The type of the model. Can be "huggingface" or "whisper" - "whisper" is the default.
34
  // // HuggingFace models are loaded using the HuggingFace transformers library and then converted to Whisper models.
35
  // "type": "huggingface",
 
27
  "url": "large-v2"
28
  },
29
  // Uncomment to add custom Japanese models
30
+ // NOTE: For Faster-Whisper, the models must be converted to the CTranslate2 format,
31
+ // see https://github.com/guillaumekln/faster-whisper#model-conversion
32
  //{
33
  // "name": "whisper-large-v2-mix-jp",
34
+ // "url": "arc-r/faster-whisper-large-v2-mix-jp",
35
  // // The type of the model. Can be "huggingface" or "whisper" - "whisper" is the default.
36
  // // HuggingFace models are loaded using the HuggingFace transformers library and then converted to Whisper models.
37
  // "type": "huggingface",