Instructions to use drepic/whisper-medium-jp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use drepic/whisper-medium-jp with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="drepic/whisper-medium-jp")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("drepic/whisper-medium-jp") model = AutoModelForSpeechSeq2Seq.from_pretrained("drepic/whisper-medium-jp", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 8
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 37831432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9db0954090d5ed8cb72ac0cc2b1334262a09b2ea5fabb51183915aa60df77205
|
| 3 |
size 37831432
|