Instructions to use jxchlee/koelectra-base-summarization1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jxchlee/koelectra-base-summarization1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jxchlee/koelectra-base-summarization1")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("jxchlee/koelectra-base-summarization1") model = AutoModelForSequenceClassification.from_pretrained("jxchlee/koelectra-base-summarization1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ tags: []
|
|
| 8 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
|
| 10 |
This is temporary model while training to make Korean article Summarize model.
|
| 11 |
-
|
| 12 |
|
| 13 |
## Model Details
|
| 14 |
|
|
|
|
| 8 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
|
| 10 |
This is temporary model while training to make Korean article Summarize model.
|
| 11 |
+
|
| 12 |
|
| 13 |
## Model Details
|
| 14 |
|