Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Fine-Tuned GPT-2 Model for Medical Question Answering
|
2 |
+
|
3 |
+
## Model Description
|
4 |
+
This model is a fine-tuned version of GPT-2 on the MedQuAD dataset. The primary objective of this model is to generate accurate and informative responses to medical queries based on the training data.
|
5 |
+
|
6 |
+
## Training Data
|
7 |
+
The model was trained on the MedQuAD dataset, which consists of medical questions and answers. The dataset covers a wide range of medical topics and is intended to provide reliable and evidence-based information.
|
8 |
+
|
9 |
+
## Training Procedure
|
10 |
+
- **Base Model:** GPT-2
|
11 |
+
- **Dataset:** MedQuAD
|
12 |
+
- **Training Framework:** Hugging Face Transformers
|
13 |
+
- **Training Arguments:**
|
14 |
+
- `output_dir="./results"`
|
15 |
+
- `num_train_epochs=1`
|
16 |
+
- `per_device_train_batch_size=4`
|
17 |
+
- `save_steps=10,000`
|
18 |
+
- `save_total_limit=2`
|
19 |
+
- `logging_dir="./logs"`
|
20 |
+
|
21 |
+
## Intended Use
|
22 |
+
This model is intended for generating responses to medical questions. It can be used in applications such as telemedicine, healthcare chatbots, and medical information retrieval systems.
|
23 |
+
|
24 |
+
## Limitations
|
25 |
+
- The model's responses are based on the training data and may not always reflect the most up-to-date medical knowledge.
|
26 |
+
- Users should always consult a medical professional for accurate and personalized medical advice.
|
27 |
+
|
28 |
+
## Evaluation
|
29 |
+
The model's performance was evaluated based on the coherence, accuracy, and relevance of the generated responses. Additional metrics and evaluations can be added as needed.
|
30 |
+
|
31 |
+
## Licensing
|
32 |
+
The model is released under the Apache 2.0 license.
|
33 |
+
|
34 |
+
## Contact Information
|
35 |
+
For questions or comments about the model, please contact the developer.
|
36 |
+
|