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:442727c85d2130accf3ae95e9b3a0a8f34a2a942e9a9aeae467102932120849e
|
| 3 |
size 290403936
|
runs/Jun16_07-57-58_a1280f606a71/events.out.tfevents.1718524680.a1280f606a71.100.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:bcb3bade478702d9f5fa5d65aa835e8c18edf34dedbf9c2695869579cdd2836a
|
| 3 |
+
size 8640
|