faster-whisper-tiny.en

我要开发同款
匿名用户2024年07月31日
124阅读

技术信息

开源地址
https://modelscope.cn/models/pengzhendong/faster-whisper-tiny.en
授权协议
mit

作品详情

Whisper tiy.e model for CTraslate2

This repository cotais the coversio of opeai/whisper-tiy.e to the CTraslate2 model format.

This model ca be used i CTraslate2 or projects based o CTraslate2 such as faster-whisper.

Example

from faster_whisper import WhisperModel

model = WhisperModel("tiy.e")

segmets, ifo = model.trascribe("audio.mp3")
for segmet i segmets:
    prit("[%.2fs -> %.2fs] %s" % (segmet.start, segmet.ed, segmet.text))

Coversio details

The origial model was coverted with the followig commad:

ct2-trasformers-coverter --model opeai/whisper-tiy.e --output_dir faster-whisper-tiy.e \
    --copy_files tokeizer.jso --quatizatio float16

Note that the model weights are saved i FP16. This type ca be chaged whe the model is loaded usig the compute_type optio i CTraslate2.

More iformatio

For more iformatio about the origial model, see its model card.

功能介绍

Whisper tiny.en model for CTranslate2 This repository contains the conversion of openai/whisper-tiny

声明:本文仅代表作者观点,不代表本站立场。如果侵犯到您的合法权益,请联系我们删除侵权资源!如果遇到资源链接失效,请您通过评论或工单的方式通知管理员。未经允许,不得转载,本站所有资源文章禁止商业使用运营!
下载安装【程序员客栈】APP
实时对接需求、及时收发消息、丰富的开放项目需求、随时随地查看项目状态

评论