Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPARKNLP-737: ZeroShotNer Notebook #13474

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/en/transformer_entries/ZeroShotNer.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ used to recognize entities. The definitions of entities is given by a dictionary
specifying a set of questions for each entity. The model is based on
RoBertaForQuestionAnswering.

For more extended examples see the
[Examples](https://github.com/JohnSnowLabs/spark-nlp/blob/master/examples/python/annotation/text/english/named-entity-recognition/ZeroShot_NER.ipynb).

Pretrained models can be loaded with `pretrained` of the companion object:

```scala
Expand Down
7,131 changes: 0 additions & 7,131 deletions examples/bak2.Text_Preprocessing_with_SparkNLP_Annotators_Transformers.ipynb

This file was deleted.

Loading