Spaces:
Runtime error
Runtime error
Commit
·
9a56e9e
1
Parent(s):
59fa6b0
links
Browse files
app.py
CHANGED
|
@@ -17,6 +17,8 @@ We'll tokenize this using the appropriate tokenizer, and we'll mask the sixth to
|
|
| 17 |
|
| 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 <a href="https://huggingface.co/docs/transformers/index">transformers docs (link)</a> useful.
|
|
|
|
| 17 |
|
| 18 |
When using the <code>bert-base-cased</code> checkpoint to unmask that token, what is the most probable prediction?
|
| 19 |
|
| 20 |
+
<br/>
|
| 21 |
+
<br/>
|
| 22 |
Tips:
|
| 23 |
<br/>
|
| 24 |
- You might find the <a href="https://huggingface.co/docs/transformers/index">transformers docs (link)</a> useful.
|