LechengKong / OneForAll

A fundational graph learning framework that solves cross-domain/cross-task classification problems using one model.
MIT License
153 stars 21 forks source link

molecular graph data problem? #20

Closed studylyc closed 2 weeks ago

studylyc commented 2 weeks ago

Hello, how can I use the HIV molecular graph, first download the data, and then perform data read operations. Download is not allowed due to network problems. Thanks.

studylyc commented 2 weeks ago

data = load_dataset("haitengzhao/molecule_property_instruction", cache_dir=cache_dir, split=NAME_TO_SPLIT[name], ) is not allowed due to network problems.

LechengKong commented 2 weeks ago

Hi @studylyc , I think in some region, huggingface is blocked. You can manually download the dataset using VPN, and copy the huggingface cache of your local machine. However, the easiest solution is to setup hf-mirror for your machine (instruction provided in their site), which will let download pretty much anything from huggingface (you don't need to change any of our code.).