File size: 581 Bytes
cbc7e63 | 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 | ---
license: mit
base_model:
- prajjwal1/bert-tiny
pipeline_tag: text-classification
library_name: transformers
---
# BERT-tiny RAID Detector
This model is used to detect AI-generated texts from the RAID dataset.
The model outputs a score corresponding to the likelihood that the text is human.
This model was trained on a stratified subset of RAID's training data.
# Model Details
- Base Model: `prajjwal1/bert-tiny`
- Optimizer: `Adam`
- Loss Function: `FocalLoss`
- Hyperparameters:
- Learning rate: `5e-5`
- Epochs: 5
- Learning rate: `1e-5`
- Epochs: 5 |