Instructions to use Soupis/SmallA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Soupis/SmallA with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Soupis/SmallA")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Soupis/SmallA") model = AutoModelForSpeechSeq2Seq.from_pretrained("Soupis/SmallA") - Notebooks
- Google Colab
- Kaggle
sant commited on
Training in progress, step 1000
Browse files
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:489f81799a27504b65efc1c26950df449256ec3d9632961f3fff5fe2e878936f
|
| 3 |
size 966995080
|
runs/Jun15_18-51-19_862be0652b89/events.out.tfevents.1718477481.862be0652b89.122.3
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:66a57b1840429ed5d2fbc8077a90e5ae8c700c7002b216dc5740e541ef439417
|
| 3 |
+
size 8262
|