| { | |
| "dataset": "./unified_annotations_relative.jsonl", | |
| "output_dir": "./test_run", | |
| "max_samples": null, | |
| "val_split": 0.1, | |
| "model_name": "Qwen/Qwen3-VL-8B-Instruct", | |
| "use_qlora": true, | |
| "lora_rank": 64, | |
| "lora_alpha": 128, | |
| "lora_dropout": 0.05, | |
| "num_epochs": 5, | |
| "max_steps": -1, | |
| "batch_size": 2, | |
| "gradient_accumulation_steps": 4, | |
| "learning_rate": 0.0002, | |
| "warmup_ratio": 0.1, | |
| "weight_decay": 0.01, | |
| "max_grad_norm": 1.0, | |
| "logging_steps": 10, | |
| "eval_steps": 200, | |
| "save_steps": 1000, | |
| "use_wandb": false, | |
| "wandb_project": "qwen3vl-cable-classification", | |
| "max_length": 2048, | |
| "image_max_edge": 560, | |
| "debug": false, | |
| "seed": 42, | |
| "merge_and_push": true, | |
| "hub_model_id": "Balfiky/mobthing2", | |
| "hub_token": null, | |
| "hub_private": false | |
| } |