We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @PromtEngineer
First, thank you for creating this public repository; this is a powerful and "simple" example of a local LLM.
I have used this project against the PDF https://assets.publishing.service.gov.uk/media/5f08a103e90e0712c5f221e0/UK_Points-Based_System_Further_Details_Web_Accessible.pdf from https://www.gov.uk/government/publications/uk-points-based-immigration-system-further-details-statement.
But when I try to ask simple questions like the type of visas or about the points system, the answers are erratic and delusional.
I did the vectorization using the model hkunlp/instructor-xl
I tried the LLM using
And
With similar poor results.
So, I think maybe the problem is the vectorization or ChromaDB.
If anyone can try to use the PDF pointed out before, maybe you can suggest a new set of parameters or models to try to improve the quality of the QA.
Thanks in advance for any suggestions.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @PromtEngineer
First, thank you for creating this public repository; this is a powerful and "simple" example of a local LLM.
I have used this project against the PDF https://assets.publishing.service.gov.uk/media/5f08a103e90e0712c5f221e0/UK_Points-Based_System_Further_Details_Web_Accessible.pdf from https://www.gov.uk/government/publications/uk-points-based-immigration-system-further-details-statement.
But when I try to ask simple questions like the type of visas or about the points system, the answers are erratic and delusional.
I did the vectorization using the model hkunlp/instructor-xl
I tried the LLM using
And
With similar poor results.
So, I think maybe the problem is the vectorization or ChromaDB.
If anyone can try to use the PDF pointed out before, maybe you can suggest a new set of parameters or models to try to improve the quality of the QA.
Thanks in advance for any suggestions.
The text was updated successfully, but these errors were encountered: