Skip to content

Commit

Permalink
Examples added
Browse files Browse the repository at this point in the history
  • Loading branch information
stajilov committed Apr 1, 2023
1 parent 9aa7b36 commit 88ba454
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bert/swiss_bert_test.py
Expand Up @@ -18,5 +18,8 @@

for p in promts:
result = fill_mask(p)
pprint("Original prompt")
pprint(p)
pprint("Result from Swiss BERT")
pprint(result)

0 comments on commit 88ba454

Please sign in to comment.