Instructions to use PuppetLover/scenegraph_image_captioning_vi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PuppetLover/scenegraph_image_captioning_vi with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("PuppetLover/scenegraph_image_captioning_vi") model = AutoModelForSeq2SeqLM.from_pretrained("PuppetLover/scenegraph_image_captioning_vi", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
5cb1c1c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1e7b6cd04f4cbf5424d4c49ababb04e25ddb272a8df7bcb8e90e8daded59d1ad
size 5841
|