eddieman78's picture
End
b968e5b verified
---
library_name: transformers
license: apache-2.0
base_model: google/flan-t5-base
tags:
- generated_from_trainer
model-index:
- name: litbank-coref-mem-base
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. -->
# litbank-coref-mem-base
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on the None dataset.
It achieves the following results on the evaluation set:
- Loss: 0.0620
## 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: 2e-05
- train_batch_size: 16
- eval_batch_size: 16
- seed: 42
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 10
### Training results
| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:-----:|:----:|:---------------:|
| No log | 1.0 | 327 | 0.1448 |
| 1.3265 | 2.0 | 654 | 0.0986 |
| 1.3265 | 3.0 | 981 | 0.0854 |
| 0.1444 | 4.0 | 1308 | 0.0767 |
| 0.118 | 5.0 | 1635 | 0.0715 |
| 0.118 | 6.0 | 1962 | 0.0684 |
| 0.1043 | 7.0 | 2289 | 0.0650 |
| 0.0967 | 8.0 | 2616 | 0.0633 |
| 0.0967 | 9.0 | 2943 | 0.0621 |
| 0.0928 | 10.0 | 3270 | 0.0620 |
### Framework versions
- Transformers 4.47.0
- Pytorch 2.5.1+cu121
- Datasets 3.2.0
- Tokenizers 0.21.0