Instructions to use devkyle/base-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use devkyle/base-v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="devkyle/base-v2")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("devkyle/base-v2") model = AutoModelForSpeechSeq2Seq.from_pretrained("devkyle/base-v2") - 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:f748604f84ef623f524e18605e9b0968fa1c8643d697ba1e6f760d423362ac39
|
| 3 |
size 290403936
|
runs/Oct06_01-08-21_9a9fb2f24c7c/events.out.tfevents.1728176918.9a9fb2f24c7c.5596.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:ce4b1c7fbbebbf0de5959f1082ebb5aecc714e950761ae034478edac6d3c3b42
|
| 3 |
+
size 18238
|