zjunlp / EasyEdit

[知识编辑] [ACL 2024] An Easy-to-use Knowledge Editing Framework for LLMs.
https://zjunlp.github.io/project/KnowEdit
MIT License
1.63k stars 200 forks source link

Question about hyparams in tutorial-notebooks #284

Closed Leo-Lsc closed 1 month ago

Leo-Lsc commented 1 month ago

Why don't the .yaml files in the tutorial-notebooks have hyperparameters "stats_dir"?

XeeKee commented 1 month ago

Only ROME and MEMIT require stats_dir

Leo-Lsc commented 1 month ago

Thanks for your answering, but I found that ROME's examples in [tutorial-notebooks] do not have stats_dir? btw, may I ask what is the effect of this hyperparameter? I have not yet make this file "./data/stats", but it seems that my program still can run?

XeeKee commented 1 month ago

If there is no ./data/stats, the accuracy of your results will be lower.