jarodrigues
commited on
Commit
•
aa95e0a
1
Parent(s):
e593fca
Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ datasets:
|
|
12 |
- brwac
|
13 |
- europarl
|
14 |
widget:
|
15 |
-
- text:
|
16 |
---
|
17 |
|
18 |
|
@@ -121,7 +121,7 @@ You can use this model directly with a pipeline for masked language modeling:
|
|
121 |
```python
|
122 |
>>> from transformers import pipeline
|
123 |
>>> unmasker = pipeline('fill-mask', model='PORTULAN/albertina-ptbr')
|
124 |
-
>>> unmasker("
|
125 |
|
126 |
[{'score': 0.5964823365211487, 'token': 34214, 'token_str': 'Angola', 'sequence': 'Países como Angola falam a língua portuguesa.'},
|
127 |
{'score': 0.12712880969047546, 'token': 9959, 'token_str': 'Portugal', 'sequence': 'Países como Portugal falam a língua portuguesa.'},
|
|
|
12 |
- brwac
|
13 |
- europarl
|
14 |
widget:
|
15 |
+
- text: "A culinária brasileira é rica em sabores e [MASK], tornando-se um dos maiores tesouros do país."
|
16 |
---
|
17 |
|
18 |
|
|
|
121 |
```python
|
122 |
>>> from transformers import pipeline
|
123 |
>>> unmasker = pipeline('fill-mask', model='PORTULAN/albertina-ptbr')
|
124 |
+
>>> unmasker("culinária brasileira")
|
125 |
|
126 |
[{'score': 0.5964823365211487, 'token': 34214, 'token_str': 'Angola', 'sequence': 'Países como Angola falam a língua portuguesa.'},
|
127 |
{'score': 0.12712880969047546, 'token': 9959, 'token_str': 'Portugal', 'sequence': 'Países como Portugal falam a língua portuguesa.'},
|