Audio-Text-to-Text
Transformers
Safetensors
English
Korean
fastslm
feature-extraction
audio
text-generation
custom_code
Eval Results
Instructions to use okestro-ai-lab/FastSLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use okestro-ai-lab/FastSLM with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("okestro-ai-lab/FastSLM", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add paper and code links to model card
#1
by nielsr HF Staff - opened
This PR adds links to the paper and the GitHub repository in the model card for easier reference and reproducibility.