coderfon commited on
Commit
53de20b
·
1 Parent(s): 435e2f1

notebook test

Browse files
Files changed (1) hide show
  1. example-notebook.ipynb +31 -7
example-notebook.ipynb CHANGED
@@ -10,29 +10,53 @@
10
  },
11
  {
12
  "cell_type": "code",
13
- "execution_count": 2,
14
  "id": "5c8a6ed2-8624-45ba-b498-ae8eb02b90c1",
15
  "metadata": {},
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  "outputs": [
17
  {
18
  "data": {
 
 
 
 
 
19
  "text/plain": [
20
- "24"
21
  ]
22
  },
23
- "execution_count": 2,
24
  "metadata": {},
25
- "output_type": "execute_result"
26
  }
27
  ],
28
  "source": [
29
- "12 + 12"
30
  ]
31
  },
32
  {
33
  "cell_type": "code",
34
  "execution_count": null,
35
- "id": "1218215d-a093-41c6-82c2-b2f28302fe4b",
36
  "metadata": {},
37
  "outputs": [],
38
  "source": []
@@ -54,7 +78,7 @@
54
  "name": "python",
55
  "nbconvert_exporter": "python",
56
  "pygments_lexer": "ipython3",
57
- "version": "3.13.0"
58
  }
59
  },
60
  "nbformat": 4,
 
10
  },
11
  {
12
  "cell_type": "code",
13
+ "execution_count": 6,
14
  "id": "5c8a6ed2-8624-45ba-b498-ae8eb02b90c1",
15
  "metadata": {},
16
+ "outputs": [],
17
+ "source": [
18
+ "import transformers"
19
+ ]
20
+ },
21
+ {
22
+ "cell_type": "code",
23
+ "execution_count": 7,
24
+ "id": "1218215d-a093-41c6-82c2-b2f28302fe4b",
25
+ "metadata": {},
26
+ "outputs": [],
27
+ "source": [
28
+ "from huggingface_hub import notebook_login"
29
+ ]
30
+ },
31
+ {
32
+ "cell_type": "code",
33
+ "execution_count": 8,
34
+ "id": "b8bf50e7-4d98-4447-b95b-cca493c736c6",
35
+ "metadata": {},
36
  "outputs": [
37
  {
38
  "data": {
39
+ "application/vnd.jupyter.widget-view+json": {
40
+ "model_id": "1dec152696a54ed38b55e353aee6bc8f",
41
+ "version_major": 2,
42
+ "version_minor": 0
43
+ },
44
  "text/plain": [
45
+ "VBox(children=(HTML(value='<center> <img\\nsrc=https://huggingface.co/front/assets/huggingface_logo-noborder.sv…"
46
  ]
47
  },
 
48
  "metadata": {},
49
+ "output_type": "display_data"
50
  }
51
  ],
52
  "source": [
53
+ "notebook_login()"
54
  ]
55
  },
56
  {
57
  "cell_type": "code",
58
  "execution_count": null,
59
+ "id": "1b7f6ce0-5627-4a3f-9a83-1da0c07d3161",
60
  "metadata": {},
61
  "outputs": [],
62
  "source": []
 
78
  "name": "python",
79
  "nbconvert_exporter": "python",
80
  "pygments_lexer": "ipython3",
81
+ "version": "3.12.7"
82
  }
83
  },
84
  "nbformat": 4,