istupakov commited on
Commit
25f52b2
·
1 Parent(s): 649456b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -2,6 +2,7 @@
2
  license: apache-2.0
3
  base_model:
4
  - openai/whisper-base
 
5
  ---
6
 
7
  # Whisper base in ONNX (exported by onnxruntime)
@@ -35,4 +36,4 @@ from transformers import WhisperProcessor
35
 
36
  processor = WhisperProcessor.from_pretrained("openai/whisper-base")
37
  processor.save_pretrained("whisper-onnx")
38
- ```
 
2
  license: apache-2.0
3
  base_model:
4
  - openai/whisper-base
5
+ pipeline_tag: automatic-speech-recognition
6
  ---
7
 
8
  # Whisper base in ONNX (exported by onnxruntime)
 
36
 
37
  processor = WhisperProcessor.from_pretrained("openai/whisper-base")
38
  processor.save_pretrained("whisper-onnx")
39
+ ```