HelloJocelynLu / t5chem

Transformer-based model for chemical reactions
MIT License
58 stars 14 forks source link

About the (binary) datasets downloaded from the website #9

Closed a09358872999 closed 1 year ago

a09358872999 commented 1 year ago

How can I change the binary files(C_N_yield,USPTO_50k...) downloaded from the website to a file type readable(like txt files in data/data/sample) by the model.

tkella47 commented 1 year ago

tar -xjvf <your file here> a folder called data will be produced. It will contain human readable files and machine files.

HelloJocelynLu commented 1 year ago

Hi,

The downloaded files (README) are zipped. One will need to extract them as Thomas said. Hope it helps!

Jocelyn

a09358872999 commented 1 year ago

Thank you all for your warm help

After knowing that these are zip files(but w/o filename extension),it works.