Upload train.py with huggingface_hub
Browse files
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="
|
| 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 |
|