Instructions to use charleslwang/uaspeech-whisper-small-fullFT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use charleslwang/uaspeech-whisper-small-fullFT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="charleslwang/uaspeech-whisper-small-fullFT")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("charleslwang/uaspeech-whisper-small-fullFT") model = AutoModelForMultimodalLM.from_pretrained("charleslwang/uaspeech-whisper-small-fullFT") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 5
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 966995080
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:facc382511569b8a7527006f6191618b1d100e44ec121b11b8d5f780e39edb51
|
| 3 |
size 966995080
|