gonzalez-agirre
commited on
Commit
•
6f11dfa
1
Parent(s):
b3b8faf
Update README.md
Browse files
README.md
CHANGED
@@ -74,8 +74,8 @@ You can use the raw model for fill mask or fine-tune it to a downstream task.
|
|
74 |
|
75 |
## How to use
|
76 |
Here is how to use this model:
|
77 |
-
|
78 |
-
python
|
79 |
>>> from transformers import pipeline
|
80 |
>>> from pprint import pprint
|
81 |
>>> unmasker = pipeline('fill-mask', model='PlanTL-GOB-ES/roberta-base-bne')
|
|
|
74 |
|
75 |
## How to use
|
76 |
Here is how to use this model:
|
77 |
+
|
78 |
+
```python
|
79 |
>>> from transformers import pipeline
|
80 |
>>> from pprint import pprint
|
81 |
>>> unmasker = pipeline('fill-mask', model='PlanTL-GOB-ES/roberta-base-bne')
|