Update README.md
Browse files
README.md
CHANGED
@@ -29,20 +29,20 @@ tags:
|
|
29 |
- climate
|
30 |
- remote-sensing
|
31 |
|
32 |
-
#
|
33 |
data_files:
|
34 |
- "huggingface_preview/**/*.jpg"
|
35 |
-
- "metadata.
|
36 |
-
|
37 |
-
# Tell HF to
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
---
|
47 |
|
48 |
|
|
|
29 |
- climate
|
30 |
- remote-sensing
|
31 |
|
32 |
+
# 1) Tell HF to index all JPGs under huggingface_preview/
|
33 |
data_files:
|
34 |
- "huggingface_preview/**/*.jpg"
|
35 |
+
- "metadata.parquet"
|
36 |
+
|
37 |
+
# 2) Tell HF to treat the Parquet as the “preview” table,
|
38 |
+
# where the schema already marks rgb/osm/dem/mask → Image()
|
39 |
+
preview:
|
40 |
+
path: metadata.parquet
|
41 |
+
images:
|
42 |
+
- rgb
|
43 |
+
- osm
|
44 |
+
- dem
|
45 |
+
- mask
|
46 |
---
|
47 |
|
48 |
|