It achieves the following results on the evaluation set:
Loss: 0.4750
Roc Auc: 0.9709
Model description
The model is a BertForSequenceClassification model fine-tuned using the Hugging Face transformers library. The base model used was google-bert/bert-base-uncased.
Intended uses & limitations
This model is fine tuned to predict paper abstracts into either "Artificial Intelligence", "Information Retrieval" and "Robotics".
The model was trained for 5 epochs with a learning rate of 1e-4 and a batch size of 16 for training and 8 for evaluation. Dynamic padding was used during training.
Training hyperparameters
The following hyperparameters were used during training:
learning_rate: 0.0001
train_batch_size: 16
eval_batch_size: 8
seed: 42
optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments