hitenmistryRS commited on
Commit
5e6b7a1
·
1 Parent(s): 5551661

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": null,
6
+ "id": "b31ed8e0-07c6-4f9b-9693-97dbbcfb23db",
7
+ "metadata": {},
8
+ "outputs": [],
9
+ "source": [
10
+ "# My First Notebook for HF"
11
+ ]
12
+ },
13
+ {
14
+ "cell_type": "markdown",
15
+ "id": "d9c4c830-e24c-4038-a842-fc183ecf3587",
16
+ "metadata": {},
17
+ "source": [
18
+ "12+12"
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.12.10"
39
+ }
40
+ },
41
+ "nbformat": 4,
42
+ "nbformat_minor": 5
43
+ }
.ipynb_checkpoints/README-checkpoint.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # Example Model
2
+ This is my model card README
3
+ ---
4
+ license: mit
5
+ ---
Example-Notebook.ipynb ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "code",
5
+ "execution_count": null,
6
+ "id": "b31ed8e0-07c6-4f9b-9693-97dbbcfb23db",
7
+ "metadata": {},
8
+ "outputs": [],
9
+ "source": [
10
+ "# My First Notebook for HF"
11
+ ]
12
+ },
13
+ {
14
+ "cell_type": "markdown",
15
+ "id": "d9c4c830-e24c-4038-a842-fc183ecf3587",
16
+ "metadata": {},
17
+ "source": [
18
+ "12+12"
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.12.10"
39
+ }
40
+ },
41
+ "nbformat": 4,
42
+ "nbformat_minor": 5
43
+ }