File size: 889 Bytes
4efa70f 661f699 4efa70f 661f699 4efa70f 661f699 4efa70f |
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 |
---
license: apache-2.0
metrics:
- accuracy
- f1
- precision
- recall
model-index:
- name: roberta-base-ad-detector
results: []
datasets:
- 0x7194633/ad_detector
language:
- en
pipeline_tag: text-classification
---
# roberta-base-ad-detector
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an [ad_detector](https://huggingface.co/0x7194633/ad_detector) dataset.
It achieves the following results on the evaluation set:
- Loss: 0.0010
- Accuracy: 1.0
- F1: 1.0
- Precision: 1.0
- Recall: 1.0
## Model description
More information needed
### Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 5e-05
- train_batch_size: 8
- eval_batch_size: 16
- 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: 1
|