File size: 777 Bytes
73069bf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "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
}