mort666 commited on
Commit
d1be0b5
1 Parent(s): c8e8ee4

Readme update

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -106,9 +106,9 @@ license: mit
106
  library_name: ctranslate2
107
  ---
108
 
109
- # Whisper large-v2 model for CTranslate2
110
 
111
- This repository contains the conversion of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) to the [CTranslate2](https://github.com/OpenNMT/CTranslate2) model format.
112
 
113
  This model can be used in CTranslate2 or projects based on CTranslate2 such as [faster-whisper](https://github.com/guillaumekln/faster-whisper).
114
 
@@ -129,7 +129,7 @@ for segment in segments:
129
  The original model was converted with the following command:
130
 
131
  ```
132
- ct2-transformers-converter --model openai/whisper-large-v2 --output_dir faster-whisper-large-v2 \
133
  --copy_files tokenizer.json --quantization float16
134
  ```
135
 
@@ -137,4 +137,4 @@ Note that the model weights are saved in FP16. This type can be changed when the
137
 
138
  ## More information
139
 
140
- **For more information about the original model, see its [model card](https://huggingface.co/openai/whisper-large-v2).**
 
106
  library_name: ctranslate2
107
  ---
108
 
109
+ # Whisper large-v2 (Thai Finetune) model for CTranslate2
110
 
111
+ This repository contains the conversion of the [biodatlab/whisper-th-large-combined](https://huggingface.co/biodatlab/whisper-th-large-combined) which is finetune of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) for the Thai language to the [CTranslate2](https://github.com/OpenNMT/CTranslate2) model format.
112
 
113
  This model can be used in CTranslate2 or projects based on CTranslate2 such as [faster-whisper](https://github.com/guillaumekln/faster-whisper).
114
 
 
129
  The original model was converted with the following command:
130
 
131
  ```
132
+ ct2-transformers-converter --model biodatlab/whisper-th-large-combined --output_dir faster-whisper-large-v2-th \
133
  --copy_files tokenizer.json --quantization float16
134
  ```
135
 
 
137
 
138
  ## More information
139
 
140
+ **For more information about the original model, see its [model card](https://huggingface.co/biodatlab/whisper-th-large-combined).**