Automatic Speech Recognition
Transformers
PyTorch
Safetensors
English
sew
audio
speech
hf-asr-leaderboard
Eval Results (legacy)
Instructions to use asapp/sew-tiny-100k-ft-ls100h with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use asapp/sew-tiny-100k-ft-ls100h with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="asapp/sew-tiny-100k-ft-ls100h")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("asapp/sew-tiny-100k-ft-ls100h") model = AutoModelForCTC.from_pretrained("asapp/sew-tiny-100k-ft-ls100h", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
282405e
1
Parent(s): a750ca7
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (c3d5609b59448640d587deb49afb9792994cb236)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- .gitattributes +1 -0
- model.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -25,3 +25,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
| 27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
| 27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
model.safetensors filter=lfs diff=lfs merge=lfs -text
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7c08c4fb66b801e7535e85bf1f7b21a8c6fd8b5996f7fd42eb55c0305c440da
|
| 3 |
+
size 162926532
|