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

Document Classification Node with Transformers instead of FARM #1508

Closed
julian-risch opened this issue Sep 27, 2021 · 0 comments · Fixed by #1540
Closed

Document Classification Node with Transformers instead of FARM #1508

julian-risch opened this issue Sep 27, 2021 · 0 comments · Fixed by #1540
Assignees

Comments

@julian-risch
Copy link
Member

Document Classification was so far only possible with the help of FARM: https://haystack.deepset.ai/components/v0.10.0/classifier
As #1492 removes the TextClassificationHead and #1507 might also remove the TextClassificationProcessor soon, we should replace the FARM-based document classification node with a transformers-based document classification node.
#1492 removed the FARM-based document classification node, including the documentation page 5590cba
We can reuse most parts of that documentation after implementing a transformers-based document classification node.

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

Successfully merging a pull request may close this issue.

1 participant