update di instruction

This commit is contained in:
Yizhou Chi 2024-09-11 11:59:52 +08:00
parent a373e684ae
commit 35b9ea097e

View file

@ -24,6 +24,7 @@ DI_INSTRUCTION = """\
3. You should perform transformations on train, dev, and test sets at the same time (it's a good idea to define functions for this and avoid code repetition).
4. If labels are transformed during training, they should be transformed back to the original format before saving the predictions.
5. You could utilize dev set to improve model training.
6. Use techniques to avoid overfitting.
## Saving Dev and Test Predictions
1. 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.