Instructions to use Yova/SmallCapOPT7M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Yova/SmallCapOPT7M with Transformers:
# Load model directly from transformers import SmallCap model = SmallCap.from_pretrained("Yova/SmallCapOPT7M", dtype="auto") - Notebooks
- Google Colab
- Kaggle