Skip to content

Commit 95bd196

Browse files
committed
Tune instructions
1 parent b936e7b commit 95bd196

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ from paperswithcode import PapersWithCodeClient
5151
client = PapersWithCodeClient(token="your_secret_api_token")
5252
```
5353

54-
To mirror a live competition, you'll need to make sure the corresponding task (e.g. "Image Classification") and
55-
dataset (e.g. "VeryTinyImageNet") exists on Papers with Code. You can check if task/dataset already exist and create if they
56-
don't [on the "Add" page](https://paperswithcode.com/add).
54+
To mirror a live competition, you'll need to make sure the corresponding task (e.g. "Image Classification")
55+
exists on Papers with Code. You can use the search to check if it exists, and if it doesn't, you can add a
56+
new task on the [Task additional page](https://paperswithcode.com/add/task).
5757

5858
Now we are ready to programatically create the competition on Papers with Code. Here is an example of how we would do
5959
this on a fictional VeryTinyImageNet dataset.

0 commit comments

Comments
 (0)