DeveloperAya commited on
Commit
174e7e4
1 Parent(s): 135fbfa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -4,4 +4,5 @@ datasets:
4
  - eriktks/conll2003
5
  ---
6
  This model is to find the entities (such as persons, locations, or organizations) in a sentence. This can be
7
- formulated as attributing a label to each token by having one class per entity and one class for “no entity.”
 
 
4
  - eriktks/conll2003
5
  ---
6
  This model is to find the entities (such as persons, locations, or organizations) in a sentence. This can be
7
+ formulated as attributing a label to each token by having one class per entity and one class for “no entity.”This
8
+ is a practice to what I learnt in NLP course on HuggingFace.