ROSCOSMOS commited on
Commit
f310bc4
·
verified ·
1 Parent(s): 88f58da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -51,8 +51,7 @@ CLIP retrieval / manual curation.
51
  ## Dataset Structure & Content
52
 
53
  This dataset offers the following configurations/subsets:
54
- * **Default (Full `train` data) configuration:** Contains the full, high-resolution image data and associated metadata. This is the recommended configuration for model training and full data analysis. The default split for this configuration is `train`.
55
-
56
  Each example (row) in the dataset contains the following fields:
57
 
58
  * `image`: The actual image data. In the default (full) configuration.
@@ -72,7 +71,7 @@ from datasets import load_dataset, Dataset, DatasetDict
72
 
73
  # To load the full, high-resolution dataset (recommended for training):
74
  # This will load the 'default' configuration's 'train' split.
75
- ds_main = load_dataset("ROSCOSMOS/Churches", "default")
76
 
77
  print("Main Dataset (default config) loaded successfully!")
78
  print(ds_main)
 
51
  ## Dataset Structure & Content
52
 
53
  This dataset offers the following configurations/subsets:
54
+ * **Default (Full `train` data) configuration:** Contains the full, high-resolution image data and associated metadata.
 
55
  Each example (row) in the dataset contains the following fields:
56
 
57
  * `image`: The actual image data. In the default (full) configuration.
 
71
 
72
  # To load the full, high-resolution dataset (recommended for training):
73
  # This will load the 'default' configuration's 'train' split.
74
+ ds_main = load_dataset("ROSCOSMOS/Church_Buildings", "default")
75
 
76
  print("Main Dataset (default config) loaded successfully!")
77
  print(ds_main)