whaleloops commited on
Commit
64f9b17
1 Parent(s): 271a825

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -19,7 +19,9 @@ The learning rate was 5e-5, weight decay was 0.01, adam epsilon was 1e-5.
19
  ### Usage
20
 
21
  Try the following sentence with Fill-Mask task on the right. The sentence masks token "cardiac".
 
22
  74F with HTN, HLD, DM2, newly diagnosed atrial fibrillation in October who was transferred to hospital for <mask> catheterization after presentation there with syncopal episode.
 
23
 
24
  Or load the model directly from Transformers:
25
  ```
 
19
  ### Usage
20
 
21
  Try the following sentence with Fill-Mask task on the right. The sentence masks token "cardiac".
22
+ ```
23
  74F with HTN, HLD, DM2, newly diagnosed atrial fibrillation in October who was transferred to hospital for <mask> catheterization after presentation there with syncopal episode.
24
+ ```
25
 
26
  Or load the model directly from Transformers:
27
  ```