Commit
·
3d978df
1
Parent(s):
9a76e03
Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,7 @@ The ensemble detects 69 entity subtypes (17 broad entity groups)
|
|
43 |
### Additional notes
|
44 |
|
45 |
- The model predictions on the right do not include [CLS] predictions. Hosted inference API only returns the masked position predictions. In practice, the [CLS] predictions are just as useful as the model predictions for the masked position _(if the next sentence prediction loss was low during pretraining)_ and are used for NER.
|
46 |
-
- Some of the top model predictions like "a", "the", punctuations, etc.
|
47 |
|
48 |
### License
|
49 |
|
|
|
43 |
### Additional notes
|
44 |
|
45 |
- The model predictions on the right do not include [CLS] predictions. Hosted inference API only returns the masked position predictions. In practice, the [CLS] predictions are just as useful as the model predictions for the masked position _(if the next sentence prediction loss was low during pretraining)_ and are used for NER.
|
46 |
+
- Some of the top model predictions like "a", "the", punctuations, etc. while valid predictions, bear no entity information. These are filtered when harvesting descriptors for NER. The examples on the right are unfiltered results.
|
47 |
|
48 |
### License
|
49 |
|