File size: 429 Bytes
2aa25a9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
library_name: onnxruntime
tags:
  - automatic-speech-recognition
  - whisper
  - onnx
---

# rishi-test/whisper-base-en

This repository contains ONNX exports for Whisper model variant `base-en`.

## Files

- `*.onnx`: encoder/decoder export files
- `*-tokens.txt`: tokenizer tokens for this export

## Notes

- Exported locally from Whisper checkpoints.
- Validate tensor names/shapes in your runtime before production use.