Instructions to use devkyle/Akan-3-3000ms with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use devkyle/Akan-3-3000ms with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="devkyle/Akan-3-3000ms")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("devkyle/Akan-3-3000ms") model = AutoModelForSpeechSeq2Seq.from_pretrained("devkyle/Akan-3-3000ms", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
50d7a12 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:688d91b2d40847b241f97568b9dd86d870864c124075570d2660764ce2044ccc
size 5368
|