Update README.md
Browse files
README.md
CHANGED
@@ -22,14 +22,14 @@ library_name: transformers
|
|
22 |
|
23 |
**TibbScholar** is a specialized, 3-billion-parameter language model fine-tuned for medical question-answering. It is based on Meta's `Llama-3.2-3B` model and is designed to serve as an informational tool for educational and research purposes.
|
24 |
|
25 |
-
This model was trained on a large subset of the [MIRIAD-4.4M dataset](https://huggingface.co/datasets/
|
26 |
|
27 |
---
|
28 |
|
29 |
## 📌 Model Details
|
30 |
|
31 |
- **Base Model**: `unsloth/Llama-3.2-3B-unsloth-bnb-4bit`
|
32 |
-
- **Fine-tuning Dataset**: A **100,000** record subset of [MIRIAD-4.4M](https://huggingface.co/datasets/
|
33 |
- **Prompt Format**: A simple Question/Answer structure (see below).
|
34 |
- **Training Framework**: Fine-tuned using [Unsloth AI's](https://github.com/unslothai/unsloth) library with QLoRA for efficient training.
|
35 |
|
|
|
22 |
|
23 |
**TibbScholar** is a specialized, 3-billion-parameter language model fine-tuned for medical question-answering. It is based on Meta's `Llama-3.2-3B` model and is designed to serve as an informational tool for educational and research purposes.
|
24 |
|
25 |
+
This model was trained on a large subset of the [MIRIAD-4.4M dataset](https://huggingface.co/datasets/miriad/miriad-4.4M) to provide concise, structured answers to medical queries.
|
26 |
|
27 |
---
|
28 |
|
29 |
## 📌 Model Details
|
30 |
|
31 |
- **Base Model**: `unsloth/Llama-3.2-3B-unsloth-bnb-4bit`
|
32 |
+
- **Fine-tuning Dataset**: A **100,000** record subset of [MIRIAD-4.4M](https://huggingface.co/datasets/miriad/miriad-4.4M).
|
33 |
- **Prompt Format**: A simple Question/Answer structure (see below).
|
34 |
- **Training Framework**: Fine-tuned using [Unsloth AI's](https://github.com/unslothai/unsloth) library with QLoRA for efficient training.
|
35 |
|