Datasets:
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -61,24 +61,8 @@ Each example in [Tumor_VQA_dataset_V3.csv](Tumor_VQA_dataset_V3.csv) contains th
|
|
| 61 |
- `split`: Designates whether the sample belongs to the `train` or `validation` set.
|
| 62 |
|
| 63 |
---
|
| 64 |
-
<div align="center">
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
## 🔍 Installation
|
| 69 |
-
</div>
|
| 70 |
-
You can load **DeepTumorVQA 1.0** directly using the 🤗 `datasets` library:
|
| 71 |
-
|
| 72 |
-
```bash
|
| 73 |
-
pip install datasets
|
| 74 |
-
```
|
| 75 |
-
```bash
|
| 76 |
-
from datasets import load_dataset
|
| 77 |
|
| 78 |
-
deep_tumor_vqa = load_dataset("tumor-vqa/DeepTumorVQA_1.0")
|
| 79 |
-
print(deep_tumor_vqa)
|
| 80 |
|
| 81 |
-
```
|
| 82 |
|
| 83 |
<div align="center">
|
| 84 |
|
|
|
|
| 61 |
- `split`: Designates whether the sample belongs to the `train` or `validation` set.
|
| 62 |
|
| 63 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
|
|
|
|
|
|
|
| 65 |
|
|
|
|
| 66 |
|
| 67 |
<div align="center">
|
| 68 |
|