Spaces:
Runtime error
Runtime error
Commit
·
a404e9a
1
Parent(s):
bf28d5f
List
Browse files
app.py
CHANGED
|
@@ -18,8 +18,9 @@ We'll tokenize this using the appropriate tokenizer, and we'll mask the sixth to
|
|
| 18 |
When using the <code>bert-base-cased</code> checkpoint to unmask that token, what is the most probable prediction?
|
| 19 |
|
| 20 |
Tips:
|
| 21 |
-
|
| 22 |
- You might find the [transformers docs (link)](https://huggingface.co/docs/transformers/index) useful.
|
|
|
|
| 23 |
- You might find the [datasets docs (link)](https://huggingface.co/docs/datasets/index) useful.
|
| 24 |
"""
|
| 25 |
|
|
|
|
| 18 |
When using the <code>bert-base-cased</code> checkpoint to unmask that token, what is the most probable prediction?
|
| 19 |
|
| 20 |
Tips:
|
| 21 |
+
<br/>
|
| 22 |
- You might find the [transformers docs (link)](https://huggingface.co/docs/transformers/index) useful.
|
| 23 |
+
<br/>
|
| 24 |
- You might find the [datasets docs (link)](https://huggingface.co/docs/datasets/index) useful.
|
| 25 |
"""
|
| 26 |
|