Jiayi-Pan commited on
Commit
c07996b
1 Parent(s): a959e28

Update Action-Effect.py

Browse files
Files changed (1) hide show
  1. Action-Effect.py +1 -1
Action-Effect.py CHANGED
@@ -53,7 +53,7 @@ class Action_Effect(datasets.GeneratorBasedBuilder):
53
  datasets.SplitGenerator(
54
  name="ActionEffect",
55
  gen_kwargs={
56
- "action_effect_info_path": self._relative_data_dir() + "action_effect_info.json",
57
  },
58
  )
59
  ]
 
53
  datasets.SplitGenerator(
54
  name="ActionEffect",
55
  gen_kwargs={
56
+ "action_effect_info_path": self._relative_data_dir() + "/action_effect_info.json",
57
  },
58
  )
59
  ]