cross-encoder/nli-distilroberta-base
Cross-encoder/nli-distilroberta-base is a machine learning model.
About cross-encoder/nli-distilroberta-base
The model was trained using SentenceTransformers Cross-Encoder class . It was trained on the SNLI and MultiNLI datasets . For a given sentence pair, it will output three scores corresponding to the labels: contradiction, entailment, neutral . Pre-trained models can be used like this: pre-trained and directly with Transformers library . You can use the model also directly with the Transformer library (without the library) using the library's AutoModel library . The model is trained using the CrossEncoder Cross Encoder for Quora Duplicate Questions Detection . It can also be used with Transformer Library AutoModel for the same reason: AutoModelForSequenceClassification .,