Upload dataset
Browse files- README.md +73 -3
- instruction_vqa/test-00000-of-00004.parquet +3 -0
- instruction_vqa/test-00001-of-00004.parquet +3 -0
- instruction_vqa/test-00002-of-00004.parquet +3 -0
- instruction_vqa/test-00003-of-00004.parquet +3 -0
- instruction_vqa/train-00000-of-00007.parquet +3 -0
- instruction_vqa/train-00001-of-00007.parquet +3 -0
- instruction_vqa/train-00002-of-00007.parquet +3 -0
- instruction_vqa/train-00003-of-00007.parquet +3 -0
- instruction_vqa/train-00004-of-00007.parquet +3 -0
- instruction_vqa/train-00005-of-00007.parquet +3 -0
- instruction_vqa/train-00006-of-00007.parquet +3 -0
- instruction_vqa/validation-00000-of-00002.parquet +3 -0
- instruction_vqa/validation-00001-of-00002.parquet +3 -0
README.md
CHANGED
|
@@ -1,9 +1,79 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
|
|
|
| 3 |
license: other
|
| 4 |
-
task_categories:
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
pretty_name: Full Medical VLM Unlearning Corpus
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
# Full Medical VLM Unlearning Corpus
|
| 9 |
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
license: other
|
| 5 |
+
task_categories:
|
| 6 |
+
- visual-question-answering
|
| 7 |
+
- image-classification
|
| 8 |
+
tags:
|
| 9 |
+
- medical
|
| 10 |
+
- radiology
|
| 11 |
+
- chest-x-ray
|
| 12 |
+
- machine-unlearning
|
| 13 |
+
- incremental
|
| 14 |
pretty_name: Full Medical VLM Unlearning Corpus
|
| 15 |
+
configs:
|
| 16 |
+
- config_name: instruction_vqa
|
| 17 |
+
data_files:
|
| 18 |
+
- split: train
|
| 19 |
+
path: instruction_vqa/train-*
|
| 20 |
+
- split: validation
|
| 21 |
+
path: instruction_vqa/validation-*
|
| 22 |
+
- split: test
|
| 23 |
+
path: instruction_vqa/test-*
|
| 24 |
+
dataset_info:
|
| 25 |
+
config_name: instruction_vqa
|
| 26 |
+
features:
|
| 27 |
+
- name: record_id
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: image
|
| 30 |
+
dtype: image
|
| 31 |
+
- name: question
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: answer
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: answer_normalized
|
| 36 |
+
dtype: string
|
| 37 |
+
- name: answer_type
|
| 38 |
+
dtype: string
|
| 39 |
+
- name: task_type
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: source_dataset
|
| 42 |
+
dtype: string
|
| 43 |
+
- name: source_url
|
| 44 |
+
dtype: string
|
| 45 |
+
- name: source_license
|
| 46 |
+
dtype: string
|
| 47 |
+
- name: pixels_redistributable
|
| 48 |
+
dtype: bool
|
| 49 |
+
- name: forget_group
|
| 50 |
+
dtype: string
|
| 51 |
+
- name: split
|
| 52 |
+
dtype: string
|
| 53 |
+
- name: source_image_id
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: patient_group_hash
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: image_sha256
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: modality
|
| 60 |
+
dtype: string
|
| 61 |
+
- name: body_region
|
| 62 |
+
dtype: string
|
| 63 |
+
- name: label_source
|
| 64 |
+
dtype: string
|
| 65 |
+
splits:
|
| 66 |
+
- name: train
|
| 67 |
+
num_bytes: 1285145515
|
| 68 |
+
num_examples: 5576
|
| 69 |
+
- name: validation
|
| 70 |
+
num_bytes: 250878578
|
| 71 |
+
num_examples: 1122
|
| 72 |
+
- name: test
|
| 73 |
+
num_bytes: 659049947
|
| 74 |
+
num_examples: 2571
|
| 75 |
+
download_size: 2192735148
|
| 76 |
+
dataset_size: 2195074040
|
| 77 |
---
|
| 78 |
# Full Medical VLM Unlearning Corpus
|
| 79 |
|
instruction_vqa/test-00000-of-00004.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:59b62c98c965cc96c24cf2b0cf220c603bd7ae8b9e57e8747bb3b63af06c6dca
|
| 3 |
+
size 174173413
|
instruction_vqa/test-00001-of-00004.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b57df25527b5085a4a7e69ab2c2141476c72b1ba96e184a73ed1a36bc5a2f4ef
|
| 3 |
+
size 172483666
|
instruction_vqa/test-00002-of-00004.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71882d0f887ffa14cbe451906c5b48f2151cd547649e8a412e231893e565f716
|
| 3 |
+
size 183255595
|
instruction_vqa/test-00003-of-00004.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1bb8fea0dc7847ebcb2b70a0d81220687cd8fbb31f494902579528aeb2dffd6e
|
| 3 |
+
size 128536156
|
instruction_vqa/train-00000-of-00007.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4b4b7cafa1cdcbf0d7faea5577a2c4247c0cd2bf1d765eaa7bf18986788504b
|
| 3 |
+
size 214238380
|
instruction_vqa/train-00001-of-00007.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31eabbc8eb4614b11c2a53c5f302f6884b29383ca7eb18e72b35a8241723075a
|
| 3 |
+
size 288524765
|
instruction_vqa/train-00002-of-00007.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:310cd1c33268860cf03d814b3f71cf8b19cff12a96e94c3029366f29c499fd31
|
| 3 |
+
size 139361454
|
instruction_vqa/train-00003-of-00007.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69ce8ddcf018a84961bc6b55f9b1915d36d7fffe1d3765ddb2a952b8d90b5523
|
| 3 |
+
size 363776725
|
instruction_vqa/train-00004-of-00007.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d38cf310d64c705e14d5ed7574bd88ab472048fb6168a9c422b3d7c90373c92
|
| 3 |
+
size 169121261
|
instruction_vqa/train-00005-of-00007.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6cb4f07fa8dec75eb8c1fbfcd7430419485f59e9c85dce50b0bdc76bb189627
|
| 3 |
+
size 30128067
|
instruction_vqa/train-00006-of-00007.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1a1cb0b5ee0c3308c43c5c5baec645ae6154b7f43ff46b7f56a76135051761e
|
| 3 |
+
size 78544790
|
instruction_vqa/validation-00000-of-00002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:091a8e76ab072bf90caa52158dfe386c74ed47e7db71ebeb72b1357bbf8d0f73
|
| 3 |
+
size 179625125
|
instruction_vqa/validation-00001-of-00002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e758a517fa5a15b591268f754b5eeec40ae622b3176f2f87dc619a0904137594
|
| 3 |
+
size 70965751
|