Multiclass classification for help

HEy guys,I’m a fresh learner and I have lots 5 * 1 inputs and labels(range(1-10)) like this:
inputs:tensor([[ 184.3800, 5.0000, 1129.9000, 0.0000, -260.6700]]) labels:tensor([5])
I want to know is there any good model to classify it to its class
Here is my poor model
16341103951079