Instructions to use gogamza/kobart-summarization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gogamza/kobart-summarization with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("gogamza/kobart-summarization") model = AutoModelForSeq2SeqLM.from_pretrained("gogamza/kobart-summarization") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 8a63d69
fix unk issues b4d8d4f
haven-jeon commited on
Update example code 54abea9
haven-jeon commited on
Update license 9812bd8
haven-jeon commited on
add special_tokens e148262
haven-jeon commited on
Update README.md fb0078b
Update README.md f5bdbaa
Update README.md 23dfd9c
Update README.md 6b2ed56
Update README.md 5b5a14a
initial commit 1ce9016
Ubuntu commited on