boltuix commited on
Commit
8183bfd
Β·
verified Β·
1 Parent(s): d1937d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -111,6 +111,7 @@ for sentence in masked_sentences:
111
 
112
 
113
  ## πŸ”€ Masked Language Model (MLM)'s Output
 
114
 
115
  Input: The robot can [MASK] the room in minutes.
116
  ✨ β†’ the robot can leave the room in minutes. (score: 0.1608)
@@ -137,7 +138,9 @@ Input: Please [MASK] the door before leaving.
137
  ✨ β†’ please shut the door before leaving. (score: 0.3208)
138
  ✨ β†’ please closed the door before leaving. (score: 0.0599)
139
 
 
140
 
 
141
 
142
  ## πŸ’‘ Who's It For?
143
  πŸ‘¨β€πŸ’» Developers: Lightweight NLP apps for mobile or IoT
 
111
 
112
 
113
  ## πŸ”€ Masked Language Model (MLM)'s Output
114
+ ```python
115
 
116
  Input: The robot can [MASK] the room in minutes.
117
  ✨ β†’ the robot can leave the room in minutes. (score: 0.1608)
 
138
  ✨ β†’ please shut the door before leaving. (score: 0.3208)
139
  ✨ β†’ please closed the door before leaving. (score: 0.0599)
140
 
141
+ ```
142
 
143
+ ---
144
 
145
  ## πŸ’‘ Who's It For?
146
  πŸ‘¨β€πŸ’» Developers: Lightweight NLP apps for mobile or IoT