defunct-datasets/amazon_reviews_multi
Updated โข 4.69k โข 102
How to use Caroline-Vandyck/reviews-generator with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Caroline-Vandyck/reviews-generator")
model = AutoModelForSeq2SeqLM.from_pretrained("Caroline-Vandyck/reviews-generator")This model is a fine-tuned version of facebook/bart-base on the amazon_reviews_multi 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 |
|---|---|---|---|
| 3.7955 | 0.08 | 500 | 3.5577 |
| 3.7495 | 0.16 | 1000 | 3.4990 |