return"Model tested in "+human_uptime+" showed a ticket_type/language accuracy of "+str(type_accuracy)+ \
" and identified "+str(correct_tags)+" of the tags correctly with "+str(excess_tags)+" excess tags."
\ No newline at end of file
return"Model tested in "+human_uptime+" showed a language accuracy of "+str(language_accuracy)+ \
", and a ticket_type accuracy of "+str(type_accuracy)+", identifying "+str(correct_tags)+" of the tags correctly with "+str(excess_tags)+" excess tags."