rahideer commited on
Commit
f9bbbe0
·
verified ·
1 Parent(s): caa0d8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -1,7 +1,9 @@
1
  # 🧠 Medical QA Assistant
2
 
3
- This is a RAG-based assistant that answers medical questions using PubMed papers. Built for healthcare students and MedBot prototypes.
4
 
5
- **Dataset:** pubmed_qa
6
- **Model:** BioBERT + BART
7
- **Tech:** Streamlit + Hugging Face Spaces
 
 
 
1
  # 🧠 Medical QA Assistant
2
 
3
+ A Retrieval-Augmented Generation (RAG) app that answers medical questions using research paper snippets from the `pubmed_qa` dataset.
4
 
5
+ - Built with: Streamlit, Hugging Face Transformers, FAISS
6
+ - Embedding Model: BioBERT via `sentence-transformers`
7
+ - Generator Model: BART
8
+
9
+ Great for medical students or MedBot-style experimentation.