braindatalab / gecobench

NLP Benchmark for XAI methods
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Move data generation folder to benchmark repo #4

Closed venondev closed 11 months ago

venondev commented 12 months ago

./data ├── dataset_generation │ ├── corpus │ │ ├── get_phrases_from_wikipedia.ipynb │ │ └── select_propn_names_to_change.ipynb │ ├── create_dataset.ipynb │ └── README.md └── main.py

Guide how to move files with commit history: https://blog.billyc.io/how-to-copy-one-or-more-files-from-one-git-repo-to-another-and-keep-the-git-history/

git filter repo: https://github.com/newren/git-filter-repo