LysandreJik commited on
Commit
bf28d5f
1 Parent(s): 290651e
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -18,6 +18,7 @@ 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
  - You might find the [transformers docs (link)](https://huggingface.co/docs/transformers/index) useful.
22
  - You might find the [datasets docs (link)](https://huggingface.co/docs/datasets/index) useful.
23
  """
 
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
  """