qinghuazhou commited on
Commit
12c0194
1 Parent(s): 7209d8f

updated demo

Browse files
Files changed (1) hide show
  1. stealth_edit/editors.py +2 -0
stealth_edit/editors.py CHANGED
@@ -18,6 +18,8 @@ from util import generate
18
  from stealth_edit import compute_subject, compute_object
19
  from stealth_edit import compute_wb, edit_utils
20
 
 
 
21
  np.random.seed(144)
22
 
23
 
 
18
  from stealth_edit import compute_subject, compute_object
19
  from stealth_edit import compute_wb, edit_utils
20
 
21
+ from dsets import wikipedia
22
+ s
23
  np.random.seed(144)
24
 
25