eriktks/conll2003
Updated • 38.9k • 166
How to use ashishpatel26/span-marker-roberta-base-conll03 with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("ashishpatel26/span-marker-roberta-base-conll03", dtype="auto")YAML Metadata Error:"base_model" is not allowed to be empty
This model is a fine-tuned version of on the conll2003 dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy |
|---|---|---|---|---|---|---|---|
| 0.0351 | 0.28 | 500 | 0.0272 | 0.8928 | 0.8251 | 0.8576 | 0.9662 |
| 0.0209 | 0.55 | 1000 | 0.0168 | 0.9066 | 0.9167 | 0.9116 | 0.9820 |
| 0.0169 | 0.83 | 1500 | 0.0120 | 0.9380 | 0.9291 | 0.9336 | 0.9863 |