HuggingFace

Robust Intelligence now supports an API that downloads HuggingFace models by providing the HuggingFace Model’s URI. To use this functionality, specify a HuggingFace model configuration.

Hugging Face Classification Model

{
    model_info = {
        "hugging_face" :{
            "model_uri": "cross-encoder/nli-MiniLM2-L6-H768",
        }
    }
}