Add model card
#1
by
nielsr
HF Staff
- opened
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: question-answering
|
5 |
+
---
|
6 |
+
|
7 |
+
This repository contains the ReasonMed-7B model described in [ReasonMed: A 370K Multi-Agent Generated Dataset for Advancing Medical Reasoning](https://huggingface.co/papers/2506.09513).
|
8 |
+
|
9 |
+
Github repository: https://github.com/YuSun-Work/ReasonMed.
|
10 |
+
Project page: https://yanqval.github.io/PAE/.
|