How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("automatic-speech-recognition", model="Sh1man/whisper-large-v3-russian-ties-podlodka-v1.0-ct")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Sh1man/whisper-large-v3-russian-ties-podlodka-v1.0-ct", dtype="auto")
Quick Links

Converted model

ct2-transformers-converter --model Apel-sin/whisper-large-v3-russian-ties-podlodka-v1.0 --output_dir whisper-large-v3-russian-ties-podlodka-v1.0-ct --copy_files tokenizer.json preprocessor_config.json --quantization float16
Downloads last month
4
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Sh1man/whisper-large-v3-russian-ties-podlodka-v1.0-ct

Finetuned
(1)
this model

Datasets used to train Sh1man/whisper-large-v3-russian-ties-podlodka-v1.0-ct