-
Notifications
You must be signed in to change notification settings - Fork 34
LLM qualifier #435
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
base: master
Are you sure you want to change the base?
LLM qualifier #435
Conversation
Docs preview URL |
Coverage Report
Files without new missing coverage
282 files skipped due to complete coverage. Coverage success: total of 98.00% is above 97.98% 🎉 |
d2e1f39
to
65669dc
Compare
|
Description
The
LLMSpanClassifier
component is a LLM attribute predictor.Tutorial :
https://edsnlp-llm-qualifier.vercel.app/llm-qualifier/tutorials/qualifying-entities-with-llm/
Two main classes are proposed:
LLMSpanClassifier
component is a LLM attribute predictor.AsyncLLM
class is a helper to interact asyncronuously with an external llm API. It receives a list of messages (from edsnlp or not) and it returns the answer.The tests are also structured in two main parts.
Checklist