w32zhong commited on
Commit
8f04d13
1 Parent(s): ab8c4fe

added some widget examples.

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -4,6 +4,19 @@ tags:
4
  - azbert
5
  - pretraining
6
  - fill-mask
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  license: mit
8
  ---
9
 
 
4
  - azbert
5
  - pretraining
6
  - fill-mask
7
+ widget:
8
+ - text: "Determine the [MASK] of $f$ $($ $x$ [MASK] $equal$ $x$ $plus$ $root$ ${$ $4$ $minus$ $x$ $supscript$ $2$ $}$ without [MASK]"
9
+ example_title: "mathy"
10
+ - text: "Solve $y$ $prime$ [MASK] $minus$ $4$ $y$ $prime$ $plus$ $4$ $y$ [MASK] $x$ $e$ $supscript$ $x$"
11
+ example_title: "mathy"
12
+ - text: "$f$ $($ $x$ [MASK] $y$ $)$"
13
+ example_title: "mathy"
14
+ - text: "$x$ [MASK] $x$ $equal$ $2$ $x$"
15
+ example_title: "mathy"
16
+ - text: "With Euler's [MASK], it [MASK] to $int$ $subscript$ $0$ [MASK] [MASK] $frac$ ${$ $1$ $plus$ $x$ $supscript$ $2$ $}$ ${$ $1$ $plus$ $x$ $}$ $d$ $x$"
17
+ example_title: "mathy"
18
+ - text: "Proof by [MASK] that $n$ [MASK] $gt$ $3$ $n$ [MASK] $n$ [MASK] $6$"
19
+ example_title: "mathy"
20
  license: mit
21
  ---
22