mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
update di instruction
This commit is contained in:
parent
a373e684ae
commit
35b9ea097e
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue