Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,8 @@ config:
|
|
| 13 |
data_files:
|
| 14 |
- split: all
|
| 15 |
path: reviews.parquet
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
Script to download and use the dataset:
|
|
@@ -30,7 +32,7 @@ reviews = load_dataset("allietran/CAMEO", data_files="reviews.parquet")
|
|
| 30 |
|
| 31 |
# 2. Define local image root
|
| 32 |
# Participants would have cloned the 'images' folder via git-lfs or downloaded shards
|
| 33 |
-
IMAGE_ROOT = "./
|
| 34 |
|
| 35 |
def get_image(example):
|
| 36 |
"""Helper to load a PIL image using the relative_path stored in metadata"""
|
|
|
|
| 13 |
data_files:
|
| 14 |
- split: all
|
| 15 |
path: reviews.parquet
|
| 16 |
+
tags:
|
| 17 |
+
- tabular
|
| 18 |
---
|
| 19 |
|
| 20 |
Script to download and use the dataset:
|
|
|
|
| 32 |
|
| 33 |
# 2. Define local image root
|
| 34 |
# Participants would have cloned the 'images' folder via git-lfs or downloaded shards
|
| 35 |
+
IMAGE_ROOT = "./images"
|
| 36 |
|
| 37 |
def get_image(example):
|
| 38 |
"""Helper to load a PIL image using the relative_path stored in metadata"""
|