lukeleeai's picture
End of training
e87a22e
|
raw
history blame
No virus
2.07 kB
---
license: apache-2.0
base_model: t5-base
tags:
- generated_from_trainer
datasets:
- glue
metrics:
- accuracy
model-index:
- name: t5-base_cola_dense_sp0_ar0
results:
- task:
name: Text Classification
type: text-classification
dataset:
name: glue
type: glue
config: rte
split: validation
args: rte
metrics:
- name: Accuracy
type: accuracy
value: 0.0
---
<!-- 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. -->
# t5-base_cola_dense_sp0_ar0
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the glue dataset.
It achieves the following results on the evaluation set:
- Loss: 0.8364
- Accuracy: 0.0
## 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: 5e-05
- train_batch_size: 32
- eval_batch_size: 64
- seed: 1
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 20
- num_epochs: 6
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
| 0.6981 | 0.32 | 25 | 0.6973 | 0.4657 |
| 0.6818 | 0.64 | 50 | 0.6864 | 0.4910 |
| 0.6578 | 0.96 | 75 | 0.6036 | 0.6968 |
| 0.5986 | 1.28 | 100 | 0.5675 | 0.7292 |
| 0.5756 | 1.6 | 125 | 0.5968 | 0.7076 |
| 0.4797 | 1.92 | 150 | 0.5562 | 0.7401 |
| 0.463 | 2.24 | 175 | 0.6183 | 0.7220 |
| 0.4034 | 2.56 | 200 | 0.5857 | 0.7726 |
### Framework versions
- Transformers 4.33.2
- Pytorch 2.0.1+cu117
- Datasets 2.14.5
- Tokenizers 0.11.6