Instructions to use junseokkim00/KoBART_Question_Generation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use junseokkim00/KoBART_Question_Generation with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("junseokkim00/KoBART_Question_Generation") model = AutoModelForSeq2SeqLM.from_pretrained("junseokkim00/KoBART_Question_Generation") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 4294dbe
Update README.md adbd26e
Update README.md c866da0
Upload 6 files 5f13bab
initial commit d00432d
Junseok Kim commited on