Update README.md
Browse files
README.md
CHANGED
|
@@ -71,6 +71,12 @@ Users (both direct and downstream) should be made aware of the risks, biases and
|
|
| 71 |
|
| 72 |
Use the code below to get started with the model.
|
| 73 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
[More Information Needed]
|
| 75 |
|
| 76 |
## Training Details
|
|
|
|
| 71 |
|
| 72 |
Use the code below to get started with the model.
|
| 73 |
|
| 74 |
+
from transformers import pipeline
|
| 75 |
+
|
| 76 |
+
unmasker = pipeline('fill-mask', model='GianTan/CBERTo')
|
| 77 |
+
|
| 78 |
+
unmasker("mura kag [MASK].")
|
| 79 |
+
|
| 80 |
[More Information Needed]
|
| 81 |
|
| 82 |
## Training Details
|