Visual Question Answering
Transformers
Safetensors
Vietnamese
internvl_chat
feature-extraction
custom_code
Instructions to use antphb/Vinqw-1B-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use antphb/Vinqw-1B-v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("visual-question-answering", model="antphb/Vinqw-1B-v1", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("antphb/Vinqw-1B-v1", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Nice model !
#2
by khang119966 - opened
Keep pushing forward for a better Vietnamese VLM community! 🚀🇻🇳
Thank you, we are still trying to improve it to make it better and better.