Closed hugoabonizio closed 2 months ago
Hello, you can find the file in the ZIP file under the One Hop
folder.
editing-data
├── counterfact
│ ├── counterfact-edit.json
│ ├── counterfact-train.json
│ └── counterfact-val.json
├── locality
│ ├── Commonsense Task
│ │ ├── piqa_valid-labels.lst
│ │ └── piqa_valid.jsonl
│ ├── Distracting Neighbor
│ │ └── counterfact_distracting_neighbor.json
│ └── Other Attribution
│ └── counterfact_other_attribution.json
├── portability
│ ├── Inverse Relation
│ │ └── zsre_inverse_relation.json
│ ├── One Hop
│ │ ├── counterfact_portability_gpt4.json
│ │ └── zsre_mend_eval_portability_gpt4.json
│ └── Subject Replace
│ ├── counterfact_subject_replace.json
│ └── zsre_subject_replace.json
└── zsre
├── zsre_mend_eval.json
├── zsre_mend_train_10000.json
└── zsre_mend_train.json
Hi, do you have any further issues?
Hi @littlefive5 @zxlzr, thanks for the quick response!
Hi, I'm trying to run the run_zsre_llama2.py script and it doesn't work because the file
zsre_mend_eval_portability_gpt4.json
is missing from the ZIP file. Where can I find it?