You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a RAG implementation using Open Source stack. BioMistral 7B has been used to build this app along with PubMedBert as an embedding model, Qdrant as a self hosted Vector DB, and Langchain & Llama CPP as an orchestration frameworks.
Space Model framework that allows for maintaining generalizability, and enhances the performance on the downstream task by utilizing task-specific context attribution. It is an external LLM layer, that improves accuracy in classification task for multiple datasets, such as HateXplain, IMDB movies reviews and more.
This project focuses the implementation on the Healthcare based chat-bot that answers the customer's queries as a therapist that is trained on the interaction between the patient and the therapist responses with the counsel chat dataset.