Skip to main content

A wrapper around huggingface datasets, invoking an IPFS model manager.

Project description

IPFS Huggingface Datasets

This is a model manager and wrapper for huggingface, looks up a index of models from an collection of models, and will download a model from either https/s3/ipfs, depending on which source is the fastest.

How to use

pip install .

look run python3 example.py for examples of usage.

this is designed to be a drop in replacement, which requires only 2 lines to be changed

In your python script

from datasets import load_dataset
from ipfs_datasets import load_dataset
dataset = load_dataset.from_auto_download("bge-small-en-v1.5")  

or

from datasets import load_dataset
from ipfs_datasets import load_dataset
dataset = load_dataset.from_ipfs("QmccfbkWLYs9K3yucc6b3eSt8s8fKcyRRt24e3CDaeRhM1")

or to use with with s3 caching

from datasets import load_dataset
from ipfs_datasets import load_dataset
dataset = load_dataset.from_auto_download(
    dataset_name="common-crawl",
    s3cfg={
        "bucket": "cloud",
        "endpoint": "https://storage.googleapis.com",
        "secret_key": "",
        "access_key": ""
    }
)

IPFS Huggingface Bridge:

for transformers python library visit: https://github.com/endomorphosis/ipfs_transformers/

for transformers js client visit:
https://github.com/endomorphosis/ipfs_transformers_js/

for orbitdb_kit nodejs library visit: https://github.com/endomorphosis/orbitdb_kit/

for fireproof_kit nodejs library visit: https://github.com/endomorphosis/fireproof_kit

for Faiss KNN index python library visit: https://github.com/endomorphosis/ipfs_faiss/

for python model manager library visit: https://github.com/endomorphosis/ipfs_model_manager/

for nodejs model manager library visit: https://github.com/endomorphosis/ipfs_model_manager_js/

for nodejs ipfs huggingface scraper with pinning services visit: https://github.com/endomorphosis/ipfs_huggingface_scraper/

Author - Benjamin Barber QA - Kevin De Haan

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ipfs_datasets_py-0.0.9.tar.gz (25.4 kB view details)

Uploaded Source

Built Distribution

ipfs_datasets_py-0.0.9-py3-none-any.whl (25.5 kB view details)

Uploaded Python 3

File details

Details for the file ipfs_datasets_py-0.0.9.tar.gz.

File metadata

  • Download URL: ipfs_datasets_py-0.0.9.tar.gz
  • Upload date:
  • Size: 25.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for ipfs_datasets_py-0.0.9.tar.gz
Algorithm Hash digest
SHA256 fd029986b2c7e637c1b2cc8de153cae3220058d96662631f38e0e232a01409fa
MD5 9f11592a5327ff0e31788bc086a55d56
BLAKE2b-256 1c8d44996b92acf51639c36bd991936349c32f2ec172eaba3db4eb3902fe95a0

See more details on using hashes here.

File details

Details for the file ipfs_datasets_py-0.0.9-py3-none-any.whl.

File metadata

File hashes

Hashes for ipfs_datasets_py-0.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 15a002f8d4582ed7aed90ec13221ecf45bfab9a7cbae22c1c90d23cef2ca3182
MD5 e38407bd8c2acefb3c340a2ab273309c
BLAKE2b-256 7a0157f5902381389653afa02910019272f3658fb97538d9a1b8dcf7e0825293

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page