Instructions to use seongbo/timer-3b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use seongbo/timer-3b with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("seongbo/timer-3b") model = AutoModelForMultimodalLM.from_pretrained("seongbo/timer-3b") - Notebooks
- Google Colab
- Kaggle
Ctrl+K