Instructions to use Matas5/gemma-weather-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Matas5/gemma-weather-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-3-4b-it-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "Matas5/gemma-weather-lora") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Studio
How to use Matas5/gemma-weather-lora with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Matas5/gemma-weather-lora to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Matas5/gemma-weather-lora to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Matas5/gemma-weather-lora to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="Matas5/gemma-weather-lora", max_seq_length=2048, )
Gemma 3 Lithuanian Weather Caption LoRA
This is a LoRA adapter fine-tuned for Lithuanian weather-focused image captioning.
The model was trained to describe the weather in an image using short, simple Lithuanian sentences.
Task
Given an image, the model generates a short Lithuanian caption focused on:
- cloudiness
- sunlight
- precipitation
- visibility
- time of day
- general weather conditions
Base model
unsloth/gemma-3-4b-it
Dataset
Dataset: Matas5/GMM_team_task
Training examples used: 103
The dataset contains images with Lithuanian weather captions. Captions were standardized to focus mainly on weather conditions rather than unrelated objects.
Training setup
Training method: LoRA fine-tuning with Unsloth
Model loading: 4-bit quantized base model
Fine-tuning type: PEFT / LoRA adapter
Number of epochs: 3
Total training steps: 78
Per-device batch size: 1
Gradient accumulation steps: 2
Number of GPUs: 2 Tesla T4 GPUs
Effective total batch size: 4
Learning rate: 2e-4
Optimizer: adamw_8bit
Gradient checkpointing: enabled
Save strategy: save every epoch
Trainable parameters: 1,611,776
Total model parameters shown during training: 2,941,163,888
Trainable percentage: 0.05%
LoRA rank: 4
LoRA alpha: 8
Target modules: q_proj, v_proj
Vision layers fine-tuned: yes
Prompt used during training
Trumpai apibūdink orą šioje nuotraukoje lietuviškai. Atsakyk vienu paprastu sakiniu.
Example expected output style
Dangus giedras ir ryškiai mėlynas, debesų beveik nėra. Oras saulėtas, sausas, matomumas labai geras.
Training result summary
The training loss decreased strongly during fine-tuning.
Initial loss was around 4.7–5.3.
Final loss was around 0.6–0.8.
This suggests the adapter learned the caption format and Lithuanian weather description style from the training dataset.
Intended use
This adapter is intended for a university project demonstrating fine-tuning of a vision-language model for Lithuanian weather captioning.
It is not intended for professional meteorological forecasting.
- Downloads last month
- 35