Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
base_model: LLAMA-3.2-
|
3 |
tags:
|
4 |
- text-generation-inference
|
5 |
- transformers
|
@@ -24,19 +24,19 @@ language:
|
|
24 |
# Uploaded Model - LLAMA3-3B-Medical-COT
|
25 |
- Developed by: Alpha AI
|
26 |
- License: Apache-2.0
|
27 |
-
- Fine-tuned from model: LLAMA-3.2-
|
28 |
-
- This LLAMA-3.2-
|
29 |
|
30 |
**Overview**
|
31 |
|
32 |
-
LLAMA3-3B-Medical-COT is a fine-tuned reasoning and medical problem-solving model built over LLAMA-3.2-
|
33 |
|
34 |
This dataset consists of challenging medical exam-style questions with verifiable answers, ensuring factual consistency in responses. The fine-tuning process has strengthened the model’s chain-of-thought (CoT) reasoning, allowing it to break down complex medical queries step by step while maintaining conversational fluency.
|
35 |
|
36 |
Designed for on-device and local inference, the model is optimized for quick and structured reasoning, making it highly efficient for healthcare applications, academic research, and AI-driven medical support tools.
|
37 |
|
38 |
**Model Details**
|
39 |
-
- Model: LLAMA-3.2-
|
40 |
- Fine-tuned By: Alpha AI
|
41 |
- Training Framework: Unsloth + Hugging Face TRL
|
42 |
- License: Apache-2.0
|
|
|
1 |
---
|
2 |
+
base_model: LLAMA-3.2-3B-Instruct
|
3 |
tags:
|
4 |
- text-generation-inference
|
5 |
- transformers
|
|
|
24 |
# Uploaded Model - LLAMA3-3B-Medical-COT
|
25 |
- Developed by: Alpha AI
|
26 |
- License: Apache-2.0
|
27 |
+
- Fine-tuned from model: LLAMA-3.2-3B-Instruct
|
28 |
+
- This LLAMA-3.2-3B-Instruct model was fine-tuned using Unsloth and Hugging Face’s TRL library, ensuring efficient training and high-quality inference.
|
29 |
|
30 |
**Overview**
|
31 |
|
32 |
+
LLAMA3-3B-Medical-COT is a fine-tuned reasoning and medical problem-solving model built over LLAMA-3.2-3B-Instruct. The model is trained on a dataset focused on open-ended medical problems, aimed at enhancing clinical reasoning and structured problem-solving in AI systems.
|
33 |
|
34 |
This dataset consists of challenging medical exam-style questions with verifiable answers, ensuring factual consistency in responses. The fine-tuning process has strengthened the model’s chain-of-thought (CoT) reasoning, allowing it to break down complex medical queries step by step while maintaining conversational fluency.
|
35 |
|
36 |
Designed for on-device and local inference, the model is optimized for quick and structured reasoning, making it highly efficient for healthcare applications, academic research, and AI-driven medical support tools.
|
37 |
|
38 |
**Model Details**
|
39 |
+
- Model: LLAMA-3.2-3B-Instruct
|
40 |
- Fine-tuned By: Alpha AI
|
41 |
- Training Framework: Unsloth + Hugging Face TRL
|
42 |
- License: Apache-2.0
|