Instructions to use chinhon/bart-large-cnn-summarizer_03 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chinhon/bart-large-cnn-summarizer_03 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("chinhon/bart-large-cnn-summarizer_03") model = AutoModelForSeq2SeqLM.from_pretrained("chinhon/bart-large-cnn-summarizer_03", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
4f34cfe
1
Parent(s): 3f38b75
Librarian Bot: Add base_model information to model (#3)
Browse files- Librarian Bot: Add base_model information to model (9a8ec4129cdb3347dc5fb379b353d5d5c4d4b7cd)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -4,6 +4,7 @@ tags:
|
|
| 4 |
- generated_from_trainer
|
| 5 |
metrics:
|
| 6 |
- rouge
|
|
|
|
| 7 |
model-index:
|
| 8 |
- name: bart-large-cnn-summarizer_03
|
| 9 |
results: []
|
|
|
|
| 4 |
- generated_from_trainer
|
| 5 |
metrics:
|
| 6 |
- rouge
|
| 7 |
+
base_model: facebook/bart-large-cnn
|
| 8 |
model-index:
|
| 9 |
- name: bart-large-cnn-summarizer_03
|
| 10 |
results: []
|