learn3r/summ_screen_fd_bp
Viewer • Updated • 4.35k • 14
How to use learn3r/sfd_blueprint_bart_base with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("learn3r/sfd_blueprint_bart_base")
model = AutoModelForSeq2SeqLM.from_pretrained("learn3r/sfd_blueprint_bart_base")This model is a fine-tuned version of facebook/bart-base on the learn3r/summ_screen_fd_bp dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 3.382 | 0.97 | 14 | 2.3120 |
| 2.5354 | 1.95 | 28 | 2.1625 |
| 2.2504 | 2.99 | 43 | 2.1031 |
| 2.1809 | 3.97 | 57 | 2.0733 |
| 2.0889 | 4.94 | 71 | 2.0513 |
| 2.0586 | 5.98 | 86 | 2.0359 |
| 2.0117 | 6.96 | 100 | 2.0325 |
| 1.9849 | 8.0 | 115 | 2.0254 |
| 1.9803 | 8.97 | 129 | 2.0218 |
| 1.9584 | 9.74 | 140 | 2.0208 |
Base model
facebook/bart-base