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:24c85b8609ca14ddfda38b23307d4d655f0ab9d3afa31b9dd02a7cf9b5a96ffd
|
| 3 |
size 290403936
|
runs/Oct22_01-46-27_b633203d4f25/events.out.tfevents.1729561589.b633203d4f25.775.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:a67eb0d0ab13535dd8b39ad37afec65a1ffe08bc06f963d91a525a056390cc5f
|
| 3 |
+
size 18237
|