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
by nielsr HF Staff - opened
This PR updates the model card to link the paper title to its Hugging Face paper page (https://huggingface.co/papers/2607.15768) and adds the BibTeX citation.