boltuix commited on
Commit
81f1b07
·
verified ·
1 Parent(s): b685ddb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -111,9 +111,11 @@ for sentence in masked_sentences:
111
  print(f"✨ → {pred['sequence']} (score: {pred['score']:.4f})")
112
 
113
 
 
114
 
115
 
116
- 🔤 Masked Language Model (MLM) Demo
 
117
  Input: The robot can [MASK] the room in minutes.
118
  ✨ → The robot can clean the room in minutes. (score: 0.3124)
119
  ✨ → The robot can scan the room in minutes. (score: 0.1547)
 
111
  print(f"✨ → {pred['sequence']} (score: {pred['score']:.4f})")
112
 
113
 
114
+ ---
115
 
116
 
117
+ ```python
118
+ ## 🔤 Masked Language Model (MLM) Demo
119
  Input: The robot can [MASK] the room in minutes.
120
  ✨ → The robot can clean the room in minutes. (score: 0.3124)
121
  ✨ → The robot can scan the room in minutes. (score: 0.1547)