We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea0107 commit f7430c4Copy full SHA for f7430c4
edit.py
@@ -2939,8 +2939,8 @@ def test_WISE():
2939
return metrics, edited_model
2940
2941
def test_deepedit_api():
2942
- datasets = json.load(open('.data/MQuAKE-CF-3k.json','r'))
2943
- hparams = DeepEditApiHyperParams.from_hparams('.hparams/DeepEdit_Api/chatglm_api.yaml')
+ datasets = json.load(open('EasyEdit/data/MQuAKE-CF-3k.json','r'))
+ hparams = DeepEditApiHyperParams.from_hparams('EasyEdit/hparams/DeepEdit_Api/chatglm_api.yaml')
2944
editor = BaseEditor.from_hparams(hparams)
2945
metrics = editor.deep_edit(
2946
datasets = datasets
0 commit comments