Learn how to query classification models trained with Predibase
If you’ve fine-tuned a classification adapter with Predibase, or want to use a sequence classification model from Huggingface, you can use Predibase to serve and query your model.
Below is an example of deploying a LLM, preloaded with two classification adapters trained with Predibase. Each one contains LoRA weights and a classification head.
You will need to provide your Tenant ID and API Token, which can be found in the Settings section of the Predibase platform. You will also need the name of the deployment you created (e.g. my-classification-model from the above example).