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