How to change the label names in Hosted Inference API results

hi all,

here is a fine tuned sentiment analysis model for turkish that I uploaded to the hub mdeniz1/turkish-sentiment-analysis-bert-base-turkish-uncased · Hugging Face

when I use the hosted inference API for my model, the predictions are label_2, label_1 and label3,
how can I change these labels to ‘positive’, ‘negative’ and ‘neutral’ ?