dayannex commited on
Commit
4889a71
·
verified ·
1 Parent(s): a7c0260

card updated

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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