ItCodinTime commited on
Commit
56c9355
·
verified ·
1 Parent(s): f0b5577

Add model weights and dependency files for AoE demo

Browse files
model.py ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html>
2
+ <html>
3
+ <head>
4
+ <title>Example Domain</title>
5
+
6
+ <meta charset="utf-8" />
7
+ <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
8
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
9
+ <style type="text/css">
10
+ body {
11
+ background-color: #f0f0f2;
12
+ margin: 0;
13
+ padding: 0;
14
+ font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
15
+
16
+ }
17
+ div {
18
+ width: 600px;
19
+ margin: 5em auto;
20
+ padding: 2em;
21
+ background-color: #fdfdff;
22
+ border-radius: 0.5em;
23
+ box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.02);
24
+ }
25
+ a:link, a:visited {
26
+ color: #38488f;
27
+ text-decoration: none;
28
+ }
29
+ @media (max-width: 700px) {
30
+ div {
31
+ margin: 0 auto;
32
+ width: auto;
33
+ }
34
+ }
35
+ </style>
36
+ </head>
37
+
38
+ <body>
39
+ <div>
40
+ <h1>Example Domain</h1>
41
+ <p>This domain is for use in illustrative examples in documents. You may use this
42
+ domain in literature without prior coordination or asking for permission.</p>
43
+ <p><a href="https://www.iana.org/domains/example">More information...</a></p>
44
+ </div>
45
+ </body>
46
+ </html>
outputs/student/config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html>
2
+ <html>
3
+ <head>
4
+ <title>Example Domain</title>
5
+
6
+ <meta charset="utf-8" />
7
+ <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
8
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
9
+ <style type="text/css">
10
+ body {
11
+ background-color: #f0f0f2;
12
+ margin: 0;
13
+ padding: 0;
14
+ font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
15
+
16
+ }
17
+ div {
18
+ width: 600px;
19
+ margin: 5em auto;
20
+ padding: 2em;
21
+ background-color: #fdfdff;
22
+ border-radius: 0.5em;
23
+ box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.02);
24
+ }
25
+ a:link, a:visited {
26
+ color: #38488f;
27
+ text-decoration: none;
28
+ }
29
+ @media (max-width: 700px) {
30
+ div {
31
+ margin: 0 auto;
32
+ width: auto;
33
+ }
34
+ }
35
+ </style>
36
+ </head>
37
+
38
+ <body>
39
+ <div>
40
+ <h1>Example Domain</h1>
41
+ <p>This domain is for use in illustrative examples in documents. You may use this
42
+ domain in literature without prior coordination or asking for permission.</p>
43
+ <p><a href="https://www.iana.org/domains/example">More information...</a></p>
44
+ </div>
45
+ </body>
46
+ </html>
outputs/student/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea8fac7c65fb589b0d53560f5251f74f9e9b243478dcb6b3ea79b5e36449c8d9
3
+ size 1256
outputs/student/tokenizer.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html>
2
+ <html>
3
+ <head>
4
+ <title>Example Domain</title>
5
+
6
+ <meta charset="utf-8" />
7
+ <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
8
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
9
+ <style type="text/css">
10
+ body {
11
+ background-color: #f0f0f2;
12
+ margin: 0;
13
+ padding: 0;
14
+ font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
15
+
16
+ }
17
+ div {
18
+ width: 600px;
19
+ margin: 5em auto;
20
+ padding: 2em;
21
+ background-color: #fdfdff;
22
+ border-radius: 0.5em;
23
+ box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.02);
24
+ }
25
+ a:link, a:visited {
26
+ color: #38488f;
27
+ text-decoration: none;
28
+ }
29
+ @media (max-width: 700px) {
30
+ div {
31
+ margin: 0 auto;
32
+ width: auto;
33
+ }
34
+ }
35
+ </style>
36
+ </head>
37
+
38
+ <body>
39
+ <div>
40
+ <h1>Example Domain</h1>
41
+ <p>This domain is for use in illustrative examples in documents. You may use this
42
+ domain in literature without prior coordination or asking for permission.</p>
43
+ <p><a href="https://www.iana.org/domains/example">More information...</a></p>
44
+ </div>
45
+ </body>
46
+ </html>
utils.py ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html>
2
+ <html>
3
+ <head>
4
+ <title>Example Domain</title>
5
+
6
+ <meta charset="utf-8" />
7
+ <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
8
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
9
+ <style type="text/css">
10
+ body {
11
+ background-color: #f0f0f2;
12
+ margin: 0;
13
+ padding: 0;
14
+ font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
15
+
16
+ }
17
+ div {
18
+ width: 600px;
19
+ margin: 5em auto;
20
+ padding: 2em;
21
+ background-color: #fdfdff;
22
+ border-radius: 0.5em;
23
+ box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.02);
24
+ }
25
+ a:link, a:visited {
26
+ color: #38488f;
27
+ text-decoration: none;
28
+ }
29
+ @media (max-width: 700px) {
30
+ div {
31
+ margin: 0 auto;
32
+ width: auto;
33
+ }
34
+ }
35
+ </style>
36
+ </head>
37
+
38
+ <body>
39
+ <div>
40
+ <h1>Example Domain</h1>
41
+ <p>This domain is for use in illustrative examples in documents. You may use this
42
+ domain in literature without prior coordination or asking for permission.</p>
43
+ <p><a href="https://www.iana.org/domains/example">More information...</a></p>
44
+ </div>
45
+ </body>
46
+ </html>