whisper-tiny.da / README.md
rasgaard's picture
Update README.md
9f49998 verified
metadata
library_name: transformers
datasets:
  - CoRal-project/coral
language:
  - da
base_model:
  - openai/whisper-tiny
pipeline_tag: automatic-speech-recognition

Resultater på CoRal-project/coral test.

  • CER: 15.93%
  • WER: 34.30%
from transformers import pipeline

pipe = pipeline("automatic-speech-recognition", 
                model="rasgaard/whisper-tiny.da")