Views
No views yet
| Metric | Value |
|---|---|
| epoch | 2.0 |
| total_flos | 2.0316819022261125e+18 |
| train_loss | 0.5175499592138373 |
| train_runtime | 21516.9615 |
| train_samples_per_second | 0.462 |
| train_steps_per_second | 0.058 |
1from transformers import AutoProcessor, Qwen2_5_VLForConditionalGeneration
2
3model = Qwen2_5_VLForConditionalGeneration.from_pretrained("jaehojung25/WISER_lora")
4processor = AutoProcessor.from_pretrained("jaehojung25/WISER_lora")