File size: 484 Bytes
d9eeeda a7c0260 4889a71 a7c0260 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
---
datasets:
- ZihanWangKi/conllpp
language:
- en
metrics:
- accuracy
- f1
- recall
library_name: transformers
pipeline_tag: token-classification
---
To train this model, the base model distilbert/distilbert-base-cased is used as a starting point, which is a reduced and optimized version of the original BERT model (google-bert/bert-base-cased)
This model was trained from the conllpp dataset, updating the data to recognize date data and adding the B-DATE, I-DATE tags to the model |