i-be-snek commited on
Commit
b847bc2
·
1 Parent(s): 419b891

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -44,11 +44,8 @@ All scripts for training can be found in this [GitHub repository](https://github
44
 
45
  ## Model description
46
 
47
- More information needed
48
-
49
- ## Intended uses & limitations
50
-
51
- More information needed
52
 
53
  ## Training and evaluation data
54
 
 
44
 
45
  ## Model description
46
 
47
+ [distilbert-base-uncased-finetuned-ner-exp_A](https://huggingface.co/i-be-snek/distilbert-base-uncased-finetuned-ner-exp_B) is a Named Entity Recognition model finetuned on [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased).
48
+ This model is uncased, so it makes no distinction between "sarah" and "Sarah".
 
 
 
49
 
50
  ## Training and evaluation data
51