Clickbait5 / README.md
caush's picture
update model card README.md
5c95856
---
tags:
- generated_from_trainer
model-index:
- name: Clickbait5
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. -->
# Clickbait5
This model was trained from scratch on the None dataset.
It achieves the following results on the evaluation set:
- Loss: 0.0258
## 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: 16
- eval_batch_size: 16
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 4
### Training results
| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:-----:|:----:|:---------------:|
| No log | 0.04 | 50 | 0.0258 |
| No log | 0.08 | 100 | 0.0269 |
| No log | 0.12 | 150 | 0.0259 |
| No log | 0.16 | 200 | 0.0260 |
| No log | 0.21 | 250 | 0.0267 |
| No log | 0.25 | 300 | 0.0276 |
| No log | 0.29 | 350 | 0.0284 |
| No log | 0.33 | 400 | 0.0270 |
| No log | 0.37 | 450 | 0.0269 |
| 0.0195 | 0.41 | 500 | 0.0260 |
| 0.0195 | 0.45 | 550 | 0.0284 |
### Framework versions
- Transformers 4.17.0
- Pytorch 1.11.0
- Datasets 2.0.0
- Tokenizers 0.11.6