Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Kyral MediChat AI Assistant (Beta)
|
| 2 |
|
| 3 |
Kyral's AI medical health assistant Medichat is an open-source, privacy-first AI health assistant that puts patients back in control of their health data. Medichat is powered by QWEN3-NEXT-80B, a custom-trained open-source model fine-tuned on the de-identified PMC Patient Summaries dataset — a peer-reviewed resource of real clinical case studies.
|
|
@@ -65,6 +74,10 @@ This application is for informational purposes only and should not replace profe
|
|
| 65 |
|
| 66 |
---
|
| 67 |
license: agpl-3.0
|
|
|
|
| 68 |
language:
|
| 69 |
- en
|
| 70 |
---
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model:
|
| 3 |
+
- unsloth/Qwen3-Next-80B-A3B-Instruct-GGUF
|
| 4 |
+
tags:
|
| 5 |
+
- medical
|
| 6 |
+
- biology
|
| 7 |
+
- chemistry
|
| 8 |
+
- code
|
| 9 |
+
---
|
| 10 |
# Kyral MediChat AI Assistant (Beta)
|
| 11 |
|
| 12 |
Kyral's AI medical health assistant Medichat is an open-source, privacy-first AI health assistant that puts patients back in control of their health data. Medichat is powered by QWEN3-NEXT-80B, a custom-trained open-source model fine-tuned on the de-identified PMC Patient Summaries dataset — a peer-reviewed resource of real clinical case studies.
|
|
|
|
| 74 |
|
| 75 |
---
|
| 76 |
license: agpl-3.0
|
| 77 |
+
---
|
| 78 |
language:
|
| 79 |
- en
|
| 80 |
---
|
| 81 |
+
base_model:
|
| 82 |
+
- unsloth/Qwen3-Next-80B-A3B-Instruct-GGUF
|
| 83 |
+
---
|