Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Safetensors
Malasar
whisper
Generated from Trainer
Instructions to use vrclc/Malasar_small_DTF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vrclc/Malasar_small_DTF with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="vrclc/Malasar_small_DTF")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("vrclc/Malasar_small_DTF") model = AutoModelForSpeechSeq2Seq.from_pretrained("vrclc/Malasar_small_DTF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 2000
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 967102729
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6226796178346aae06f4920088730e5437824d968093d486eecf6bff6861cb8f
|
| 3 |
size 967102729
|