Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
cbc57055
Commit
cbc57055
authored
Feb 20, 2020
by
Cong
Committed by
Julien Chaumond
Feb 20, 2020
Browse files
Fix spell: EsperBERTo, not EspertBERTo
parent
d490b5d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
model_cards/julien-c/EsperBERTo-small/README.md
model_cards/julien-c/EsperBERTo-small/README.md
+3
-3
No files found.
model_cards/julien-c/EsperBERTo-small/README.md
View file @
cbc57055
...
@@ -22,8 +22,8 @@ from transformers import pipeline
...
@@ -22,8 +22,8 @@ from transformers import pipeline
fill_mask
=
pipeline
(
fill_mask
=
pipeline
(
"fill-mask"
,
"fill-mask"
,
model
=
"julien-c/Esper
t
BERTo-small"
,
model
=
"julien-c/EsperBERTo-small"
,
tokenizer
=
"julien-c/Esper
t
BERTo-small"
tokenizer
=
"julien-c/EsperBERTo-small"
)
)
fill_mask
(
"Jen la komenco de bela <mask>."
)
fill_mask
(
"Jen la komenco de bela <mask>."
)
...
@@ -56,4 +56,4 @@ 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>'
# 'sequence':'<s> Jen la komenco de bela festo.</s>'
# 'token':4580
# 'token':4580
# }
# }
```
```
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment