返回 ppt-master
formula_manifest.json
1 {
2 "providers": [
3 "codecogs",
4 "quicklatex",
5 "mathpad",
6 "wikimedia"
7 ],
8 "items": [
9 {
10 "id": "formula_001",
11 "latex": "\\text{Attention}(Q, K, V) = \\text{softmax}\\!\\left(\\frac{QK^{T}}{\\sqrt{d_k}}\\right) V",
12 "display": "block",
13 "color": "#1A365D",
14 "background": "#FFFFFF",
15 "transparent": true,
16 "dpi": 400,
17 "filename": "formula_001.png",
18 "file": "images/formula_001.png",
19 "providers": [
20 "codecogs",
21 "quicklatex",
22 "mathpad",
23 "wikimedia"
24 ],
25 "transparent_tolerance": 12,
26 "provider": "codecogs",
27 "pixel_width": 880,
28 "pixel_height": 122,
29 "ratio": 7.2131,
30 "status": "Rendered"
31 },
32 {
33 "id": "formula_002",
34 "latex": "\\begin{aligned}\\text{MultiHead}(Q, K, V) &= \\text{Concat}(\\text{head}_1, \\ldots, \\text{head}_h)\\,W^{O} \\\\ \\text{where}\\ \\text{head}_i &= \\text{Attention}(Q W_i^{Q},\\, K W_i^{K},\\, V W_i^{V})\\end{aligned}",
35 "display": "block",
36 "color": "#1A365D",
37 "background": "#FFFFFF",
38 "transparent": true,
39 "dpi": 400,
40 "filename": "formula_002.png",
41 "file": "images/formula_002.png",
42 "providers": [
43 "codecogs",
44 "quicklatex",
45 "mathpad",
46 "wikimedia"
47 ],
48 "transparent_tolerance": 12,
49 "provider": "codecogs",
50 "pixel_width": 1168,
51 "pixel_height": 137,
52 "ratio": 8.5255,
53 "status": "Rendered"
54 },
55 {
56 "id": "formula_003",
57 "latex": "\\begin{aligned}PE_{(pos,\\, 2i)} &= \\sin\\!\\left(\\frac{pos}{10000^{2i/d_{\\text{model}}}}\\right) \\\\ PE_{(pos,\\, 2i+1)} &= \\cos\\!\\left(\\frac{pos}{10000^{2i/d_{\\text{model}}}}\\right)\\end{aligned}",
58 "display": "block",
59 "color": "#1A365D",
60 "background": "#FFFFFF",
61 "transparent": true,
62 "dpi": 400,
63 "filename": "formula_003.png",
64 "file": "images/formula_003.png",
65 "providers": [
66 "codecogs",
67 "quicklatex",
68 "mathpad",
69 "wikimedia"
70 ],
71 "transparent_tolerance": 12,
72 "provider": "codecogs",
73 "pixel_width": 706,
74 "pixel_height": 201,
75 "ratio": 3.5124,
76 "status": "Rendered"
77 }
78 ],
79 "renderer": {
80 "providers": [
81 "codecogs",
82 "quicklatex",
83 "mathpad",
84 "wikimedia"
85 ],
86 "default_dpi": 300,
87 "output_dir": "images"
88 }
89 }
90
90 lines JSON