oxen.datasets
load_dataset
repo_id-strThe namespace/repo_name of the oxen repository to load the dataset frompath-str| Sequence[str] The path to the dataset we want to loadfmt-strThe format of the data files. Currently only “hugging_face” is supported.revision-str| None The commit id or branch name of the version of the data to download
download
repo_id-strThe namespace/repo_name of the oxen repository to load the dataset frompath-strThe path to the data filesrevision-str | NoneThe commit id or branch name of the version of the data to downloaddst-str | NoneThe path to download the data to.host-strThe host to download the data from.scheme-strThe scheme to download the data with. (default: “https”)
upload
repo_id-strThe namespace/repo_name of the oxen repository to upload the dataset topath-strThe path to the data filesmessage-strThe commit message to use when uploading the databranch-str | NoneThe branch to upload the data to. If None, themainbranch is used.dst-str | NoneThe directory to upload the data to.