Skip to content

Commit

Permalink
Adding mention to workspace=owner after using cron job (huggingface#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacioct committed May 22, 2024
1 parent 7622250 commit 1d506a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prompt_translation/03_create_dashboard.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"There are some variables that you need to gather first, as they are used to obtain the data from the annotation space. They are:\n",
"\n",
"- `SOURCE_DATASET`: The string name of your dataset, for example the Spanish team uses `DIBT Translation for es`. \n",
"- `SOURCE_WORKSPACE`: The workspace id of the source dataset (unless otherwise specified, this will be `admin`)\n",
"- `SOURCE_WORKSPACE`: The workspace id of the source dataset. Unless otherwise specified, this will be `admin`; however, if you’ve set up the cron job, you need to point to `workspace=owner`.\n",
"- `TARGET_RECORDS`: The number of records that you have as a target to annotate. We usually set this to 500.\n",
"- `ARGILLA_API_URL`: Link to the Huggingface Space where the annotation effort is being hosted. For example, the Spanish one is https://somosnlp-dibt-prompt-translation-for-es.hf.space/\n",
"- `ARGILLA_API_KEY`: The API key to access the Huggingface Space. Please, write this as a secret in the Huggingface Space configuration. You can access this key by logging in to your Ariglla Space, clicking your user avatar in the upper-right corner, selected _My Settings_ and navigating to the API Key parameter. Click **Copy Key** to copy the required data.\n",
Expand Down

0 comments on commit 1d506a6

Please sign in to comment.