reggy54 commited on
Commit
ba57a0d
·
verified ·
1 Parent(s): 2ed6c32

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -1,5 +1,5 @@
1
- # Load model directly
2
- from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
3
-
4
- processor = AutoProcessor.from_pretrained("openai/whisper-large-v3")
5
- model = AutoModelForSpeechSeq2Seq.from_pretrained("openai/whisper-large-v3")
 
1
+ ---
2
+ base_model:
3
+ - Qwen/QwQ-32B
4
+ pipeline_tag: automatic-speech-recognition
5
+ ---