nielsr HF Staff commited on
Commit
a60c2ae
verified
1 Parent(s): 6daaaac

Add model card

Browse files

This PR adds a model card for the model described in the paper [ReasonMed: A 370K Multi-Agent Generated Dataset for Advancing Medical Reasoning](https://huggingface.co/papers/2506.09513).
It also adds the relevant `pipeline_tag` and `library_name`.

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