Update README.md
Browse files
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 |
-
├──
|
| 44 |
-
|
| 45 |
-
|
| 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.
|