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