Hi,
Thank you for your nice work.
In your training script for generating pseudo data (pseudo_data/src/run_uie_lora.py), you read the generated predictions as follows:
|
with open(f'{training_args.output_dir}/predict_eval_predictions.jsonl' ,'r') as f: |
But I cannot find the code where you save the predict_results to predict_eval_predictions.jsonl. Could you indicate where that code is in case I missed something?
Regards.
Hi,
Thank you for your nice work.
In your training script for generating pseudo data (pseudo_data/src/run_uie_lora.py), you read the generated predictions as follows:
SAPT/pseudo_data/src/run_uie_lora.py
Line 621 in 52a52b9
But I cannot find the code where you save the
predict_resultstopredict_eval_predictions.jsonl. Could you indicate where that code is in case I missed something?Regards.