Instructions to use Josmar/BART_Finetuned_CNN_dailymail with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Josmar/BART_Finetuned_CNN_dailymail with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Josmar/BART_Finetuned_CNN_dailymail") model = AutoModelForSeq2SeqLM.from_pretrained("Josmar/BART_Finetuned_CNN_dailymail", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
bdd2b34 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:644c24be674d54cd95f689ac80a8f9e87d428db5541c757d36bee4d4d90e39d6
size 557979193
|