Instructions to use eliolio/bart-finetuned-yelpreviews with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use eliolio/bart-finetuned-yelpreviews with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("eliolio/bart-finetuned-yelpreviews") model = AutoModelForSeq2SeqLM.from_pretrained("eliolio/bart-finetuned-yelpreviews", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Librarian Bot: Add base_model information to model (#1) 200f969
update model card README.md fe0fef9
Eliott Z commited on
End of training 6c3a949
Eliott Z commited on
update model card README.md c1c6ef2
Eliott Z commited on
Model save 3cd0754
Eliott Z commited on
Training in progress, epoch 1 82f16f2
Eliott Z commited on
initial commit 725590a
Eliott Z commited on