Instructions to use Soupis/BaseA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Soupis/BaseA with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Soupis/BaseA")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Soupis/BaseA") model = AutoModelForSpeechSeq2Seq.from_pretrained("Soupis/BaseA") - 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 290403936
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c2f2eff7a1132901404203e54bb91156b9d60f2cfdfb276b3562d105c956974
|
| 3 |
size 290403936
|
runs/Jun16_15-33-14_49cb82ea82a0/events.out.tfevents.1718551997.49cb82ea82a0.34.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:511a08eb1069c4951f9780f92d61901e99f156d2e96943ede92da330468b3514
|
| 3 |
+
size 8629
|