best pipeline for accuracy #1889
Unanswered
AhmadSawalhah
asked this question in
Questions
Replies: 2 comments 2 replies
-
Hey @AhmadSawalhah, thanks for starting this discussion. :-)
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank you for this great effort,
I have this project
user uploads docx file ( Django interface), I want to extract data from the uploaded file, such as
gender, country of origin, family members...etc.
I used an HF transformer and get about 40% accuracy of extracted data.
(How can I highlight the answer in frontend(Django))
I want to know what is the best pipeline to get the most accurate results, including everything
1- document store
2- the way of preprocessing the file ( size)
3- indexing
4- language model
5- retriever structure
6- reader
7..etc
performance is not important, I want best results
thanks
@hammer @icy @askainet @demarant
Beta Was this translation helpful? Give feedback.
All reactions