davanstrien HF staff commited on
Commit
f178cf4
1 Parent(s): c20935c

chore: Update authentication instructions in notebook files

Browse files
notebooks/sentence-similarity-datasets-creation/01_dataset_preparation.ipynb CHANGED
@@ -102,7 +102,9 @@
102
  "id": "ca75b4b7",
103
  "metadata": {},
104
  "source": [
105
- "## Authenticate with the Hub"
 
 
106
  ]
107
  },
108
  {
 
102
  "id": "ca75b4b7",
103
  "metadata": {},
104
  "source": [
105
+ "## Authenticate with the Hub\n",
106
+ "\n",
107
+ "You will need to authenticate with the Hub to be able to push datasets to the Hub. You can create a token by going to [https://huggingface.co/settings/tokens](https://huggingface.co/settings/tokens) and creating a new token. You will need a token with write access. It's suggested to create a new token for this workshop (you can always revoke it later)."
108
  ]
109
  },
110
  {
notebooks/sentence-similarity-datasets-creation/02_synthetic_data_creation.ipynb CHANGED
@@ -69,7 +69,9 @@
69
  "id": "f47e5f95",
70
  "metadata": {},
71
  "source": [
72
- "You can do this below if you haven't authenticated with the Hugging Face Hub yet."
 
 
73
  ]
74
  },
75
  {
 
69
  "id": "f47e5f95",
70
  "metadata": {},
71
  "source": [
72
+ "## Authenticate with the Hub\n",
73
+ "\n",
74
+ "You will need to authenticate with the Hub to be able to push datasets to the Hub. You can create a token by going to [https://huggingface.co/settings/tokens](https://huggingface.co/settings/tokens) and creating a new token. You will need a token with write access. It's suggested to create a new token for this workshop (you can always revoke it later)."
75
  ]
76
  },
77
  {