roberta-base-Dep / README.md
ericNguyen0132's picture
End of training
c1d1c52
---
license: mit
tags:
- generated_from_trainer
model-index:
- name: roberta-base-Dep
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. -->
# roberta-base-Dep
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
It achieves the following results on the evaluation set:
- Loss: 0.5337
## 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: 8
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 500
- num_epochs: 5
### Training results
| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:-----:|:----:|:---------------:|
| 0.6762 | 1.0 | 751 | 0.5790 |
| 0.6394 | 2.0 | 1502 | 0.5337 |
| 0.4529 | 3.0 | 2253 | 0.6777 |
| 0.3988 | 4.0 | 3004 | 0.6316 |
| 0.4044 | 5.0 | 3755 | 0.8178 |
### Framework versions
- Transformers 4.30.2
- Pytorch 2.0.1+cu118
- Datasets 2.13.1
- Tokenizers 0.13.3