Dataset Viewer

The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider removing the loading script and relying on automated data support (you can use convert_to_parquet from the datasets library). If this is not possible, please open a discussion for direct help.

Download zenodo dataset files using huggingface datasets

You can download a specific file from the Zenodo dataset using the following code:

Zenodo id : 5172018 File name : FDB-17-fragmentset.smi.gz

from datasets import load_dataset
load_dataset("osbm/zenodo", "5172018_FDB-17-fragmentset.smi.gz")

This command will also copy the file into your current directory so that you can use it directly.

Here is an example notebook: https://gist.github.com/osbm/35a499f5756df22de30be20463aa6331

Contribution

The huggingface repository is actually a mirror of the github repository osbm/zenodo. If you want to open an issue or PR, please do it on the github repository. I chose to do it this way because I wanted to use github actions. Currently only github action is mirroring the repository to huggingface. 😅

Downloads last month
164