This is a DistilBERT model fine-tuned on the AG news dataset to determine whether a news article is within any of the
four categories: 'World', 'Sports', 'Business' and 'Sci/Tech'. The Trainer API was used to train the model.
Intended uses & limitations
Training and evaluation data
Data is from HuggingFace's datasets package, source: AG news dataset
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
learning_rate: 2e-05
train_batch_size: 32
eval_batch_size: 32
seed: 42
optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08