Commit cbc57055 authored by Cong's avatar Cong Committed by Julien Chaumond
Browse files

Fix spell: EsperBERTo, not EspertBERTo

parent d490b5d5
......@@ -22,8 +22,8 @@ from transformers import pipeline
fill_mask = pipeline(
"fill-mask",
model="julien-c/EspertBERTo-small",
tokenizer="julien-c/EspertBERTo-small"
model="julien-c/EsperBERTo-small",
tokenizer="julien-c/EsperBERTo-small"
)
fill_mask("Jen la komenco de bela <mask>.")
......@@ -56,4 +56,4 @@ fill_mask("Jen la komenco de bela <mask>.")
# 'sequence':'<s> Jen la komenco de bela festo.</s>'
# 'token':4580
# }
```
\ No newline at end of file
```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment