card updated
Browse files
README.md
CHANGED
@@ -10,4 +10,5 @@ metrics:
|
|
10 |
library_name: transformers
|
11 |
pipeline_tag: token-classification
|
12 |
---
|
|
|
13 |
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
|
|
|
10 |
library_name: transformers
|
11 |
pipeline_tag: token-classification
|
12 |
---
|
13 |
+
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)
|
14 |
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
|