Data download is garbled


Hello,The data I downloaded on GitHub will be garbled when opened.How to solve this?Thank you.
屏幕截图 2024-05-10 202137

Can you share how you are reading the dataset? You should be using the following class - fairchem/src/fairchem/core/datasets/lmdb_dataset.py at main · FAIR-Chem/fairchem · GitHub.

from fairchem.core.datasets import LmdbDataset
dataset = LmdbDataset({"src": "/path/to/lmdb/directory"})