Cool paper and model! I would really like to do some benchmarking of my own, but it seems like you have some missing files. E.g. in notebook 6_:
https://github.com/a96123155/UTR-LM/blob/main/Scripts/In-Housing/6_unFinetune_results.ipynb
You load results from a 'revised_results' folder:
te_res = pd.read_csv('./revised_results/ExperimentData_ZeroShot_TE.csv')
But this folder doesn't exist in the repo and the word 'ZeroShot' doesn't appear anywhere. I also cant see a file anywhere fine tuning or model folder for training or saving the TE model.
Cool paper and model! I would really like to do some benchmarking of my own, but it seems like you have some missing files. E.g. in notebook 6_:
https://github.com/a96123155/UTR-LM/blob/main/Scripts/In-Housing/6_unFinetune_results.ipynb
You load results from a 'revised_results' folder:
te_res = pd.read_csv('./revised_results/ExperimentData_ZeroShot_TE.csv')
But this folder doesn't exist in the repo and the word 'ZeroShot' doesn't appear anywhere. I also cant see a file anywhere fine tuning or model folder for training or saving the TE model.