Instructions to use devkyle/Akan with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use devkyle/Akan with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="devkyle/Akan")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("devkyle/Akan") model = AutoModelForSpeechSeq2Seq.from_pretrained("devkyle/Akan") - 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 151061672
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3bce40b872a77fc371c72f66ab0e985920d01197679b08aeda34e5449b112007
|
| 3 |
size 151061672
|
runs/Sep04_15-29-32_0ce68be57010/events.out.tfevents.1725463775.0ce68be57010.416.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a974f59da2cd5ca7ac8f2867bbfdd4ddd1bff95fa2e5742e81153fc61f33744
|
| 3 |
+
size 49912
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5368
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ed7e83a6404491a02111bc2f7b134460e5de14e47d1fee737f6688fd7e19679
|
| 3 |
size 5368
|