Aasher commited on
Commit
42b4fd9
·
verified ·
1 Parent(s): b5b48d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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/omir/MIRIAD) 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/omir/MIRIAD).
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