serendipityAc2Win commited on
Commit
3ed350a
·
verified ·
1 Parent(s): 12fc4dd

Polish dataset card wording

Browse files

Remove the explicit training-split disclaimer and keep the Parquet description focused on Dataset Viewer visualization.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -60,7 +60,7 @@ The canonical PKL file stores a list of Python dictionaries. Each sample contain
60
  | `gt_traj` | `float[N,3]` | Ground-truth trajectory points. |
61
  | `gt_traj_len` | `float` | Ground-truth trajectory length. |
62
 
63
- The Parquet table includes the same structured fields and additional convenience columns such as `sample_index`, `start_x`, `start_y`, `start_z`, `target_x`, `target_y`, `target_z`, and `gt_traj_num_points`. It is provided for browsing and visualization in the Hugging Face Dataset Viewer and should not be interpreted as a training split.
64
 
65
  ## Usage
66
 
 
60
  | `gt_traj` | `float[N,3]` | Ground-truth trajectory points. |
61
  | `gt_traj_len` | `float` | Ground-truth trajectory length. |
62
 
63
+ The Parquet table includes the same structured fields and additional convenience columns such as `sample_index`, `start_x`, `start_y`, `start_z`, `target_x`, `target_y`, `target_z`, and `gt_traj_num_points`. It is provided for browsing and visualization in the Hugging Face Dataset Viewer.
64
 
65
  ## Usage
66