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") - Notebooks
- Google Colab
- Kaggle
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# BART_Finetuned_CNN_dailymail
|
| 2 |
+
The following repo contains a [bart-base](https://huggingface.co/facebook/bart-base) model that was finetuned using the dataset [cnn_dailymail](https://huggingface.co/datasets/cnn_dailymail)
|