Using inference API with the models `get_text_features` method.

#1
by grantpitt - opened

Is there a way I can use the HF inference API to get a text embedding by calling the get_text_features method? It looks like by default, it just calls the model which results in the error: {'error': 'You have to specify pixel_values'}

This comment has been hidden

Sign up or log in to comment