nielsr HF Staff commited on
Commit
5368271
verified
1 Parent(s): 36e549b

Add model card metadata and link to paper/code

Browse files

This PR adds metadata (license, pipeline tag, and library name) to the model card. It also adds a link to the paper and the Github repository for the code.

Files changed (1) hide show
  1. README.md +9 -0
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