Instructions to use devkyle/base-v4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use devkyle/base-v4 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="devkyle/base-v4")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("devkyle/base-v4") model = AutoModelForSpeechSeq2Seq.from_pretrained("devkyle/base-v4") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 2000
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:07f92640bbcfc8356378f6d8c098abb158d7419223258c4f2dd609887dbb90d4
|
| 3 |
size 290403936
|
runs/Oct26_07-50-37_2aacacb399aa/events.out.tfevents.1729929059.2aacacb399aa.960.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:e60a7ff9f2dfc23816cb56111b2d66576abecee7a3a104c64724c776023793b2
|
| 3 |
+
size 25459
|