TangoMango223
commited on
Commit
·
40d513b
1
Parent(s):
9d1a9ae
Added files.
Browse files- example.ipynb +12 -1
example.ipynb
CHANGED
@@ -4,7 +4,18 @@
|
|
4 |
"cell_type": "markdown",
|
5 |
"metadata": {},
|
6 |
"source": [
|
7 |
-
"# Hello world! First thing on hugging face"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
]
|
9 |
},
|
10 |
{
|
|
|
4 |
"cell_type": "markdown",
|
5 |
"metadata": {},
|
6 |
"source": [
|
7 |
+
"# Hello world! First thing on hugging face\n",
|
8 |
+
"* git push will fail, unless you set the tokens."
|
9 |
+
]
|
10 |
+
},
|
11 |
+
{
|
12 |
+
"cell_type": "markdown",
|
13 |
+
"metadata": {},
|
14 |
+
"source": [
|
15 |
+
"# How to do authentication on Hugging Face Git:\n",
|
16 |
+
"* For each repo, put this...\n",
|
17 |
+
"\n",
|
18 |
+
"git remote set-url origin https://huggingface.co/MangoTangoTango:[email protected]/model_1_test"
|
19 |
]
|
20 |
},
|
21 |
{
|