Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,88 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model:
|
4 |
+
- deepseek-ai/DeepSeek-R1
|
5 |
+
datasets:
|
6 |
+
- RecurvAI/Recurv-Medical-Dataset
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
pipeline_tag: text-generation
|
10 |
+
tags:
|
11 |
+
- medical
|
12 |
+
- anamnesis
|
13 |
+
---
|
14 |
+
# 🧠 Recurv-Medical-Deepseek-R1 Model
|
15 |
+
|
16 |
+
[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](https://opensource.org/license/MIT)
|
17 |
+
[![HF](https://img.shields.io/badge/HuggingFace-Recurv--Medical--Deepseek--R1-yellow?style=flat-square&logo=huggingface)](https://huggingface.co/RecurvAI/Recurv-Medical-Deepseek-R1)
|
18 |
+
|
19 |
+
## **Overview**
|
20 |
+
|
21 |
+
The **Recurv-Medical-Deepseek-R1** model is an enhanced version of Deepseek’s R1, designed to offer accurate and context-specific support for healthcare professionals and researchers. This model is particularly effective in answering medical questions, aiding in patient history gathering, and generating comprehensive explanations tailored to medical situations, utilizing advanced instruction tuning techniques.
|
22 |
+
|
23 |
+
**(Knowledge cut-off date: 22th January, 2025)**
|
24 |
+
|
25 |
+
### 🎯 **Key Features**
|
26 |
+
- Optimized for medical-specific queries across various specialties.
|
27 |
+
- Fine-tuned for clinical and research-oriented workflows.
|
28 |
+
- Lightweight parameter-efficient fine-tuning with LoRA (Low-Rank Adaptation).
|
29 |
+
- Multi-turn conversation support for context-rich interactions.
|
30 |
+
- Generates comprehensive answers and evidence-based suggestions.
|
31 |
+
|
32 |
+
---
|
33 |
+
|
34 |
+
## 🚀 **Model Card**
|
35 |
+
|
36 |
+
| **Parameter** | **Details** |
|
37 |
+
|----------------------------|----------------------------------------------------------------------------------------------|
|
38 |
+
| **Base Model** | DeepSeek R1 Distill Llama 8B |
|
39 |
+
| **Fine-Tuning Framework** | LoRA |
|
40 |
+
| **Dataset Size** | 67,299 high-quality Q&A pairs |
|
41 |
+
| **Context Length** | 4,096 tokens |
|
42 |
+
| **Training Steps** | 100,000 |
|
43 |
+
| **Model Size** | 8 billion parameters |
|
44 |
+
|
45 |
+
---
|
46 |
+
|
47 |
+
## 📊 **Model Architecture**
|
48 |
+
|
49 |
+
### **Dataset Sources**
|
50 |
+
The dataset comprises high-quality Q&A pairs curated from medical textbooks, research papers, and clinical guidelines.
|
51 |
+
|
52 |
+
| Source | Description |
|
53 |
+
|---------------------------|--------------------------------------------------------------------------------------|
|
54 |
+
| **PubMed** | Extracted insights from open-access medical research. |
|
55 |
+
| **Clinical Guidelines** | Data sourced from WHO, CDC, and specialty-specific guidelines. |
|
56 |
+
| **EHR-Simulated Data** | Synthetic datasets modeled on real-world patient records for anamnesis workflows. |
|
57 |
+
|
58 |
+
---
|
59 |
+
|
60 |
+
## 🌟 **Try The Model**
|
61 |
+
🚀 [Recurv-Medical-Deepseek-R1](https://recurvai.org) on Our Website
|
62 |
+
|
63 |
+
|
64 |
+
## 🙌 **Contributing**
|
65 |
+
|
66 |
+
We welcome contributions to enhance Recurv-Medical-Deepseek-R1. You can:
|
67 |
+
- Share feedback or suggestions on the Hugging Face Model Hub
|
68 |
+
- Submit pull requests or issues for model improvement.
|
69 |
+
|
70 |
+
---
|
71 |
+
|
72 |
+
## 📜 **License**
|
73 |
+
|
74 |
+
This model is licensed under the **MIT License**.
|
75 |
+
|
76 |
+
---
|
77 |
+
|
78 |
+
## 📞 **Community**
|
79 |
+
|
80 |
+
For questions or support, connect with us via:
|
81 |
+
- **Twitter**: [RecurvAI](https://x.com/recurvai)
|
82 |
+
- **Email**: [[email protected]](mailto:[email protected])
|
83 |
+
|
84 |
+
---
|
85 |
+
|
86 |
+
## 🤝 **Acknowledgments**
|
87 |
+
|
88 |
+
Special thanks to the medical community and researchers for their valuable insights and support in building this model. Together, we’re advancing AI in healthcare.
|