Instructions to use dnrso/koBART_Sum_Review_finetuning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dnrso/koBART_Sum_Review_finetuning with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("dnrso/koBART_Sum_Review_finetuning") model = AutoModelForSeq2SeqLM.from_pretrained("dnrso/koBART_Sum_Review_finetuning") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,4 +16,8 @@ https://huggingface.co/gogamza/kobart-summarization
|
|
| 16 |
|
| 17 |
# dataset
|
| 18 |
|
| 19 |
-
https://github.com/dnrso/dnrso.github.io
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
# dataset
|
| 18 |
|
| 19 |
+
https://github.com/dnrso/dnrso.github.io
|
| 20 |
+
|
| 21 |
+
# Demo Space
|
| 22 |
+
|
| 23 |
+
https://huggingface.co/spaces/dnrso/koBART_Sum_Review_finetuning
|