sarahmiller137 commited on
Commit
15f2d91
1 Parent(s): 16ac3ab

Removing label information

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ datasets:
14
  distilibert-base-uncased model finetuned using the conll2003 dataset from the datasets library.
15
 
16
  ## Intended uses & limitations
17
- 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 that has the following class labels - ['O', 'B-PER', 'I-PER', 'B-ORG', 'I-ORG', 'B-LOC', 'I-LOC', 'B-MISC', 'I-MISC']
18
 
19
  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 -
20
  - [Conll2003](https://aclanthology.org/W03-0419)
 
14
  distilibert-base-uncased model finetuned using the conll2003 dataset from the datasets library.
15
 
16
  ## Intended uses & limitations
17
+ 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.
18
 
19
  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 -
20
  - [Conll2003](https://aclanthology.org/W03-0419)