Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
Korean
whisper
Generated from Trainer
Instructions to use phucdyale/ko with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use phucdyale/ko with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="phucdyale/ko")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("phucdyale/ko") model = AutoModelForSpeechSeq2Seq.from_pretrained("phucdyale/ko") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- training_args.bin +1 -1
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4399
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51158cd7bcd7d5b6dd37ea2153b9064f3e5987ab0b26abca68c1519a870d1a58
|
| 3 |
size 4399
|