Add model card metadata and link to paper/code
#1
by
nielsr
HF Staff
- opened
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: question-answering
|
5 |
+
---
|
6 |
+
|
7 |
+
This model was presented in the paper [ReasonMed: A 370K Multi-Agent Generated Dataset for Advancing Medical Reasoning](https://huggingface.co/papers/2506.09513).
|
8 |
+
|
9 |
+
For code, please visit: https://github.com/YuSun-Work/ReasonMed
|