fix bug - make rollout more consistent

This commit is contained in:
Yizhou Chi 2024-08-30 20:35:17 +08:00
parent 32759f031c
commit ae6a195750
7 changed files with 50 additions and 10 deletions

View file

@ -17,7 +17,10 @@ Report {metric} on the eval data. Do not plot or make any visualizations.
TASK_PROMPT = """\
# User requirement
{user_requirement}
**Attention** Please do not leak the target label in any form during training.
**Attention**
1. Please do not leak the target label in any form during training.
2. Dev and Test sets do not have the target column.
3. You should perform transformations on all sets at the same step.
## Saving Dev and Test Predictions
Save the prediction results of BOTH the dev set and test set in `dev_predictions.csv` and `test_predictions.csv` respectively in the output directory.