Image-Text-to-Text
PEFT
Safetensors
lora
sft
satellite-imagery
wildfire-detection
sentinel-2
remote-sensing
liquid-ai
hackathon
conversational
Instructions to use YujiYamaguchi/lfm2-5-vl-450m-wildfire with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use YujiYamaguchi/lfm2-5-vl-450m-wildfire with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("LiquidAI/LFM2.5-VL-450M") model = PeftModel.from_pretrained(base_model, "YujiYamaguchi/lfm2-5-vl-450m-wildfire") - Notebooks
- Google Colab
- Kaggle
Ctrl+K