TabLLM
TabLLM copied to clipboard
Only dev_scores.txt available in exp_out folder
Hi,
I am trying to train a model on the heart dataset. The training works, but I am unable to find the following files in the exp_out folder:
train_pred.txt
dev_pred.txt
test_pred.txt
test_score.txt
Here's the screenshot for your reference:
My main concern is now that we have the trained model checkpoint, how can we use it to get results on the dev/test set and get the results?
Thanks!