nielsr HF Staff commited on
Commit
f10d09e
verified
1 Parent(s): d8c498a

Add model card metadata

Browse files

This PR adds relevant metadata to the model card for this repository. It ensures:
- people can find the model at https://huggingface.co/models?pipeline_tag=question-answering
- the license is correctly specified
- the proper library is added to the metadata
- a link to the project page is present.

Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -1,3 +1,9 @@
1
- # Model Card for Model ID
 
 
 
 
2
 
3
- This repository contains the model introduced in the paper [Question Answering on Patient Medical Records with Private Fine-Tuned LLMs](https://huggingface.co/papers/2501.13687).
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ pipeline_tag: question-answering
5
+ ---
6
 
7
+ This repository contains the model introduced in the paper [Question Answering on Patient Medical Records with Private Fine-Tuned LLMs](https://huggingface.co/papers/2501.13687).
8
+
9
+ Project page: https://huggingface.co/genloop