stanfordnlp/snli
Viewer • Updated • 570k • 32.6k • 91
How to use pepa/bigbird-roberta-base-snli with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="pepa/bigbird-roberta-base-snli") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("pepa/bigbird-roberta-base-snli")
model = AutoModelForSequenceClassification.from_pretrained("pepa/bigbird-roberta-base-snli")This model was trained from scratch on the snli dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training: