jxtan's picture
Upload 6 files
89860e6 verified
|
raw
history blame
368 Bytes

https://huggingface.co/blog/HemanthSai7/deploy-applications-on-huggingface-spaces

Objective: Convert any Huggingface repository into an API endpoint

Users should be able to call the task and get back in the standard format

/sentence-embeddings

{ "model": "BAAI/bge-base-en-v1.5", "inputs: ["This is one text", "This is second text"], "parameters": {} }