jarodrigues commited on
Commit
3c821e4
1 Parent(s): fa503e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -117,7 +117,7 @@ You can use this model directly with a pipeline for masked language modeling:
117
 
118
  ```python
119
  >>> from transformers import pipeline
120
- >>> unmasker = pipeline('fill-mask', model='portulan-albertina-pt-pt')
121
  >>> unmasker("Países como [MASK] falam a língua portuguesa.")
122
 
123
  [{'score': 0.5964823365211487, 'token': 34214, 'token_str': 'Angola', 'sequence': 'Países como Angola falam a língua portuguesa.'},
 
117
 
118
  ```python
119
  >>> from transformers import pipeline
120
+ >>> unmasker = pipeline('fill-mask', model='PORTULAN/albertina-pt-pt')
121
  >>> unmasker("Países como [MASK] falam a língua portuguesa.")
122
 
123
  [{'score': 0.5964823365211487, 'token': 34214, 'token_str': 'Angola', 'sequence': 'Países como Angola falam a língua portuguesa.'},