Heatherlyba commited on
Commit
a84fdb9
·
verified ·
1 Parent(s): 7b3ce72

Update README.md

Browse files

This dataset is based on the US Center for Disease Control's Wonder database. It includes statistics on cancer incidence and cancer death by race, sex , and ethnicity from 1999-2021. The data were queried and then restructured into a question and answer format for the purpose of fine tuning medical LLMs.

Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,3 +1,12 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-generation
5
+ - table-question-answering
6
+ language:
7
+ - en
8
+ tags:
9
+ - medical
10
+ size_categories:
11
+ - 100K<n<1M
12
+ ---