Instructions to use tarek199147/lfm25-nwpu-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tarek199147/lfm25-nwpu-lora 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, "tarek199147/lfm25-nwpu-lora") - Notebooks
- Google Colab
- Kaggle
LFM2.5-VL-450M โ NWPU-RESISC45 LoRA
LoRA adapter fine-tuned on NWPU-RESISC45 for satellite scene classification (45 classes).
Base model
Training
- Task: scene classification (classify prompt โ class label)
- Dataset: NWPU-RESISC45, ~25 200 train / ~4 725 val samples
- LoRA: rank 8, alpha 16, no dropout
- Epochs: 3, LR: 5e-6 cosine w/ min 5e-7, warmup 100 steps
- Batch: 16 ร 2 grad-accum (effective 32), bfloat16
- Downloads last month
- 26
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support
Model tree for tarek199147/lfm25-nwpu-lora
Base model
LiquidAI/LFM2.5-350M-Base Finetuned
LiquidAI/LFM2.5-350M Finetuned
LiquidAI/LFM2.5-VL-450M