joshdevins
commited on
Commit
•
b6f1146
1
Parent(s):
f05146e
Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ datasets:
|
|
5 |
- conll2003
|
6 |
---
|
7 |
|
8 |
-
[DistilBERT base cased](https://huggingface.co/distilbert-base-cased), fine-tuned for NER using the [conll03 english dataset](https://huggingface.co/datasets/conll2003).
|
9 |
|
10 |
## Versions
|
11 |
|
|
|
5 |
- conll2003
|
6 |
---
|
7 |
|
8 |
+
[DistilBERT base cased](https://huggingface.co/distilbert-base-cased), fine-tuned for NER using the [conll03 english dataset](https://huggingface.co/datasets/conll2003). Note that this model is sensitive to capital letters — "english" is different than "English". For the case insensitive version, please use [elastic/distilbert-base-uncased-finetuned-conll03-english](https://huggingface.co/elastic/distilbert-base-uncased-finetuned-conll03-english).
|
9 |
|
10 |
## Versions
|
11 |
|