clinicalml / TabLLM

MIT License
265 stars 42 forks source link

global.json not found #2

Closed JFChi closed 1 year ago

JFChi commented 1 year ago

Hi there,

It seems that your code miss a json file global.json. Could you please upload it? Thanks

TabLLM/t-few/src/utils/Config.py", line 118, in __init__
    self.update_kwargs(json.load(open(filename)), eval=False)
FileNotFoundError: [Errno 2] No such file or directory 'TabLLM/t-few/configs/global.json'
Eason-Qin commented 1 year ago

Same problem.

stefanhgm commented 1 year ago

Thanks for your interest in using TabLLM! Unfortunately, I currently don’t have access to my computer. I will come back to you on the 11th of April. Sorry for the delay.

In the meantime you might try to use the global.json file from the t-few repo. We based our global.json config on theirs.

Best, Stefan

stefanhgm commented 1 year ago

Hi @JFChi and @Eason-Qin ,

I added the folder t-few/configs to the project now that contains all used json configs. As I already mentioned, these configs are taken from the t-few project.

Hope that helps!