Model is a fine-tuned version of bert-base-uncased on the conll2003 dataset.
It achieves the following results on the evaluation set:
Loss: 0.2140
Precision: 0.9258
Recall: 0.9257
F1: 0.9257
Accuracy: 0.9483
Model description
This model fine-tunes bert-base-uncased on the CoNLL-2003 dataset for part-of-speech (POS) tagging. It is trained to label each token in a sentence with its corresponding POS tag, achieving high precision and recall on the evaluation set. Suitable for NLP tasks that require accurate grammatical structure identification in English text.
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: 2e-05
train_batch_size: 8
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