AtikAhamed commited on
Commit
c56a2c7
·
verified ·
1 Parent(s): c304c3a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -40,16 +40,15 @@ Your submission should be a directory containing JSON files for each dataset. It
40
  ```text
41
  my_submission/
42
  ├── metadata.json
43
- ├── reasoning_only/
44
- ├── NYC_Taxi.json
45
- │ ├── amazon.json
46
- │ └── ...
47
- └── event_and_reasoning/
48
- ├── NYC_Taxi.json
49
- ├── amazon.json
50
- └── ...
51
  ```
52
 
 
 
 
 
53
  ## Metadata Schema
54
 
55
  To display your model name and provide a link to your paper or project on the leaderboard, include a `metadata.json` file at the root of your submission directory.
 
40
  ```text
41
  my_submission/
42
  ├── metadata.json
43
+ ├── NYC_Taxi.json
44
+ ├── amazon.json
45
+ ── ...
 
 
 
 
 
46
  ```
47
 
48
+ ## How to Submit
49
+
50
+ Please use this form to submit your predictions: https://forms.gle/gNqKrmw7hawY5VK99
51
+
52
  ## Metadata Schema
53
 
54
  To display your model name and provide a link to your paper or project on the leaderboard, include a `metadata.json` file at the root of your submission directory.