Hello,
I’m trying to deploy the ‘cross-encoder/ms-marco-MiniLM-L-6-v2’ on Azure ML huggingface endpoint. It seems that deployment is successful but it doesn’t respond on input like :
{
“inputs” : [{“text” : … , “text_pair” : …}, {“text” : … , “text_pair” : …} … ]
}
It works with single pair of texts.
Is it also possible to register the model and deploy it directly in the AzureML with custom score.py script and is there an example for that somewhere … I can’t really find.
BR,
Todor