Fix TRL training configuration
Browse files
scripts/hf/30_distill_sft.py
CHANGED
|
@@ -43,7 +43,6 @@ def main() -> None:
|
|
| 43 |
save_total_limit=2,
|
| 44 |
logging_steps=10,
|
| 45 |
report_to="trackio",
|
| 46 |
-
project=os.getenv("TRACKIO_PROJECT", "orchestra-q-distillation"),
|
| 47 |
run_name=os.getenv("TRACKIO_RUN", "distillation-run"),
|
| 48 |
push_to_hub=True,
|
| 49 |
hub_model_id=output_repo,
|
|
|
|
| 43 |
save_total_limit=2,
|
| 44 |
logging_steps=10,
|
| 45 |
report_to="trackio",
|
|
|
|
| 46 |
run_name=os.getenv("TRACKIO_RUN", "distillation-run"),
|
| 47 |
push_to_hub=True,
|
| 48 |
hub_model_id=output_repo,
|