notebooks
notebooks copied to clipboard
how to get "return_all_score"
trafficstars
Hi, thank you for your support.
I made model using "AutoModelForSequenceClassification" of transformers and then deploy the model using sagemaker.huggingface.
That is really amazing but have a little issue for me.
I'd like to get all score for all label when I predict for new data.
I found an option, return_all_score, for it in transformers. I'd like to use the option in sagemaker.huggingface.

you said "using transformers pipelines so I wonder how to use the option in your works.