Aditya02 commited on
Commit
78e204d
·
verified ·
1 Parent(s): 3b5126f

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ library_name: transformers
27
 
28
  # Cohere Transcribe OpenVINO
29
 
30
- This repository contains an **OpenVINO™ IR** version of Whisper optimized for efficient inference with the OpenVINO Runtime. The model has been exported into separate **encoder**, **decoder**, and **decoder-with-past** graphs to enable fast autoregressive decoding using KV-cache.
31
 
32
  The repository includes everything required to run inference with OpenVINO, including the model IR files, tokenizer, processor configuration, and metadata.
33
 
 
27
 
28
  # Cohere Transcribe OpenVINO
29
 
30
+ This repository contains an **OpenVINO™ IR** version of Cohere Transcribe optimized for efficient inference with the OpenVINO Runtime. The model has been exported into separate **encoder**, **decoder**, and **decoder-with-past** graphs to enable fast autoregressive decoding using KV-cache.
31
 
32
  The repository includes everything required to run inference with OpenVINO, including the model IR files, tokenizer, processor configuration, and metadata.
33