Adding new notebook for example
Browse files- HF Notebook.ipynb +43 -0
HF Notebook.ipynb
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cells": [
|
3 |
+
{
|
4 |
+
"cell_type": "markdown",
|
5 |
+
"id": "48d7b8a3",
|
6 |
+
"metadata": {},
|
7 |
+
"source": [
|
8 |
+
"# First notebook for HF"
|
9 |
+
]
|
10 |
+
},
|
11 |
+
{
|
12 |
+
"cell_type": "code",
|
13 |
+
"execution_count": 1,
|
14 |
+
"id": "98f7a4f1",
|
15 |
+
"metadata": {},
|
16 |
+
"outputs": [],
|
17 |
+
"source": [
|
18 |
+
"import torch"
|
19 |
+
]
|
20 |
+
}
|
21 |
+
],
|
22 |
+
"metadata": {
|
23 |
+
"kernelspec": {
|
24 |
+
"display_name": "Python 3 (ipykernel)",
|
25 |
+
"language": "python",
|
26 |
+
"name": "python3"
|
27 |
+
},
|
28 |
+
"language_info": {
|
29 |
+
"codemirror_mode": {
|
30 |
+
"name": "ipython",
|
31 |
+
"version": 3
|
32 |
+
},
|
33 |
+
"file_extension": ".py",
|
34 |
+
"mimetype": "text/x-python",
|
35 |
+
"name": "python",
|
36 |
+
"nbconvert_exporter": "python",
|
37 |
+
"pygments_lexer": "ipython3",
|
38 |
+
"version": "3.10.12"
|
39 |
+
}
|
40 |
+
},
|
41 |
+
"nbformat": 4,
|
42 |
+
"nbformat_minor": 5
|
43 |
+
}
|