File size: 1,965 Bytes
ff19e74 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
---
tags:
- generated_from_trainer
model-index:
- name: longt5_xl_gov_memsum_40
results: []
---
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# longt5_xl_gov_memsum_40
This model was trained from scratch on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 3.0292
## 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: 0.001
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- gradient_accumulation_steps: 32
- total_train_batch_size: 256
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: constant
- num_epochs: 15.0
### Training results
| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:-----:|:----:|:---------------:|
| 0.0689 | 1.0 | 68 | 2.9102 |
| 0.0658 | 1.99 | 136 | 2.8207 |
| 0.0549 | 2.99 | 204 | 2.8665 |
| 0.0552 | 3.99 | 272 | 2.8846 |
| 0.0534 | 5.0 | 341 | 2.7891 |
| 0.0465 | 6.0 | 409 | 3.0601 |
| 0.0494 | 6.99 | 477 | 2.9361 |
| 0.0477 | 7.99 | 545 | 2.9819 |
| 0.0463 | 8.99 | 613 | 3.0402 |
| 0.0642 | 10.0 | 682 | 2.9308 |
| 0.0601 | 10.99 | 750 | 2.8829 |
| 0.0577 | 11.99 | 818 | 2.8970 |
| 0.0529 | 12.99 | 886 | 2.9596 |
| 0.051 | 14.0 | 955 | 2.9287 |
| 0.0514 | 14.95 | 1020 | 3.0292 |
### Framework versions
- Transformers 4.38.1
- Pytorch 2.2.1+cu121
- Datasets 2.17.1
- Tokenizers 0.15.2
|