Instructions to use datnguyentien204/BLIP_VietNameseFineTuningModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use datnguyentien204/BLIP_VietNameseFineTuningModel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("visual-question-answering", model="datnguyentien204/BLIP_VietNameseFineTuningModel")# Load model directly from transformers import AutoProcessor, AutoModelForVisualQuestionAnswering processor = AutoProcessor.from_pretrained("datnguyentien204/BLIP_VietNameseFineTuningModel") model = AutoModelForVisualQuestionAnswering.from_pretrained("datnguyentien204/BLIP_VietNameseFineTuningModel") - Notebooks
- Google Colab
- Kaggle
Upload vocab.txt
Browse files
vocab.txt
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|