tmduc47 commited on
Commit
dafbeea
1 Parent(s): 380c127

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -22,4 +22,5 @@ transcription = model.transcribe(audio)
22
 
23
  for segment in transcription:
24
  print(f"[{segment['start']:.2f}s - {segment['end']:.2f}s] {segment['text']}")
25
- ```
 
 
22
 
23
  for segment in transcription:
24
  print(f"[{segment['start']:.2f}s - {segment['end']:.2f}s] {segment['text']}")
25
+ ```
26
+ *Note*: Model weights are saved in FP16. This type can be changed when the model is loaded using the compute_type option in CTranslate2 or whisperx.