How do I get logits from an Inference API Speech Recognition model?
I’m trying to use a finetuned Wav2Vec2 model that I uploaded to hugging face through Inference API / Inference Endpoints, but it seems to be using Pipeline to call the model, meaning it will only return the final prediction of the model, not the logits from the model. Is there any way to make Inference API return the logits and not the final prediction?