Instructions to use Shadowmachete/asr_training_small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Shadowmachete/asr_training_small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Shadowmachete/asr_training_small")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Shadowmachete/asr_training_small") model = AutoModelForSpeechSeq2Seq.from_pretrained("Shadowmachete/asr_training_small") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 290403936
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a04bc4850d2be52b09f096258b1171f38dbf54fb912e7b2eb1fa10f9040639ea
|
| 3 |
size 290403936
|
runs/May15_18-29-58_LAPTOP-RETT3JD7/events.out.tfevents.1715769223.LAPTOP-RETT3JD7.10380.1
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f55ee86978f2842999012d25cc68b8ae60788a4e626785bdea62eca808c7c1f
|
| 3 |
+
size 8060
|