Datasets:
Add task category, link to paper (#2)
Browse files- Add task category, link to paper (75d6ffb0e6743a3b28e5e5e55216a264b346037f)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Dataset Card
|
2 |
|
3 |
This repository contains the dataset introduced in the paper [Question Answering on Patient Medical Records with Private Fine-Tuned LLMs](https://huggingface.co/papers/2501.13687).
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- question-answering
|
4 |
+
tags:
|
5 |
+
- healthcare
|
6 |
+
- medical
|
7 |
+
---
|
8 |
+
|
9 |
# Dataset Card
|
10 |
|
11 |
This repository contains the dataset introduced in the paper [Question Answering on Patient Medical Records with Private Fine-Tuned LLMs](https://huggingface.co/papers/2501.13687).
|