Instructions to use Raghavan/beit3_base_patch16_480_coco_captioning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Raghavan/beit3_base_patch16_480_coco_captioning with Transformers:
# Load model directly from transformers import Beit3ForCaptioning model = Beit3ForCaptioning.from_pretrained("Raghavan/beit3_base_patch16_480_coco_captioning", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "</s>": 2, | |
| "<mask>": 64001, | |
| "<pad>": 1, | |
| "<s>": 0, | |
| "<unk>": 3 | |
| } | |