File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ from paperswithcode import PapersWithCodeClient
5151client = 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
5858Now we are ready to programatically create the competition on Papers with Code. Here is an example of how we would do
5959this on a fictional VeryTinyImageNet dataset.
You can’t perform that action at this time.
0 commit comments