trainandtest666 commited on
Commit
8e4c284
·
verified ·
1 Parent(s): 65f2229

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -18,7 +18,7 @@ size_categories:
18
  configs:
19
  - config_name: default
20
  data_files:
21
- - split: viewer
22
  path: viewer-00000-of-00001.parquet
23
  ---
24
 
@@ -63,7 +63,7 @@ The Parquet table includes the same structured fields and additional convenience
63
 
64
  ## Usage
65
 
66
- The Dataset Viewer-compatible table can be loaded with the `datasets` library:
67
 
68
  ```python
69
  from datasets import load_dataset
@@ -71,12 +71,12 @@ from datasets import load_dataset
71
  ds = load_dataset("EmbodiedCity/EmbodiedNav-Bench", split="viewer")
72
  print(ds[0])
73
  ```
74
-
75
  For evaluation, use `navi_data.pkl` as the canonical data file and follow the setup instructions in the GitHub project repository.
76
 
77
  ## License
78
 
79
- This dataset is released under the CC BY 4.0 license.
80
 
81
  ## Citation
82
 
 
18
  configs:
19
  - config_name: default
20
  data_files:
21
+ - split: test
22
  path: viewer-00000-of-00001.parquet
23
  ---
24
 
 
63
 
64
  ## Usage
65
 
66
+ <!-- The Dataset Viewer-compatible table can be loaded with the `datasets` library:
67
 
68
  ```python
69
  from datasets import load_dataset
 
71
  ds = load_dataset("EmbodiedCity/EmbodiedNav-Bench", split="viewer")
72
  print(ds[0])
73
  ```
74
+ -->
75
  For evaluation, use `navi_data.pkl` as the canonical data file and follow the setup instructions in the GitHub project repository.
76
 
77
  ## License
78
 
79
+ This dataset is released under the CC-BY-4.0 license.
80
 
81
  ## Citation
82