useful-transformers icon indicating copy to clipboard operation
useful-transformers copied to clipboard

Efficient Inference of Transformer models

Results 27 useful-transformers issues
Sort by recently updated
recently updated
newest added

#41 #20 When using models other than .en, if the model size exceeds ‘tiny’, the recognition results are found to be significantly incorrect. By comparing the layer-by-layer outcomes with the...

使用同样的模型和音频文件,使用这里的方式识别结果和用whisper原生方式识别出的结果差异很大,这里的方式结果准确率比较低,请问可能的原因有哪些?能否做优化?

taskset -c 4-7 python -m useful_transformers.transcribe_wav [50257, 50362] 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:03

Make it easy to try the library with Docker.

How to translate audio input from the microphone in real time? At present, it is necessary to read and translate wav audio files, but how to read and translate the...

How to use it on rknn3576.