piekenius123 commited on
Commit
a1f22b1
·
verified ·
1 Parent(s): 8ae8edc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -381,6 +381,8 @@ def build_ui():
381
  f"""
382
  # Amaze
383
  Dataset: https://huggingface.co/datasets/piekenius123/Amaze
 
 
384
  Browse samples by **shape / split / maze size**, then view images + metadata.
385
  """
386
  )
 
381
  f"""
382
  # Amaze
383
  Dataset: https://huggingface.co/datasets/piekenius123/Amaze
384
+ Amaze is a benchmark for Edting-as-Reasoning task (EAR). It features four maze shapes: circle, hexagon, square, and triangle. Each sample provides: an unmarked maze image (original_img), a maze image with start and end points marked (m_original_img), a blue solution path image (sol_img), a binary path mask (mask_img), a cell segmentation map (cell_map), and metadata (JSON) for describing the maze structure and difficulty.
385
+ The test set covers various sizes from 3×3 to 16×16 (50 samples for each size), while the training set mainly consists of 3×3 mazes (1024 samples), and validation set consists of 3×3 mazes (256 samples).
386
  Browse samples by **shape / split / maze size**, then view images + metadata.
387
  """
388
  )