sarahmiller137 commited on
Commit
6ccd9cb
1 Parent(s): 0e4671e

Updated readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ distilibert-base-uncased model finetuned using the conll2003 dataset from the d
48
  This model is intended to be used for named entity recoginition tasks. The model will identify entities of persons, locations, organisations, and miscellaneous. The model will predict lables based upon the CoNLL-2003 dataset.
49
 
50
  Note that the dataset and model may not be fully represetative or suitable for all needs it is recommended that the paper for the dataset and base model card should be reviewed before using the model -
51
- - [Conll2003](https://aclanthology.org/W03-0419)
52
  - [distilbert](https://huggingface.co/distilbert-base-uncased)
53
 
54
 
 
48
  This model is intended to be used for named entity recoginition tasks. The model will identify entities of persons, locations, organisations, and miscellaneous. The model will predict lables based upon the CoNLL-2003 dataset.
49
 
50
  Note that the dataset and model may not be fully represetative or suitable for all needs it is recommended that the paper for the dataset and base model card should be reviewed before using the model -
51
+ - [CoNLL-2003](https://aclanthology.org/W03-0419)
52
  - [distilbert](https://huggingface.co/distilbert-base-uncased)
53
 
54