model_card
#2
by
yiqiecheng
- opened
Why does the sample code given in model_card output 6 values when running the model? Do I need to do softmax to get the label for the final output?
sorry for the misunderstanding. yes you need to add argmax to get the final score.
We have updated the code in the readme file, please check it out.