Instructions to use joelchoi85/kobart-digit82 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use joelchoi85/kobart-digit82 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("joelchoi85/kobart-digit82") model = AutoModelForSeq2SeqLM.from_pretrained("joelchoi85/kobart-digit82", device_map="auto") - Notebooks
- Google Colab
- Kaggle
kobart-digit82
This model is a fine-tuned version of digit82/kobart-summarization on the None dataset. It achieves the following results on the evaluation set:
- Loss: 1.5338
- Rouge1: 0.4734
- Rouge2: 0.3268
- Rougel: 0.346
- Rougelsum: 0.3463
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 3e-05
- train_batch_size: 16
- eval_batch_size: 16
- seed: 42
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 0.05
- num_epochs: 5
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|---|---|---|---|---|---|---|---|
| 2.8858 | 1.0 | 1875 | 1.4402 | 0.484 | 0.3319 | 0.3511 | 0.3513 |
| 2.4774 | 2.0 | 3750 | 1.4527 | 0.4752 | 0.3284 | 0.3477 | 0.348 |
| 2.1266 | 3.0 | 5625 | 1.4803 | 0.4751 | 0.3254 | 0.345 | 0.3453 |
| 1.9053 | 4.0 | 7500 | 1.5131 | 0.4741 | 0.3267 | 0.3465 | 0.3467 |
| 1.7935 | 5.0 | 9375 | 1.5338 | 0.4734 | 0.3268 | 0.346 | 0.3463 |
Framework versions
- Transformers 5.0.0
- Pytorch 2.10.0+cu128
- Datasets 5.0.0
- Tokenizers 0.22.2
- Downloads last month
- 33
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for joelchoi85/kobart-digit82
Base model
digit82/kobart-summarization