Skip to content

Commit

Permalink
init ner with spacy notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
lfunderburk committed Dec 3, 2024
1 parent 6ade0a2 commit 5b79ef5
Show file tree
Hide file tree
Showing 6 changed files with 1,901 additions and 51 deletions.
Empty file added ch8/ner-with-spacy.ipynb
Empty file.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ dependencies = [
"transformers[torch,sentencepiece]",
"pip-tools",
"prometheus-client>=0.21",
"gunicorn"
"gunicorn",
"spacy"
]

[build-system]
Expand Down
470 changes: 469 additions & 1 deletion requirements/lib-py3.10.txt

Large diffs are not rendered by default.

468 changes: 467 additions & 1 deletion requirements/lib-py3.11.txt

Large diffs are not rendered by default.

555 changes: 508 additions & 47 deletions requirements/lib-py3.12.txt

Large diffs are not rendered by default.

456 changes: 455 additions & 1 deletion requirements/lib-py3.9.txt

Large diffs are not rendered by default.

0 comments on commit 5b79ef5

Please sign in to comment.