|
a |
|
b/README.md |
|
|
1 |
# MedicalMeadow ⚕️💬🩺 |
|
|
2 |
|
|
|
3 |
## Overview |
|
|
4 |
MedicalMeadow is a project focused on training a chatbot using the LLaMA model, fine-tuned with the Medical Meadow dataset. The aim is to develop a robust NLP system capable of answering medical questions effectively. |
|
|
5 |
|
|
|
6 |
## Scope |
|
|
7 |
The primary goal is to fine-tune a pre-trained NLP model on a specialized medical dataset to enable accurate and context-aware medical question answering. |
|
|
8 |
|
|
|
9 |
## Dataset: Medical Meadow Medical Flashcards |
|
|
10 |
- **Website:** [Medical Meadow on Hugging Face](https://huggingface.co/datasets/medalpaca/medical_meadow_medical_flashcards) |
|
|
11 |
- **Paper:** [Medical Meadow: A Dataset for Medical Knowledge Question Answering](https://arxiv.org/pdf/2304.08247.pdf) |
|
|
12 |
- **Description:** This dataset consists of question-answer pairs generated by GPT-3.5 based on medical curriculum flashcards. It provides a comprehensive resource for training models in medical knowledge retrieval and question answering. |
|
|
13 |
- **Task:** Develop and fine-tune an NLP model to handle medical question answering tasks efficiently. |
|
|
14 |
|
|
|
15 |
## Project Objectives |
|
|
16 |
- **Model Selection:** Utilize the LLaMA model as the base for chatbot development. |
|
|
17 |
- **Fine-Tuning:** Apply transfer learning techniques to fine-tune the model with the Medical Meadow dataset. |
|
|
18 |
- **Performance Evaluation:** Assess the chatbot's performance on various medical question-answering benchmarks to ensure reliability and accuracy. |
|
|
19 |
|
|
|
20 |
## License |
|
|
21 |
This project is licensed under the MIT License. See the `LICENSE` file for more details. |