You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notebooks/Tutorial.ipynb
+22-39Lines changed: 22 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
"colab_type": "text"
8
8
},
9
9
"source": [
10
-
"<a href=\"https://colab.research.google.com/github/PolymathicAI/AION/blob/patch/notebooks/Tutorial.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
10
+
"<a href=\"https://colab.research.google.com/github/PolymathicAI/AION/blob/main/notebooks/Tutorial.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
11
11
]
12
12
},
13
13
{
@@ -63,31 +63,14 @@
63
63
"\n",
64
64
"---\n",
65
65
"\n",
66
-
"### 🔐 Create or Retrieve a Hugging Face Token\n",
67
-
"\n",
68
-
"During the testing phase, the AION-1 model weights requires a Hugging Face token to access. Provided you have already gained access to the gated model weights, you can set up your hugginface token using the following steps.\n",
69
-
"\n",
70
-
"- Go to https://huggingface.co/settings/tokens\n",
71
-
"- Click \"New token\"\n",
72
-
"- Choose:\n",
73
-
" - Name: e.g., colab-access\n",
74
-
" - Role: read (sufficient to download models)\n",
75
-
"- Copy the token (starts with hf_...)\n",
76
-
"- Click on the 🗝 icon on the left bar of your Colab notebook\n",
77
-
"- Click on the 'Add new secret' link and save your HuggingFace key under the name 'HF_TOKEN'\n",
78
-
"\n",
79
-
"**Note that the below models will not run unless you have properly configured your hugginface token**\n",
80
-
"\n",
81
-
"---\n",
82
-
"\n",
83
66
"### 📦 Installing Dependencies\n",
84
67
"\n",
85
68
"Simply run the following command to install AION-1"
0 commit comments