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="SeyedAli/Persian-Speech-Transcription-Wav2Vec2-V1")
# Load model directly
from transformers import AutoProcessor, AutoModelForCTC

processor = AutoProcessor.from_pretrained("SeyedAli/Persian-Speech-Transcription-Wav2Vec2-V1")
model = AutoModelForCTC.from_pretrained("SeyedAli/Persian-Speech-Transcription-Wav2Vec2-V1")
Quick Links
README.md exists but content is empty.
Downloads last month
29
Safetensors
Model size
0.3B params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for SeyedAli/Persian-Speech-Transcription-Wav2Vec2-V1

Quantizations
1 model

Dataset used to train SeyedAli/Persian-Speech-Transcription-Wav2Vec2-V1

Spaces using SeyedAli/Persian-Speech-Transcription-Wav2Vec2-V1 2

Collection including SeyedAli/Persian-Speech-Transcription-Wav2Vec2-V1