Ömer SAVAŞ
commited on
Commit
·
7a0a366
1
Parent(s):
6d686d4
feat: adding new notebook
Browse files
.ipynb_checkpoints/example-notebook-checkpoint.ipynb
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cells": [
|
3 |
+
{
|
4 |
+
"cell_type": "code",
|
5 |
+
"execution_count": 1,
|
6 |
+
"id": "089fc6bd-46db-4e36-ad5c-26e7137e7da9",
|
7 |
+
"metadata": {},
|
8 |
+
"outputs": [],
|
9 |
+
"source": [
|
10 |
+
"# My first notebook for test to huggingface"
|
11 |
+
]
|
12 |
+
},
|
13 |
+
{
|
14 |
+
"cell_type": "code",
|
15 |
+
"execution_count": null,
|
16 |
+
"id": "5579c2df-4deb-4794-8754-147af7ebae9a",
|
17 |
+
"metadata": {},
|
18 |
+
"outputs": [],
|
19 |
+
"source": []
|
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.15"
|
39 |
+
}
|
40 |
+
},
|
41 |
+
"nbformat": 4,
|
42 |
+
"nbformat_minor": 5
|
43 |
+
}
|
example-notebook.ipynb
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cells": [
|
3 |
+
{
|
4 |
+
"cell_type": "code",
|
5 |
+
"execution_count": 1,
|
6 |
+
"id": "089fc6bd-46db-4e36-ad5c-26e7137e7da9",
|
7 |
+
"metadata": {},
|
8 |
+
"outputs": [],
|
9 |
+
"source": [
|
10 |
+
"# My first notebook for test to huggingface"
|
11 |
+
]
|
12 |
+
},
|
13 |
+
{
|
14 |
+
"cell_type": "code",
|
15 |
+
"execution_count": null,
|
16 |
+
"id": "5579c2df-4deb-4794-8754-147af7ebae9a",
|
17 |
+
"metadata": {},
|
18 |
+
"outputs": [],
|
19 |
+
"source": []
|
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.15"
|
39 |
+
}
|
40 |
+
},
|
41 |
+
"nbformat": 4,
|
42 |
+
"nbformat_minor": 5
|
43 |
+
}
|