indexxlim commited on
Commit
e748ea0
1 Parent(s): 83f7a7e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -1,15 +1,14 @@
1
  ---
2
  license: apache-2.0
3
  ---
4
- '''
5
  ct2-transformers-converter --model openai/whisper-large-v3 --output_dir faster-whisper-large-v3 \
6
  --copy_files added_tokens.json special_tokens_map.json tokenizer_config.json vocab.json --quantization float16
7
- '''
8
 
9
 
10
 
11
 
12
  in the model
13
- '''python
14
  from faster_whisper.feature_extractor import FeatureExtractor
15
- ''''
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
  ct2-transformers-converter --model openai/whisper-large-v3 --output_dir faster-whisper-large-v3 \
6
  --copy_files added_tokens.json special_tokens_map.json tokenizer_config.json vocab.json --quantization float16
7
+
8
 
9
 
10
 
11
 
12
  in the model
13
+
14
  from faster_whisper.feature_extractor import FeatureExtractor