stanfordnlp/snli
Viewer • Updated • 570k • 23.4k • 93
How to use varun-v-rao/bart-large-snli-model2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="varun-v-rao/bart-large-snli-model2") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("varun-v-rao/bart-large-snli-model2")
model = AutoModelForSequenceClassification.from_pretrained("varun-v-rao/bart-large-snli-model2")This model is a fine-tuned version of facebook/bart-large 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:
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| 0.2884 | 1.0 | 4292 | 0.2143 | 0.9243 |
| 0.2408 | 2.0 | 8584 | 0.2192 | 0.9245 |
| 0.2098 | 3.0 | 12876 | 0.2131 | 0.9307 |
Base model
facebook/bart-large