datasets
datasets
provide a collection of widely used datasets.
Usage
Python |
---|
| # along with this program. If not, see <http://www.gnu.org/licenses/>.
# For additional terms and clarifications, please refer to our License FAQ at:
# <https://multimolecule.danling.org/about/license-faq>.
from multimolecule.data import Dataset
data = Dataset("multimolecule/bprna-spot", split="train")
|