nielsr HF Staff commited on
Commit
0f73cb1
verified
1 Parent(s): 71ef5c3

Add library name and pipeline tag, link to paper and Github repository

Browse files

This PR makes the model easier to find by:
* linking to the paper [ReasonMed: A 370K Multi-Agent Generated Dataset for Advancing Medical Reasoning](https://huggingface.co/papers/2506.09513)
* adding a pipeline tag, ensuring the model can be found at https://huggingface.co/models?pipeline_tag=question-answering
* adding a library name, indicating it's compatible with the Transformers library
* linking to the Github repository

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 repository contains the ReasonMed model as presented in [ReasonMed: A 370K Multi-Agent Generated Dataset for Advancing Medical Reasoning](https://huggingface.co/papers/2506.09513).
8
+
9
+ The code can be found at https://github.com/YuSun-Work/ReasonMed.