Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,15 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
### Model Description
|
| 8 |
|
| 9 |
-
|
| 10 |
|
| 11 |
Developed by: William Peoc'h (@williampeoch), Romain Poirrier (@romprr), Antoine Gorceix (@aggorceix), Nicolas GOSSARD and Mathieu Duteil
|
| 12 |
|
|
@@ -24,4 +27,4 @@ Soon
|
|
| 24 |
|
| 25 |
### Training Data
|
| 26 |
|
| 27 |
-
Fine-tuned on the following dataset: romprr/CXR_BioXAi_Hackathon_202
|
|
|
|
| 1 |
---
|
| 2 |
+
datasets:
|
| 3 |
+
- romprr/CXR_BioXAi_Hackathon_2024
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
base_model:
|
| 7 |
+
- mistral-community/pixtral-12b
|
| 8 |
---
|
| 9 |
|
| 10 |
### Model Description
|
| 11 |
|
| 12 |
+
CXR-Pixtral, is a fine-tuned version of the Pixtral-12B (Mistral AI) model, specifically designed for Medical Report Generation (MRG) from chest X-ray images. It excels in generating detailed and accurate medical reports based on chest X-rays.
|
| 13 |
|
| 14 |
Developed by: William Peoc'h (@williampeoch), Romain Poirrier (@romprr), Antoine Gorceix (@aggorceix), Nicolas GOSSARD and Mathieu Duteil
|
| 15 |
|
|
|
|
| 27 |
|
| 28 |
### Training Data
|
| 29 |
|
| 30 |
+
Fine-tuned on the following dataset: [romprr/CXR_BioXAi_Hackathon_202]
|