Spaces:
Runtime error
Runtime error
dkoshman
commited on
Commit
·
a31e03c
1
Parent(s):
3e358cc
added resources
Browse files- resources/datamodule.pt +3 -0
- resources/frontend/fraction_derivative.png +0 -0
- resources/frontend/gauss_distribution.png +0 -0
- resources/frontend/handwritten_continuous.jpg +0 -0
- resources/frontend/maclaurin_series.png +0 -0
- resources/frontend/positional_encoding.png +0 -0
- resources/frontend/taylor_sequence.png +0 -0
- resources/frontend/taylor_sequence_expanded.png +0 -0
- resources/latex.json +1 -257
- resources/model_2tcuvfsj.pt +3 -0
- resources/tokenizer.pt +3 -0
resources/datamodule.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a95a270092b2f7c106953e4af198f0d0f0b72b12d9fab4defaea2e50d7cd532
|
| 3 |
+
size 1872751
|
resources/frontend/fraction_derivative.png
ADDED
|
resources/frontend/gauss_distribution.png
ADDED
|
resources/frontend/handwritten_continuous.jpg
ADDED
|
resources/frontend/maclaurin_series.png
ADDED
|
resources/frontend/positional_encoding.png
ADDED
|
resources/frontend/taylor_sequence.png
ADDED
|
resources/frontend/taylor_sequence_expanded.png
ADDED
|
resources/latex.json
CHANGED
|
@@ -1,257 +1 @@
|
|
| 1 |
-
{
|
| 2 |
-
"special": {
|
| 3 |
-
"dollar": "$",
|
| 4 |
-
"underscore": "_",
|
| 5 |
-
"caret": "^",
|
| 6 |
-
"left_bracket": "{",
|
| 7 |
-
"right_bracket": "}",
|
| 8 |
-
"ampersand": "&"
|
| 9 |
-
},
|
| 10 |
-
"chars": "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!\"'()*+,-./:;<=>?@[]`|~",
|
| 11 |
-
"greek": [
|
| 12 |
-
"\\alpha",
|
| 13 |
-
"\\beta",
|
| 14 |
-
"\\gamma",
|
| 15 |
-
"\\delta",
|
| 16 |
-
"\\epsilon",
|
| 17 |
-
"\\varepsilon",
|
| 18 |
-
"\\zeta",
|
| 19 |
-
"\\eta",
|
| 20 |
-
"\\theta",
|
| 21 |
-
"\\vartheta",
|
| 22 |
-
"\\iota",
|
| 23 |
-
"\\kappa",
|
| 24 |
-
"\\lambda",
|
| 25 |
-
"\\mu",
|
| 26 |
-
"\\nu",
|
| 27 |
-
"\\xi",
|
| 28 |
-
"\\pi",
|
| 29 |
-
"\\varpi",
|
| 30 |
-
"\\rho",
|
| 31 |
-
"\\varrho",
|
| 32 |
-
"\\sigma",
|
| 33 |
-
"\\varsigma",
|
| 34 |
-
"\\tau",
|
| 35 |
-
"\\upsilon",
|
| 36 |
-
"\\phi",
|
| 37 |
-
"\\varphi",
|
| 38 |
-
"\\chi",
|
| 39 |
-
"\\psi",
|
| 40 |
-
"\\omega",
|
| 41 |
-
"\\Gamma",
|
| 42 |
-
"\\Delta",
|
| 43 |
-
"\\Theta",
|
| 44 |
-
"\\Lambda",
|
| 45 |
-
"\\Xi",
|
| 46 |
-
"\\Pi",
|
| 47 |
-
"\\Sigma",
|
| 48 |
-
"\\Upsilon",
|
| 49 |
-
"\\Phi",
|
| 50 |
-
"\\Psi",
|
| 51 |
-
"\\Omega"
|
| 52 |
-
],
|
| 53 |
-
"functions": [
|
| 54 |
-
"\\forall",
|
| 55 |
-
"\\exists",
|
| 56 |
-
"\\arccos",
|
| 57 |
-
"\\arcsin",
|
| 58 |
-
"\\arctan",
|
| 59 |
-
"\\cos",
|
| 60 |
-
"\\cosh",
|
| 61 |
-
"\\cot",
|
| 62 |
-
"\\coth",
|
| 63 |
-
"\\csc",
|
| 64 |
-
"\\deg",
|
| 65 |
-
"\\det",
|
| 66 |
-
"\\dim",
|
| 67 |
-
"\\exp",
|
| 68 |
-
"\\gcd",
|
| 69 |
-
"\\hom",
|
| 70 |
-
"\\inf",
|
| 71 |
-
"\\ker",
|
| 72 |
-
"\\lg",
|
| 73 |
-
"\\lim",
|
| 74 |
-
"\\liminf",
|
| 75 |
-
"\\limsup",
|
| 76 |
-
"\\ln",
|
| 77 |
-
"\\log",
|
| 78 |
-
"\\max",
|
| 79 |
-
"\\min",
|
| 80 |
-
"\\sec",
|
| 81 |
-
"\\sin",
|
| 82 |
-
"\\sinh",
|
| 83 |
-
"\\sup",
|
| 84 |
-
"\\tan",
|
| 85 |
-
"\\tanh"
|
| 86 |
-
],
|
| 87 |
-
"operators": [
|
| 88 |
-
"--",
|
| 89 |
-
"---",
|
| 90 |
-
"\\pm",
|
| 91 |
-
"\\mp",
|
| 92 |
-
"\\times",
|
| 93 |
-
"\\div",
|
| 94 |
-
"\\ast",
|
| 95 |
-
"\\star",
|
| 96 |
-
"\\bullet",
|
| 97 |
-
"\\circ",
|
| 98 |
-
"\\cdot",
|
| 99 |
-
"\\leq",
|
| 100 |
-
"\\ll",
|
| 101 |
-
"\\subset",
|
| 102 |
-
"\\geq",
|
| 103 |
-
"\\gg",
|
| 104 |
-
"\\equiv",
|
| 105 |
-
"\\sim",
|
| 106 |
-
"\\simeq",
|
| 107 |
-
"\\approx",
|
| 108 |
-
"\\neq",
|
| 109 |
-
"\\propto",
|
| 110 |
-
"\\not",
|
| 111 |
-
"\\mid",
|
| 112 |
-
"\\leftarrow",
|
| 113 |
-
"\\Leftarrow",
|
| 114 |
-
"\\longleftarrow",
|
| 115 |
-
"\\Longleftarrow",
|
| 116 |
-
"\\rightarrow",
|
| 117 |
-
"\\Rightarrow",
|
| 118 |
-
"\\longrightarrow",
|
| 119 |
-
"\\Longrightarrow",
|
| 120 |
-
"\\leftrightarrow",
|
| 121 |
-
"\\Leftrightarrow",
|
| 122 |
-
"\\longleftrightarrow",
|
| 123 |
-
"\\uparrow",
|
| 124 |
-
"\\downarrow",
|
| 125 |
-
"\\Uparrow",
|
| 126 |
-
"\\cdots",
|
| 127 |
-
"\\ddots",
|
| 128 |
-
"\\ldots",
|
| 129 |
-
"\\vdots"
|
| 130 |
-
],
|
| 131 |
-
"pairs": [
|
| 132 |
-
[
|
| 133 |
-
"\\left(",
|
| 134 |
-
"\\right)"
|
| 135 |
-
],
|
| 136 |
-
[
|
| 137 |
-
"\\left[",
|
| 138 |
-
"\\right]"
|
| 139 |
-
],
|
| 140 |
-
[
|
| 141 |
-
"\\left\\{",
|
| 142 |
-
"\\right\\}"
|
| 143 |
-
],
|
| 144 |
-
[
|
| 145 |
-
"\\langle",
|
| 146 |
-
"\\rangle"
|
| 147 |
-
]
|
| 148 |
-
],
|
| 149 |
-
"spaces": [
|
| 150 |
-
"\\;",
|
| 151 |
-
"\\:",
|
| 152 |
-
"\\,",
|
| 153 |
-
"\\!"
|
| 154 |
-
],
|
| 155 |
-
"fonts": [
|
| 156 |
-
[
|
| 157 |
-
"sfmath",
|
| 158 |
-
[]
|
| 159 |
-
],
|
| 160 |
-
[
|
| 161 |
-
"lmodern",
|
| 162 |
-
[]
|
| 163 |
-
],
|
| 164 |
-
[
|
| 165 |
-
"eulervm",
|
| 166 |
-
[]
|
| 167 |
-
],
|
| 168 |
-
[
|
| 169 |
-
"euler",
|
| 170 |
-
[]
|
| 171 |
-
],
|
| 172 |
-
[
|
| 173 |
-
"beton",
|
| 174 |
-
[]
|
| 175 |
-
],
|
| 176 |
-
[
|
| 177 |
-
"drm",
|
| 178 |
-
[]
|
| 179 |
-
],
|
| 180 |
-
[
|
| 181 |
-
"boisik",
|
| 182 |
-
[]
|
| 183 |
-
],
|
| 184 |
-
[
|
| 185 |
-
"gfsartemisia-euler",
|
| 186 |
-
[]
|
| 187 |
-
],
|
| 188 |
-
[
|
| 189 |
-
"gfsartemisia",
|
| 190 |
-
[]
|
| 191 |
-
],
|
| 192 |
-
[
|
| 193 |
-
"arev",
|
| 194 |
-
[]
|
| 195 |
-
],
|
| 196 |
-
[
|
| 197 |
-
"anttor",
|
| 198 |
-
[
|
| 199 |
-
"math",
|
| 200 |
-
"light,math",
|
| 201 |
-
"condensed,math",
|
| 202 |
-
"light,condensed,math"
|
| 203 |
-
]
|
| 204 |
-
]
|
| 205 |
-
],
|
| 206 |
-
"fontsizes": [
|
| 207 |
-
6,
|
| 208 |
-
7,
|
| 209 |
-
8,
|
| 210 |
-
9,
|
| 211 |
-
10,
|
| 212 |
-
11,
|
| 213 |
-
12,
|
| 214 |
-
13,
|
| 215 |
-
14,
|
| 216 |
-
15,
|
| 217 |
-
16,
|
| 218 |
-
17,
|
| 219 |
-
18,
|
| 220 |
-
19,
|
| 221 |
-
20
|
| 222 |
-
],
|
| 223 |
-
"template": "\\documentclass[preview]{standalone}\n\\usepackage[$font_option]{$font}\n\\usepackage[T1]{fontenc}\n\\begin{document}\n{\\fontsize{$fontsize pt}{12 pt}\\selectfont \n\\[\n$equation\n\\]\n}\n\\end{document}",
|
| 224 |
-
"scopes": {
|
| 225 |
-
"single": [
|
| 226 |
-
"^",
|
| 227 |
-
"_",
|
| 228 |
-
"\\sqrt",
|
| 229 |
-
"\\underbrace",
|
| 230 |
-
"\\underline",
|
| 231 |
-
"\\boldmath",
|
| 232 |
-
"\\hat",
|
| 233 |
-
"\\widehat",
|
| 234 |
-
"\\check",
|
| 235 |
-
"\\tilde",
|
| 236 |
-
"\\widetilde",
|
| 237 |
-
"\\acute",
|
| 238 |
-
"\\grave",
|
| 239 |
-
"\\dot",
|
| 240 |
-
"\\ddot",
|
| 241 |
-
"\\breve",
|
| 242 |
-
"\\bar",
|
| 243 |
-
"\\vec"
|
| 244 |
-
],
|
| 245 |
-
"double_with_delimiters": [
|
| 246 |
-
"\"\\sum",
|
| 247 |
-
"\\prod",
|
| 248 |
-
"\\int",
|
| 249 |
-
"\\bigcup",
|
| 250 |
-
"\\bigcap"
|
| 251 |
-
],
|
| 252 |
-
"double_no_delimiters": [
|
| 253 |
-
"\\frac",
|
| 254 |
-
"\\stackrel"
|
| 255 |
-
]
|
| 256 |
-
}
|
| 257 |
-
}
|
|
|
|
| 1 |
+
{"tokens": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "!", "\"", "'", "(", ")", "*", "+", ",", "-", ".", "/", ":", ";", "<", "=", ">", "?", "@", "[", "]", "`", "|", "~", "\\alpha", "\\beta", "\\gamma", "\\delta", "\\epsilon", "\\varepsilon", "\\zeta", "\\eta", "\\theta", "\\vartheta", "\\iota", "\\kappa", "\\lambda", "\\mu", "\\nu", "\\xi", "\\pi", "\\varpi", "\\rho", "\\varrho", "\\sigma", "\\varsigma", "\\tau", "\\upsilon", "\\phi", "\\varphi", "\\chi", "\\psi", "\\omega", "\\Gamma", "\\Delta", "\\Theta", "\\Lambda", "\\Xi", "\\Pi", "\\Sigma", "\\Upsilon", "\\Phi", "\\Psi", "\\Omega", "\\forall", "\\exists", "\\arccos", "\\arcsin", "\\arctan", "\\cos", "\\cosh", "\\cot", "\\coth", "\\csc", "\\deg", "\\det", "\\dim", "\\exp", "\\gcd", "\\hom", "\\inf", "\\ker", "\\lg", "\\lim", "\\liminf", "\\limsup", "\\ln", "\\log", "\\max", "\\min", "\\sec", "\\sin", "\\sinh", "\\sup", "\\tan", "\\tanh", "--", "---", "\\pm", "\\mp", "\\times", "\\div", "\\ast", "\\star", "\\bullet", "\\circ", "\\cdot", "\\leq", "\\ll", "\\subset", "\\geq", "\\gg", "\\equiv", "\\sim", "\\simeq", "\\approx", "\\neq", "\\propto", "\\not", "\\mid", "\\leftarrow", "\\Leftarrow", "\\longleftarrow", "\\Longleftarrow", "\\rightarrow", "\\Rightarrow", "\\longrightarrow", "\\Longrightarrow", "\\leftrightarrow", "\\Leftrightarrow", "\\longleftrightarrow", "\\uparrow", "\\downarrow", "\\Uparrow", "\\cdots", "\\ddots", "\\ldots", "\\vdots", "\\;", "\\:", "\\,", "\\!"], "pairs": [["\\left(", "\\right)"], ["\\left[", "\\right]"], ["\\left\\{", "\\right\\}"], ["\\langle", "\\rangle"]], "scope_manipulators": {"single": ["^", "_", "\\sqrt", "\\underbrace", "\\underline", "\\boldmath", "\\hat", "\\widehat", "\\check", "\\tilde", "\\widetilde", "\\acute", "\\grave", "\\dot", "\\ddot", "\\breve", "\\bar", "\\vec"], "double_with_delimiters": ["\"\\sum", "\\prod", "\\int", "\\bigcup", "\\bigcap"], "double_no_delimiters": ["\\frac", "\\stackrel"]}, "fonts": [["sfmath", []], ["lmodern", []], ["eulervm", []], ["euler", []], ["beton", []], ["drm", []], ["boisik", []], ["gfsartemisia-euler", []], ["gfsartemisia", []], ["arev", []], ["anttor", ["math", "light,math", "condensed,math", "light,condensed,math"]]], "font_sizes": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], "template": "\\documentclass[preview]{standalone}\n\\usepackage[$font_option]{$font}\n\\usepackage[T1]{fontenc}\n\\begin{document}\n{\\fontsize{$fontsize pt}{12 pt}\\selectfont \n\\[\n$equation\n\\]\n}\n\\vspace{1px}\n\\end{document}\n"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
resources/model_2tcuvfsj.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:795a0930612aa575afd91da563395907645362e24bd13d284c0db6ae4c2fdf9a
|
| 3 |
+
size 198472261
|
resources/tokenizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5fbf5a00ddef1ec9f1ff5c07f4d3c9e0c5ce28928d74e8a76f3cbf3df2dc70fe
|
| 3 |
+
size 8431
|