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
End of training
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
language:
|
| 4 |
-
-
|
| 5 |
license: apache-2.0
|
| 6 |
base_model: openai/whisper-tiny
|
| 7 |
tags:
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
language:
|
| 4 |
+
- aka
|
| 5 |
license: apache-2.0
|
| 6 |
base_model: openai/whisper-tiny
|
| 7 |
tags:
|