Gharaee commited on
Commit
a274f8b
·
verified ·
1 Parent(s): a2abe41

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -54,19 +54,6 @@ If you make use of the BIOSCAN-5M dataset and/or its code repository, please cit
54
  }
55
  ```
56
 
57
- ## Dataset Structure
58
-
59
- The dataset provides the following configurations:
60
-
61
- - `original_256`
62
- - `original_256_pretrain`
63
- - `original_256_train`
64
- - `original_256_eval`
65
- - `cropped_256`
66
- - `cropped_256_pretrain`
67
- - `cropped_256_train`
68
- - `cropped_256_eval`
69
-
70
  ## Dataset Features
71
 
72
  Each configuration loads specimen images along with associated metadata fields:
@@ -106,6 +93,19 @@ ds = load_dataset("dataset.py", name="cropped_256_eval", split="validation", tru
106
 
107
  > **ℹ️ Note:** The CSV metadata and image package associated with the selected configuration will be automatically downloaded and extracted to `~/.cache/huggingface/datasets/downloads/extracted/` .
108
 
 
 
 
 
 
 
 
 
 
 
 
 
 
109
 
110
 
111
  ## Sample Usage
 
54
  }
55
  ```
56
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  ## Dataset Features
58
 
59
  Each configuration loads specimen images along with associated metadata fields:
 
93
 
94
  > **ℹ️ Note:** The CSV metadata and image package associated with the selected configuration will be automatically downloaded and extracted to `~/.cache/huggingface/datasets/downloads/extracted/` .
95
 
96
+ ### 📑 Configuration Options
97
+
98
+ | **`name`** | **`split`** |
99
+ |------------------------------------------|----------------------------------------------|
100
+ | `original_256` | `pretrain` |
101
+ | `original_256_pretrain` | `train` |
102
+ | `original_256_train` | `validation` |
103
+ | `original_256_eval` | `test` |
104
+ | `cropped_256` | `val_unseen` |
105
+ | `cropped_256_pretrain` | `test_unseen` |
106
+ | `cropped_256_train` | `key_unseen` |
107
+ | `cropped_256_eval` | `other_heldout` |
108
+
109
 
110
 
111
  ## Sample Usage