Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Safetensors
whisper
Generated from Trainer
Instructions to use kujirahand/whisper-ja with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kujirahand/whisper-ja with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="kujirahand/whisper-ja")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("kujirahand/whisper-ja") model = AutoModelForSpeechSeq2Seq.from_pretrained("kujirahand/whisper-ja", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (8d54da449be2f5d599ff9ad83b6c44d4dd80a570)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96bfc522e780cc63ae16be22e507846811f049172b9b58d098adfeed19740e1c
|
| 3 |
+
size 290403936
|