Results.csv file has no classification/accuracy details

I am using fine-tuning
after I save the results file,

results[results[‘classification/accuracy’].notnull()].tail(1)

I get the below error:

KeyError: ‘classification/accuracy’