htethtethlaing commited on
Commit
3c7c289
·
1 Parent(s): 883bfc4

add my first model

Browse files
.ipynb_checkpoints/{Example-Notebook-checkpoint.ipynb → Example-model-checkpoint.ipynb} RENAMED
File without changes
Example-Notebook.ipynb → Example-model.ipynb RENAMED
@@ -2,42 +2,63 @@
2
  "cells": [
3
  {
4
  "cell_type": "code",
5
- "execution_count": null,
6
- "id": "774c8e58-2d24-4cef-acd4-f23494778e12",
7
  "metadata": {},
8
  "outputs": [],
9
  "source": [
10
- "# My first notebook for hugging face\n"
 
 
 
 
 
 
 
 
11
  ]
12
  },
13
  {
14
  "cell_type": "code",
15
- "execution_count": 1,
16
- "id": "e4b9a179-f7dc-4532-9322-d670f3e4efd0",
17
  "metadata": {},
18
  "outputs": [
19
  {
20
  "data": {
21
  "text/plain": [
22
- "24"
23
  ]
24
  },
25
- "execution_count": 1,
26
  "metadata": {},
27
  "output_type": "execute_result"
28
  }
29
  ],
30
  "source": [
31
- "12+12\n"
32
  ]
33
  },
34
  {
35
  "cell_type": "code",
36
- "execution_count": null,
37
- "id": "1bfd13a8-1a2e-4f9a-bb3f-c74528c85f11",
38
  "metadata": {},
39
- "outputs": [],
40
- "source": []
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  }
42
  ],
43
  "metadata": {
 
2
  "cells": [
3
  {
4
  "cell_type": "code",
5
+ "execution_count": 2,
6
+ "id": "df767392-cde6-4093-a2f5-54a7ca518e82",
7
  "metadata": {},
8
  "outputs": [],
9
  "source": [
10
+ "#this is my first model"
11
+ ]
12
+ },
13
+ {
14
+ "cell_type": "markdown",
15
+ "id": "191161c8-4ea5-4caf-8a4f-583ec840dd7e",
16
+ "metadata": {},
17
+ "source": [
18
+ "30+30"
19
  ]
20
  },
21
  {
22
  "cell_type": "code",
23
+ "execution_count": 3,
24
+ "id": "7ae2b7bc-ff89-41de-bf4d-0917a570a7a6",
25
  "metadata": {},
26
  "outputs": [
27
  {
28
  "data": {
29
  "text/plain": [
30
+ "60"
31
  ]
32
  },
33
+ "execution_count": 3,
34
  "metadata": {},
35
  "output_type": "execute_result"
36
  }
37
  ],
38
  "source": [
39
+ "30+30"
40
  ]
41
  },
42
  {
43
  "cell_type": "code",
44
+ "execution_count": 4,
45
+ "id": "83f02113-8091-4487-bc75-4065813cbce5",
46
  "metadata": {},
47
+ "outputs": [
48
+ {
49
+ "data": {
50
+ "text/plain": [
51
+ "-10"
52
+ ]
53
+ },
54
+ "execution_count": 4,
55
+ "metadata": {},
56
+ "output_type": "execute_result"
57
+ }
58
+ ],
59
+ "source": [
60
+ "50-60"
61
+ ]
62
  }
63
  ],
64
  "metadata": {