Instructions to use Soupis/BaseB with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Soupis/BaseB with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Soupis/BaseB")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Soupis/BaseB") model = AutoModelForSpeechSeq2Seq.from_pretrained("Soupis/BaseB") - 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:daf500cc16120655227b71aeec84c555b0aad555b74fc66417ba9848d2d88478
|
| 3 |
size 290403936
|
runs/Jun17_09-51-21_ea957dcf4431/events.out.tfevents.1718617884.ea957dcf4431.34.0
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:a598804d34020aa06520b93b14c771d698609a0bcbff444c4c3222670404bbb8
|
| 3 |
+
size 8628
|