西門 正 Code Guy (JingCodeGuy)
西門 正 Code Guy (JingCodeGuy)
@t510599 Hi Tony, sorry for late reply for I was travelling for a few months. I have forgotten which book I have used for testing about it. If I happen...
+1 I am trying to convert this [https://huggingface.co/biodatlab/distill-whisper-th-medium](https://huggingface.co/biodatlab/distill-whisper-th-medium) model. By trying to read into model instance first. But I have tried a few ways, still cannot. I have attempted safetensors...
Today, I have tried again with the following simple code to make sure everything follows the sample without other unknown factors. ``` import torch from transformers import pipeline MODEL_PATH =...
@titipata Thanks for your feedback. I have tried also the original version of Whisper and Whisper.cpp. Both generate sensible words most of them. Because I am not a Thai-expertise. I...
I have the following findings to share for your reference to help improve the model in the future. 1. To ensure the model is working properly, I first made a...