language: | |
- en | |
base_model: | |
- openai/whisper-base | |
- Qwen/Qwen2.5-0.5B-Instruct | |
# Description | |
This is a fusion model combining openai/whisper-base and Qwen/Qwen2.5-0.5B-instruct for speech-to-text and text generation tasks. | |
## Model Description | |
- Whisper Base for speech recognition | |
- Qwen2.5 with 0.5B - instruct for text generation | |
- Custom fusion layer | |
## Available Formats | |
- SafeTensors (.safetensors) | |
- PyTorch (.pth) | |
## Usage | |
TBA |