GianTan commited on
Commit
072c5e9
·
verified ·
1 Parent(s): 2269587

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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