jameskrw commited on
Commit
d733484
·
verified ·
1 Parent(s): 1792a78

convert format of all2all and all_pairs to jsonl

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -11,8 +11,8 @@ Each folder inside `data` contains the cleaned up files used during LLM inferenc
11
  ```bash
12
  data/night/
13
  ├── night.actions.json # list of mentioned actions
14
- ├── night.all2all.json # all simple paths between any 2 locations
15
- ├── night.all_pairs.json # all connectivity between any 2 locations
16
  ├── night.edges.json # list of all edges
17
  ├── night.locations.json # list of all locations
18
  └── night.walkthrough # enriched walkthrough exported from Jericho simulator
 
11
  ```bash
12
  data/night/
13
  ├── night.actions.json # list of mentioned actions
14
+ ├── night.all2all.jsonl # all simple paths between any 2 locations
15
+ ├── night.all_pairs.jsonl # all connectivity between any 2 locations
16
  ├── night.edges.json # list of all edges
17
  ├── night.locations.json # list of all locations
18
  └── night.walkthrough # enriched walkthrough exported from Jericho simulator