Instructions to use Vardis/Whisper-Small-Greek with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Vardis/Whisper-Small-Greek with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Vardis/Whisper-Small-Greek", dtype="auto", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Convert whisper-small-greek to TFLite for use on mobile for an accessibility app
#1
by t4paN - opened
Hello, I have been unsuccessfully trying to convert this model to TFlite in order to create a simple voice calling assistant for blind people. While the original whisper-small transcribes semi-coherently, it does make a lot of mistakes. Is there any way to reliably merge the LORA into the whisper-small TFlite base?