Image-Text-to-Text
PEFT
Safetensors
English
remote-sensing
temporal-understanding
multimodal
lora
earth-observation
qwen3-vl
conversational
Instructions to use Davidup1/GeoChrono with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Davidup1/GeoChrono with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-VL-4B-Instruct") model = PeftModel.from_pretrained(base_model, "Davidup1/GeoChrono") - Notebooks
- Google Colab
- Kaggle
Link model card to arXiv paper
#1 opened 2 days ago
by
nielsr