Update README.md
Browse files
README.md
CHANGED
@@ -139,7 +139,7 @@ The original BERT (i.e.,bert-base-uncased) has a known issue of biased predictio
|
|
139 |
'token': 2338,
|
140 |
'token_str': 'book'}]
|
141 |
```
|
142 |
-
From above, one can tell that MathBERT is specifically designed for mathematics related tasks and works better with mathematical problem text fill-mask tasks instead of general purpose fill-mask tasks
|
143 |
|
144 |
```
|
145 |
>>> unmasker("students apply these new understandings as they reason about and perform decimal [MASK] through the hundredths place.")
|
@@ -165,7 +165,7 @@ From above, one can tell that MathBERT is specifically designed for mathematics
|
|
165 |
'token': 3182,
|
166 |
'token_str': 'places'}]
|
167 |
```
|
168 |
-
Therefore, to try the 'fill-mask' hosted API on the right corner of the page, please use the sentences similar to below
|
169 |
|
170 |
```
|
171 |
1 tenth times any [MASK] on the place value chart moves it one place value to the right. #from https://www.engageny.org/resource/grade-5-mathematics-module-1
|
|
|
139 |
'token': 2338,
|
140 |
'token_str': 'book'}]
|
141 |
```
|
142 |
+
***From above, one can tell that MathBERT is specifically designed for mathematics related tasks and works better with mathematical problem text fill-mask tasks instead of general purpose fill-mask tasks.***
|
143 |
|
144 |
```
|
145 |
>>> unmasker("students apply these new understandings as they reason about and perform decimal [MASK] through the hundredths place.")
|
|
|
165 |
'token': 3182,
|
166 |
'token_str': 'places'}]
|
167 |
```
|
168 |
+
***Therefore, to try the 'fill-mask' hosted API on the right corner of the page, please use the sentences similar to below:***
|
169 |
|
170 |
```
|
171 |
1 tenth times any [MASK] on the place value chart moves it one place value to the right. #from https://www.engageny.org/resource/grade-5-mathematics-module-1
|