Instructions to use Sehong/kobart-QuestionGeneration with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sehong/kobart-QuestionGeneration with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Sehong/kobart-QuestionGeneration") model = AutoModelForSeq2SeqLM.from_pretrained("Sehong/kobart-QuestionGeneration") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ license: mit
|
|
| 11 |
|
| 12 |
## Github
|
| 13 |
|
| 14 |
-
https://github.com/Seoneun/
|
| 15 |
|
| 16 |
## Fine-tuning Dataset
|
| 17 |
|
|
|
|
| 11 |
|
| 12 |
## Github
|
| 13 |
|
| 14 |
+
https://github.com/Seoneun/KoBART-Question-Generation
|
| 15 |
|
| 16 |
## Fine-tuning Dataset
|
| 17 |
|