whisper-like / README.md
Sin2pi's picture
Update README.md
49a2143 verified
metadata
license: apache-2.0
base_model:
  - openai/whisper-large-v3-turbo
pipeline_tag: automatic-speech-recognition
library_name: transformers
tags:
  - asr
  - experimental
  - openai
  - sin2pi
  - attention
  - givens
  - rope

Openais original implimentation of their Whisper model integrated with HF trainer and datasets. Experiment with openais original version without the need for openai to HF conversion. Ready to go script just install dependencies.

The second notebook is my asr model. For anyone interested in experimenting with attention embeddings and self-tuning.