Curious-PM commited on
Commit
bf0062e
·
verified ·
1 Parent(s): 45c0790

Upload train.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. train.py +1 -3
train.py CHANGED
@@ -52,9 +52,7 @@ trainer = SFTTrainer(
52
  push_to_hub=True,
53
  hub_model_id=OUT,
54
  hub_strategy="end",
55
- report_to="trackio",
56
- project="lexwell-irac",
57
- run_name="qwen2.5-3b-sft-r16-e10-gc",
58
  ),
59
  )
60
 
 
52
  push_to_hub=True,
53
  hub_model_id=OUT,
54
  hub_strategy="end",
55
+ report_to="none",
 
 
56
  ),
57
  )
58