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