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

Updated Entity Extraction DockerHub Image #105

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

tieandrews
Copy link
Collaborator

@tieandrews tieandrews commented Aug 9, 2023

There wer some bug fixes identified right at the end of the capstone project.

Primary bug was if a GPU was present the code won't utilize it which is fixed.

Second was that it relied on local model loading, this image and code builds it and pulls the latest models from HuggingFace Hub, thus not requiring maintaining an external download link.

Link to image: https://hub.docker.com/r/tannedruse101/metaextractor-entity-extraction-pipeline

Closes #70

@tieandrews tieandrews added the NER Tasks related to NER tasks label Aug 9, 2023
@tieandrews tieandrews added this to the Post Final Submission milestone Aug 9, 2023
@codecov
Copy link

codecov bot commented Aug 9, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (c6f29b3) 52.42% compared to head (3771120) 52.42%.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #105   +/-   ##
=======================================
  Coverage   52.42%   52.42%           
=======================================
  Files          22       22           
  Lines        2394     2394           
=======================================
  Hits         1255     1255           
  Misses       1139     1139           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NER Tasks related to NER tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant