A vision-language model fine-tuned on building facade analysis tasks, based on InternVL3-2B architecture.
This model is designed for analyzing building facades and architectural features. It combines computer vision and natural language processing capabilities to understand and describe architectural elements in images.
1from transformers import AutoModel, AutoTokenizer
2
3# Load model and tokenizer
4model = AutoModel.from_pretrained("seshing/openfacades-internvl3-2b", trust_remote_code=True)
5tokenizer = AutoTokenizer.from_pretrained("seshing/openfacades-internvl3-2b", trust_remote_code=True)
This project is released under the Apache-2.0 License. This project uses the pre-trained InternVL, which is licensed under the Apache-2.0 License.
Built upon the InternVL3-2B model architecture and trained on building facade datasets.