stanfordnlp/snli
Viewer • Updated • 570k • 26k • 92
How to use anupampatil44/bart-base-finetuned-imdb with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("anupampatil44/bart-base-finetuned-imdb")
model = AutoModelForSeq2SeqLM.from_pretrained("anupampatil44/bart-base-finetuned-imdb")This model is a fine-tuned version of facebook/bart-base 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 |
|---|---|---|---|
| 4.3295 | 1.0 | 157 | 2.8420 |
| 3.0267 | 2.0 | 314 | 2.4093 |
| 2.7503 | 3.0 | 471 | 2.3179 |
Base model
facebook/bart-base