sadhaklal commited on
Commit
ef74b67
1 Parent(s): 7beedd8

fixed a typo in README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ pipeline_tag: token-classification
17
 
18
  BERT ("bert-base-cased") finetuned on CoNLL-2003 (Conference on Computational Natural Language Learning).
19
 
20
- The model performs named entity recoginition (NER). It pertains to section 2 of chapter 7 of the Hugging Face "NLP Course" (https://huggingface.co/learn/nlp-course/chapter7/2).
21
 
22
  It was trained using a custom PyTorch loop with Hugging Face Accelerate.
23
 
 
17
 
18
  BERT ("bert-base-cased") finetuned on CoNLL-2003 (Conference on Computational Natural Language Learning).
19
 
20
+ The model performs named entity recognition (NER). It pertains to section 2 of chapter 7 of the Hugging Face "NLP Course" (https://huggingface.co/learn/nlp-course/chapter7/2).
21
 
22
  It was trained using a custom PyTorch loop with Hugging Face Accelerate.
23